Bläddra i källkod

popover大小修改

yunxing 4 år sedan
förälder
incheckning
7c14708271
1 ändrade filer med 7 tillägg och 2 borttagningar
  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>