Skip to content

Commit dd9dc41

Browse files
authored
fix:修复saas模式下,筛选图标大小不一 (#3576)
1 parent 18f2a7c commit dd9dc41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/theme-saas/src/grid/filter.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
}
2121

2222
.@{grid-filter-prefix-cls}__btn {
23-
@apply text-sm;
23+
@apply text-md;
2424
@apply fill-color-icon-secondary;
2525
@apply cursor-pointer;
2626
@apply align-middle;
27+
@apply w-4;
28+
@apply h-4;
2729

2830
&:hover {
2931
@apply fill-color-icon-hover;
@@ -261,7 +263,7 @@
261263
@apply mx-0;
262264

263265
// Tiny 新增,使用tiny-button组件,删除表格内置button组件
264-
.@{css-prefix}button[type="button"] {
266+
.@{css-prefix}button[type='button'] {
265267
@apply m-0;
266268
@apply ml-2;
267269
@apply rounded;

0 commit comments

Comments
 (0)