From 30605ea2c8e9683e8202cd531de84ce98fd7be75 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期五, 17 五月 2024 15:56:44 +0800
Subject: [PATCH] biji

---
 src/assets/main.css |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index cb765cf..3e499d4 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -48,6 +48,7 @@
 }
 .settingBox .lineTypeBox .typeItem {
   line-height: 16px !important;
+  cursor: pointer;
 }
 .settingBox .bgColor {
   display: flex;
@@ -55,6 +56,7 @@
 }
 .settingBox .bgColor .flex1 {
   flex: 1;
+  margin:0 5px;
 }
 .settingBox .bgColor .scribeItem {
   width: 30px;
@@ -123,6 +125,9 @@
   text-align: center;
   flex: 1;
 }
+.popinnerBox .characters .active {
+  border: 1px solid #0093ff;
+}
 .lineStyle .lineTypeBox {
   display: flex;
   justify-content: space-between;
@@ -135,6 +140,7 @@
   border: 1px solid #d9d9d9;
   margin: 0 5px;
   position: relative;
+  line-height: 16px !important;
 }
 .lineStyle .lineTypeBox .typeItem .solid {
   border: 1px solid #707070;
@@ -246,10 +252,9 @@
 }
 .catalogueLabel{
   width:200px;
-  display: -webkit-box;
-  -webkit-box-orient: vertical;
-  -webkit-line-clamp: 1;
-  overflow: hidden;
+  white-space: nowrap; /* 涓嶆崲琛� */
+  overflow: hidden; /* 瓒呭嚭閮ㄥ垎闅愯棌 */
+  text-overflow: ellipsis; 
 }
 .pageNum{
   float: right;

--
Gitblit v1.9.1