From 68eee6caeec1753bfba8c937ab862ef05cb42bb8 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 14 五月 2024 16:36:13 +0800
Subject: [PATCH] biji

---
 src/assets/main.css |   61 +++++++++++++++---------------
 1 files changed, 30 insertions(+), 31 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index 492df2b..702bb60 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -38,34 +38,33 @@
 }
 
 /* 璁剧疆 */
-.settingBox{
-  .inline{
-    display: flex;
-    justify-content: space-between;
-  }
-  .lineTypeBox{
-    width:190px;
-    padding:0 !important;
-    .typeItem{
-      line-height:16px;
-    }
-  }
-  .bgColor{
-    display: flex;
-    width: 190px;
-    .flex1 {
-      flex: 1;
-      .scribeItem {
-        width: 30px;
-        height: 30px;
-        border-radius: 5px;
-        border: 1px solid;
-        display: flex;
-        justify-content: center;
-        align-items: center;
-      }
-    }
-  }
+.settingBox .inline {
+  display: flex;
+  justify-content: space-between;
+}
+.settingBox.lineTypeBox {
+  width: 190px;
+  padding: 0 !important;
+ 
+}
+.settingBox.lineTypeBox .typeItem {
+  line-height: 16px !important;
+}
+.settingBox .bgColor {
+  display: flex;
+  width: 190px;
+}
+.settingBox .bgColor .flex1 {
+  flex: 1;
+}
+.settingBox .bgColor .scribeItem {
+  width: 30px;
+  height: 30px;
+  border-radius: 5px;
+  border: 1px solid;
+  display: flex;
+  justify-content: center;
+  align-items: center;
 }
 /* 鐢荤瑪宸ュ叿 */
 .popinnerBox .brush {
@@ -194,9 +193,9 @@
   flex: 1;
   text-align: center;
 }
-.popinnerBox .cleanup .cleanupItem img{
-  height:17px;
-  width:20px;
+.popinnerBox .cleanup .cleanupItem img {
+  height: 17px;
+  width: 20px;
 }
 
 .el-input__inner {

--
Gitblit v1.9.1