fix(tree-menu): [tree-menu] fix tree-menu bug (#2101)

* feat(tree-menu): [tree-menu] updata tree-menu xdesign

* feat(tree-menu): [tree-menu] updata tree-menu xdesign

* fix(tree-menu): [tree-menu] fix tree-menu bug
This commit is contained in:
wuyiping0628 2024-09-11 02:55:29 -07:00 committed by GitHub
parent efb5292554
commit 200046d0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 12 deletions

View File

@ -127,22 +127,11 @@
.@{input-prefix-cls} {
.@{input-prefix-cls}__inner {
border: none;
border-bottom: 1px solid var(--ti-tree-menu-border-color);
}
}
.@{tree-prefix-cls} {
padding-top: var(--ti-tree-menu-padding-top);
position: relative;
&:after {
content: '';
position: absolute;
left: 20px;
right: 20px;
top: 0;
bottom: 0;
border-top: 1px solid var(--ti-tree-menu-border-top-color);
}
.@{tree-node-prefix-cls} {
&.is-disabled {
& > .@{tree-node-prefix-cls}__content a {