File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 127
127
.@{input-prefix-cls} {
128
128
.@{input-prefix-cls} __inner {
129
129
border : none ;
130
- border-bottom : 1px solid var (--ti-tree-menu-border-color );
131
130
}
132
131
}
133
132
134
133
.@{tree-prefix-cls} {
134
+ padding-top : var (--ti-tree-menu-padding-top );
135
+ position : relative ;
136
+
137
+ & :after {
138
+ content : ' ' ;
139
+ position : absolute ;
140
+ left : 20px ;
141
+ right : 20px ;
142
+ top : 0 ;
143
+ bottom : 0 ;
144
+ border-top : 1px solid var (--ti-tree-menu-border-top-color );
145
+ }
135
146
.@{tree-node-prefix-cls} {
136
147
& .is-disabled {
137
148
& > .@{tree-node-prefix-cls} __content a {
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ export const tinyTreeMenuSmbTheme = {
4
4
'ti-tree-menu-node-current-text-color' : 'var(--ti-common-color-text-primary)' ,
5
5
'ti-tree-menu-square-left-border-color' : 'var(--ti-common-color-icon-active)' ,
6
6
'ti-tree-menu-node-number-font-size' : 'var(--ti-common-font-size-0)' ,
7
+ 'ti-tree-menu-padding-top' : 'var(--ti-common-size-2x)' ,
7
8
'ti-tree-menu-border-color' : 'var(--ti-common-color-light)' ,
9
+ 'ti-tree-menu-collapse-icon-margin-right' : 'var(--ti-common-size-5x)' ,
10
+ 'ti-common-color-light' : 'var(--ti-common-color-line-dividing)' ,
8
11
'ti-tree-menu-node-number-color' : 'var(--ti-common-color-text-weaken)'
9
12
}
Original file line number Diff line number Diff line change 37
37
--ti-tree-menu-collapse-icon-hover-color : var (--ti-common-bg-color-focus , #0067d1 );
38
38
// 折叠图标右边距
39
39
--ti-tree-menu-collapse-icon-margin-right : var (--ti-common-size-2x , 8px );
40
+ // 输入框下面的线
41
+ --ti-tree-menu-border-top-color : var (--ti-common-color-light , #fff );
40
42
// 节点序号字号
41
43
--ti-tree-menu-node-number-font-size : var (--ti-common-font-size-base , 12px );
42
44
// 活跃节点竖线与文本的间距
43
45
--ti-tree-menu-node-vertical-line-margin-right : var (--ti-common-size-4x , 16px );
46
+ // 输入框与文本的间距
47
+ --ti-tree-menu-padding-top : var (--ti-common-size-4x , 16px );
44
48
// 前缀图标右边距
45
49
--ti-tree-menu-prefix-icon-margin-right : var (--ti-common-size-2x , 8px );
46
50
// 禁用文本色
You can’t perform that action at this time.
0 commit comments