From a190295afba4e7f09729b9771fd4241cb8108e25 Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期三, 30 四月 2025 17:45:50 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

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

diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue
index 51bcbda..280c207 100644
--- a/laboratory/src/App.vue
+++ b/laboratory/src/App.vue
@@ -61,17 +61,17 @@
     width: 6px;
     height: 6px;
   }
-  
+
   ::-webkit-scrollbar-track {
     background: #f1f1f1;
     border-radius: 3px;
   }
-  
+
   ::-webkit-scrollbar-thumb {
     background: #009688;
     border-radius: 3px;
   }
-  
+
   ::-webkit-scrollbar-thumb:hover {
     background: #00796b;
   }
@@ -92,6 +92,12 @@
 .el-button--primary {
   background-color: #009688 !important;
   border-color: #009688 !important;
+}
+.el-radio-button--small.is-active {
+  .el-radio-button__inner {
+    background-color: #009688 !important;
+    border-color: #009688 !important;
+  }
 }
 
 .el-button--text {
@@ -150,6 +156,11 @@
     overflow: hidden;
   }
 }
+//  .pagination{
+//   .el-input__inner {
+//     width: unset !important;
+//   }
+// }
 
 .el-input__inner:focus,
 .el-select .el-input__inner:focus,

--
Gitblit v1.7.1