From 7ef2454c7df85c9a8fd493552398d4ac07c460d4 Mon Sep 17 00:00:00 2001
From: pyt <626651354@qq.com>
Date: 星期一, 23 六月 2025 09:43:56 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 laboratory/src/App.vue |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue
index 63b4519..3d6e2f6 100644
--- a/laboratory/src/App.vue
+++ b/laboratory/src/App.vue
@@ -113,6 +113,16 @@
   border-color: #009688 !important;
   background: #e6ffff !important;
 }
+.el-form {
+  .el-date-editor--daterange{
+    .el-range-separator{
+      width: 30px;
+    }
+    .el-input__inner {
+    width: 220px !important;
+  }
+  }
+}
 
 .card-custom {
   .el-form {
@@ -122,31 +132,35 @@
       line-height: 14px;
     }
 
+
     .el-input__inner {
-      width: 290px;
+      width: 290px !important;
       padding: 0 12px;
       border-radius: 6px;
       border: 1px solid rgba(0, 0, 0, 0.15);
     }
 
     .el-date-editor {
-      .el-range-separator{
+
+      .el-range-editor--small .el-range-separator {
         width: 22px;
       }
 
       .el-input__inner {
-        width: 260px;
+        width: 240px !important;
         padding: 0 12px 0 30px;
         border-radius: 6px;
         border: 1px solid rgba(0, 0, 0, 0.15);
       }
 
     }
+
     .el-pagination__sizes {
       .el-input__inner {
         width: 100px;
       }
     }
+
     .el-pagination__jump {
       .el-input__inner {
         width: 50px;
@@ -162,7 +176,7 @@
     .el-input__inner {
       width: 200px;
     }
-    
+
 
     .el-pagination__sizes {
       .el-input__inner {
@@ -178,6 +192,10 @@
   }
 }
 
+
+
+
+
 .el-dialog {
   border-radius: 16px 16px 6px 6px;
 

--
Gitblit v1.7.1