From 9d79431c93c84f84280e2bf6f78f92650f8f4427 Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期四, 03 四月 2025 16:35:55 +0800
Subject: [PATCH] 弹窗内使用TableSolt中el-form样式修改

---
 src/App.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 2816848..f6f68ce 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -101,6 +101,17 @@
       border: 1px solid rgba(0, 0, 0, 0.15);
     }
   }
+
+  .el-dialog {
+
+    .el-form-item__label {
+      line-height: 32px;
+    }
+
+    .el-input__inner {
+      width: 200px;
+    }
+  }
 }
 
 .el-dialog {

--
Gitblit v1.7.1