Commit 7ea5bb5c by liushikai

按钮

parent f969fa02
...@@ -35,6 +35,9 @@ export default { ...@@ -35,6 +35,9 @@ export default {
.el-button--primary{ .el-button--primary{
margin-left: 10px; margin-left: 10px;
} }
.el-popover {
min-width: 60px;
}
/* .el-form-item--small{ /* .el-form-item--small{
margin-right: 30px; margin-right: 30px;
......
...@@ -328,7 +328,7 @@ ...@@ -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>
<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> </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 ><i class="el-icon-more"></i
></a> ></a>
</el-popover> </el-popover>
...@@ -575,8 +575,6 @@ export default { ...@@ -575,8 +575,6 @@ export default {
color: #606266; color: #606266;
cursor: pointer; cursor: pointer;
} }
.el-popover {
min-width: 50px;
}
</style> </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