From fa60bfa07970c192c85a437e7db784eccdae2839 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期一, 16 六月 2025 20:04:15 +0800
Subject: [PATCH] 修改bug

---
 laboratory/src/App.vue |   39 +++++++++++++++++++++++++--------------
 1 files changed, 25 insertions(+), 14 deletions(-)

diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue
index a1651c2..5ea0659 100644
--- a/laboratory/src/App.vue
+++ b/laboratory/src/App.vue
@@ -55,6 +55,7 @@
 ::-webkit-scrollbar {
   display: none;
 }
+
 .table-container {
   ::-webkit-scrollbar {
     display: block !important;
@@ -76,6 +77,7 @@
     background: #00796b;
   }
 }
+
 html,
 body,
 #app {
@@ -93,6 +95,7 @@
   background-color: #009688 !important;
   border-color: #009688 !important;
 }
+
 .el-radio-button--small.is-active {
   .el-radio-button__inner {
     background-color: #009688 !important;
@@ -125,15 +128,19 @@
       border-radius: 6px;
       border: 1px solid rgba(0, 0, 0, 0.15);
     }
-    .el-date-editor{
+
+    .el-date-editor {
+      .el-range-separator{
+        width: 22px;
+      }
 
       .el-input__inner {
         width: 260px;
-      padding: 0 12px 0 30px;
-      border-radius: 6px;
-      border: 1px solid rgba(0, 0, 0, 0.15);
-    }
-      
+        padding: 0 12px 0 30px;
+        border-radius: 6px;
+        border: 1px solid rgba(0, 0, 0, 0.15);
+      }
+
     }
   }
 
@@ -145,15 +152,18 @@
     .el-input__inner {
       width: 200px;
     }
-    .el-pagination__sizes{
+    
+
+    .el-pagination__sizes {
       .el-input__inner {
-      width: 100px;
+        width: 100px;
+      }
     }
-    }
-    .el-pagination__jump{
+
+    .el-pagination__jump {
       .el-input__inner {
-      width: 50px;
-    }
+        width: 50px;
+      }
     }
   }
 }
@@ -176,6 +186,7 @@
     overflow: hidden;
   }
 }
+
 //  .pagination{
 //   .el-input__inner {
 //     width: unset !important;
@@ -215,8 +226,8 @@
   background-color: #009688;
 }
 
-.el-button + .el-button,
-.el-checkbox.is-bordered + .el-checkbox.is-bordered {
+.el-button+.el-button,
+.el-checkbox.is-bordered+.el-checkbox.is-bordered {
   margin-left: 0;
 }
 

--
Gitblit v1.7.1