Browse Source

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

houzekong 5 months ago
parent
commit
0c01419674
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/vent/gas/gasPumpSetting/components/settingForm.vue

+ 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>