From 0b4f342d73beaa0a43e2c4b30d63f32551ed56f6 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 29 一月 2026 13:05:12 +0800
Subject: [PATCH] 修改背景色

---
 src/views/safeProduction/hazardousMaterialsControl/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/safeProduction/hazardousMaterialsControl/index.vue b/src/views/safeProduction/hazardousMaterialsControl/index.vue
index 63d9a5b..5be4bdc 100644
--- a/src/views/safeProduction/hazardousMaterialsControl/index.vue
+++ b/src/views/safeProduction/hazardousMaterialsControl/index.vue
@@ -53,7 +53,8 @@
                v-if="dialogType === 'add'"
                :model="form"
                :rules="rules"
-               label-width="120px">
+               label-width="140px"
+               label-position="top">
         <el-row :gutter="20">
           <el-col :span="12">
             <el-form-item label="鍗遍櫓婧�"
@@ -200,7 +201,8 @@
                v-if="dialogType === 'edit'"
                :model="form"
                :rules="rules1"
-               label-width="120px">
+               label-width="140px"
+               label-position="top">
         <el-row :gutter="20">
           <el-col :span="12">
             <el-form-item label="褰掕繕浜�"

--
Gitblit v1.9.3