---修改样式和文件上传

This commit is contained in:
2025-12-05 18:24:05 +08:00
parent d4c07162d4
commit bf5862d52b
6 changed files with 16 additions and 13 deletions

View File

@ -48,6 +48,7 @@ html[data-theme='light'] {
color: @text-color-base;
background-color: @component-background;
transition: none;
font-size: 14px;
&:hover {
.ant-tabs-tab-remove {
@ -181,7 +182,7 @@ html[data-theme='light'] {
width: 100%;
height: @multiple-height - 2;
padding-left: 0;
font-size: 12px;
font-size: 14px;
cursor: pointer;
user-select: none;
}