Skip to content

Commit fa1c53d

Browse files
authored
Merge pull request #1423 from easyops-cn/zekun/tree-select
style(eo-tree-select): 统一样式规范
2 parents c1cf3e9 + 594e322 commit fa1c53d

14 files changed

+183
-1
lines changed

bricks/advanced/src/tree-select/styles.shadow.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.ant-tree-select {
1010
width: 100%;
11-
min-height: 30px;
11+
min-height: 28px;
1212
height: max-content;
1313
}
1414

@@ -19,3 +19,9 @@
1919
.ant-select-sm {
2020
height: 20px;
2121
}
22+
.ant-select-multiple .ant-select-selector {
23+
border-radius: var(--small-border-radius);
24+
}
25+
.ant-select-multiple .ant-select-selector:after {
26+
line-height: 22px;
27+
}
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 20 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)