fix:修复saas模式下,筛选图标大小不一 (#3576)

This commit is contained in:
liukun 2025-07-14 00:56:01 -07:00 committed by GitHub
parent 18f2a7cad9
commit dd9dc4164c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -20,10 +20,12 @@
}
.@{grid-filter-prefix-cls}__btn {
@apply text-sm;
@apply text-md;
@apply fill-color-icon-secondary;
@apply cursor-pointer;
@apply align-middle;
@apply w-4;
@apply h-4;
&:hover {
@apply fill-color-icon-hover;
@ -261,7 +263,7 @@
@apply mx-0;
// Tiny 新增使用tiny-button组件删除表格内置button组件
.@{css-prefix}button[type="button"] {
.@{css-prefix}button[type='button'] {
@apply m-0;
@apply ml-2;
@apply rounded;