From 718a13554dbb2f99e27adeb7b95edfc3096dacc5 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 14:24:27 +0800
Subject: [PATCH] 删除打印和路由返回

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

diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue
index 3d6e2f6..d4b13d4 100644
--- a/laboratory/src/App.vue
+++ b/laboratory/src/App.vue
@@ -113,16 +113,7 @@
   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 {
@@ -132,18 +123,19 @@
       line-height: 14px;
     }
 
-
     .el-input__inner {
       width: 290px !important;
       padding: 0 12px;
       border-radius: 6px;
       border: 1px solid rgba(0, 0, 0, 0.15);
     }
+    .el-date-editor{
+      width: 350px !important;
+    }
 
     .el-date-editor {
-
-      .el-range-editor--small .el-range-separator {
-        width: 22px;
+       .el-range-separator {
+        width: 30px !important;
       }
 
       .el-input__inner {
@@ -152,7 +144,6 @@
         border-radius: 6px;
         border: 1px solid rgba(0, 0, 0, 0.15);
       }
-
     }
 
     .el-pagination__sizes {
@@ -163,7 +154,7 @@
 
     .el-pagination__jump {
       .el-input__inner {
-        width: 50px;
+        width: 50px !important;
       }
     }
   }
@@ -177,7 +168,6 @@
       width: 200px;
     }
 
-
     .el-pagination__sizes {
       .el-input__inner {
         width: 100px;
@@ -189,12 +179,20 @@
         width: 50px;
       }
     }
+    
   }
 }
 
-
-
-
+.el-form {
+  .el-date-editor--daterange {
+    .el-range-separator {
+      width: 30px;
+    }
+    .el-input__inner {
+      width: 220px !important;
+    }
+  }
+}
 
 .el-dialog {
   border-radius: 16px 16px 6px 6px;
@@ -254,8 +252,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