合并冲突
This commit is contained in:
		| @@ -80,8 +80,8 @@ | ||||
|         > | ||||
|         <el-input v-model="newName" placeholder="请输入新的标签名称"></el-input> | ||||
|         <span slot="footer" class="dialog-footer"> | ||||
|     <el-button @click="dialogVisible = false">取 消</el-button> | ||||
|     <el-button type="primary" @click="editByUser()">确 定</el-button> | ||||
|     <el-button class="butWidth" size="small" type="primary" @click="editByUser()">确 定</el-button> | ||||
|     <el-button class="butWidth" size="small" @click="dialogVisible = false">取 消</el-button> | ||||
|   </span> | ||||
|       </el-dialog> | ||||
|  | ||||
| @@ -367,5 +367,9 @@ | ||||
|     margin-top: 9px; | ||||
|     font-size: 16px; | ||||
|   } | ||||
|   .butWidth{ | ||||
|     width: 80%; | ||||
|     margin-left: 10% ; | ||||
|   } | ||||
|  | ||||
| </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user