From 1d5d7f10cd90e7b1212a58234ef271584f0035c9 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 15 五月 2024 23:35:58 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- src/assets/main.css | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index b3ac53f..cb765cf 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -237,3 +237,21 @@ .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