Browse Source

[Style 0000] 尝试修复抽采达标参数设置页面的样式问题

houzekong 6 tháng trước cách đây
mục cha
commit
0c01419674

+ 5 - 0
src/views/vent/gas/gasPumpSetting/components/settingForm.vue

@@ -145,4 +145,9 @@
     border-color: @vent-gas-primary-text;
     background-color: transparent !important;
   }
+
+  // 生产环境下,该项与开发环境有样式出入
+  :deep(.zxm-form-item-label) {
+    display: none;
+  }
 </style>