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