Commit 7ea5bb5c by lsk

按钮

parent f969fa02
......@@ -35,6 +35,9 @@ export default {
.el-button--primary{
margin-left: 10px;
}
.el-popover {
min-width: 60px;
}
/* .el-form-item--small{
margin-right: 30px;
......
......@@ -328,7 +328,7 @@
<li><c-button size="small" style="margin-left:0">指派</c-button></li>
<li><c-button size="small" style="margin-left:0">删除</c-button></li>
</ul>
<a slot="reference" href="javascript:void(0)"
<a slot="reference" href="javascript:void(0)" style="margin-left: 5px"
><i class="el-icon-more"></i
></a>
</el-popover>
......@@ -575,8 +575,6 @@ export default {
color: #606266;
cursor: pointer;
}
.el-popover {
min-width: 50px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment