Browse Source

popover大小修改

yunxing 4 năm trước cách đây
mục cha
commit
7c14708271
1 tập tin đã thay đổi với 7 bổ sung2 xóa
  1. 7 2
      src/views/equipment/table/eqDetaileDialog.vue

+ 7 - 2
src/views/equipment/table/eqDetaileDialog.vue

@@ -613,7 +613,12 @@ export default {
 }
 // 弹出弹窗样式修改
 .m-popover {
-    padding: 0 !important;
-    text-align: center !important;
+    width: 105px !important;
+    max-width: 105px !important;
+    min-width: 105px !important;
+    height: 30px !important;
+    display: flex;
+    justify-content: center;
+    align-items: center;
 }
 </style>