@@ -146,9 +146,8 @@
</el-popover>
<!-- 仿石漆配送商 -->
<el-popover
- popper-class="zpover"
+ popper-class="zpover myPopover"
placement="bottom"
- width="120"
trigger="click"
content="仿石漆配送商">
<div
@@ -1577,4 +1576,8 @@ export default {
.yu7Class p {
margin: 0;
}
+.myPopover{
+ min-width: 100px;
+ width: auto;
+}
</style>