From 480728c3c1b96d94a2053c1e418c173006d4ff68 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 21 五月 2024 10:40:08 +0800 Subject: [PATCH] json --- src/assets/main.css | 83 +++++++++++++++++++++++++++++++---------- 1 files changed, 62 insertions(+), 21 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 3e499d4..5998ad9 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -203,6 +203,52 @@ width: 20px; } +.graphBox .graphSelect{ + display: flex; + width:190px; +} +.graphBox .graphSelect .flex1{ + flex: 1; + display: flex; + justify-content: center; +} + +.graphBox .graphSelect .square{ + width:15px; + height:15px; + border:1px solid #707070; + + +} +.graphBox .graphSelect .rotundity{ + width:15px; + height:15px; + border-radius: 50%; + border:1px solid #707070; +} +.graphBox .graphSelect .triangle{ + width:20px; + height:15px; + position: relative; + overflow: hidden; + border-bottom:1px solid #707070; +} +.graphBox .graphSelect .triangle::after{ + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border:1px solid #707070; + /* background: deeppink; */ + transform-origin: left bottom; + transform: rotate(45deg); +} +.graphBox .graphSelect .lineSegment{ + width:15px; +} + .el-input__inner { border: none !important; } @@ -225,38 +271,33 @@ background: rgba(0, 147, 255, 0.21) !important; } .el-tree-node__content { - height: 30px !important; + /* height: 30px !important; */ + height:auto !important; + align-items:stretch !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; +.el-tree-node__content>.el-tree-node__expand-icon{ + padding:9px 5px !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; + /* align-items: center; */ justify-content: space-between; - padding-right: 8px; + padding:5px 0; } .catalogueLabel{ - width:200px; - white-space: nowrap; /* 涓嶆崲琛� */ - overflow: hidden; /* 瓒呭嚭閮ㄥ垎闅愯棌 */ - text-overflow: ellipsis; + padding-right:10px; + /* width:200px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; */ +} +.el-tree-node{ + white-space:normal !important; } .pageNum{ float: right; color:#707070; + padding-right:5px; } \ No newline at end of file -- Gitblit v1.9.1