We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f2a7c commit dd9dc41Copy full SHA for dd9dc41
packages/theme-saas/src/grid/filter.less
@@ -20,10 +20,12 @@
20
}
21
22
.@{grid-filter-prefix-cls}__btn {
23
- @apply text-sm;
+ @apply text-md;
24
@apply fill-color-icon-secondary;
25
@apply cursor-pointer;
26
@apply align-middle;
27
+ @apply w-4;
28
+ @apply h-4;
29
30
&:hover {
31
@apply fill-color-icon-hover;
@@ -261,7 +263,7 @@
261
263
@apply mx-0;
262
264
265
// Tiny 新增,使用tiny-button组件,删除表格内置button组件
- .@{css-prefix}button[type="button"] {
266
+ .@{css-prefix}button[type='button'] {
267
@apply m-0;
268
@apply ml-2;
269
@apply rounded;
0 commit comments