From 1687ecf6414f977f9115cc1e53987ef6b6dbae6b Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期三, 15 五月 2024 23:33:50 +0800 Subject: [PATCH] 123 --- src/assets/main.css | 39 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 36 insertions(+), 3 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 702bb60..cb765cf 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -42,12 +42,11 @@ display: flex; justify-content: space-between; } -.settingBox.lineTypeBox { +.settingBox .lineTypeBox { width: 190px; padding: 0 !important; - } -.settingBox.lineTypeBox .typeItem { +.settingBox .lineTypeBox .typeItem { line-height: 16px !important; } .settingBox .bgColor { @@ -222,3 +221,37 @@ .el-tree-node__content { height: 30px !important; } +.temp-book .page-padding .underline { + border: 1px dashed rgba(255, 255, 255, 0); + padding: 5px; + border-radius: 5px; +} +.temp-book .page-padding .underline:hover { + border: 1px dashed #949494 !important; +} + +.temp-book .page-padding .highLight { + border: 1px dashed rgba(255, 255, 255, 0); + border-radius: 5px; +} +.temp-book .page-padding .highLight:hover { + border: 1px dashed #949494 !important; +} +.custom-tree-node{ + flex:1; + display: flex; + align-items: center; + justify-content: space-between; + padding-right: 8px; +} +.catalogueLabel{ + width:200px; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; +} +.pageNum{ + float: right; + color:#707070; +} \ No newline at end of file -- Gitblit v1.9.1