zhulizhen1111 4 years ago
parent
commit
18b4fcac18

+ 3 - 0
src/views/equipment/table/recordDialog.vue

@@ -119,5 +119,8 @@ export default {
         margin-top: 7vh !important;
         overflow-y: scroll !important;
     }
+    /deep/.el-dialog__header {
+        background: #fff !important;
+    }
 }
 </style>

+ 1 - 0
src/views/equipment/table/wbTable.vue

@@ -285,6 +285,7 @@ export default {
 </script>
 <style lang="less" scoped>
 .wb-list {
+    min-width: 1366px;
     .eq-list-top {
         display: flex;
         margin-bottom: 12px;

+ 1 - 0
src/views/equipment/table/wxTable.vue

@@ -272,6 +272,7 @@ export default {
 </script>
 <style lang="less" scoped>
 .wx-list {
+    min-width: 1366px;
     .eq-list-top {
         display: flex;
         margin-bottom: 12px;

+ 1 - 0
src/views/equipment/table/zwTable.vue

@@ -326,6 +326,7 @@ export default {
 </script>
 <style lang="less" scoped>
 .zw-list {
+    min-width: 1366px;
     .eq-list-top {
         display: flex;
         margin-bottom: 12px;