Skip to content

Commit 1510170

Browse files
whyrovexiexiejie
authored andcommitted
fix: 修复css样式异常
1 parent 754aa03 commit 1510170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/bui-core/src/Select/Select.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
justify-content: space-between;
5151
align-items: center;
5252
flex: 1;
53-
height: var(--bui-select-height);
53+
height: var(--height);
5454
background-color: transparent;
5555
outline: none;
5656
border: 0;

packages/bui-core/src/Slider/Slider.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--bui-slider-button-font-size,
1616
var(--bui-title-size-3)
1717
);
18-
--button-border-radius: var(--bui--slider-button-border-radius, 50%);
18+
--button-border-radius: var(--bui-slider-button-border-radius, 50%);
1919
--tooltip-width: var(--bui-slider-tooltip-width, 46px);
2020
--tooltip-height: var(--bui-slider-tooltip-height, 24px);
2121
--tooltip-line-height: var(--bui-slider-tooltip-line-height, 24px);

0 commit comments

Comments
 (0)