Browse Source

兼容不可见

Shannon_mu 2 năm trước cách đây
mục cha
commit
a049cc549d

+ 2 - 1
operationSupport/src/views/payService/propertyFee/actualReceipts.vue

@@ -110,7 +110,8 @@ export default {
                 {
                     label: '操作',
                     prop: 'id',
-                    slot: 'opt'
+                    slot: 'opt',
+                    width: '120'
                 }
             ],
             mixins_post: 'get'

+ 5 - 0
operationSupport/src/views/payService/propertyFee/index.vue

@@ -583,5 +583,10 @@ export default {
         width: rem(120);
         margin-bottom: 10px;
     }
+    @media screen and (max-width: 1400px) {
+        .el-date-editor {
+            margin-bottom: 10px;
+        }
+    }
 }
 </style>