style: 优化table中label字体大小 (#9002)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-12-05 09:55:29 +08:00 committed by GitHub
parent d57af8918a
commit 81c6ca4a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,6 +238,9 @@
content: '';
pointer-events: none;
}
& .label {
font-size: 90%;
}
}
&.is-layout-fixed td {