fix: 样式优化

This commit is contained in:
dataeaseShu
2025-02-17 10:39:59 +08:00
committed by xuwei-fit2cloud
parent e607af0056
commit 266304b922
2 changed files with 12 additions and 4 deletions

View File

@@ -3395,8 +3395,17 @@ defineExpose({
.ed-select-tags-wrapper.has-prefix {
margin-left: 25px;
}
.ed-select__tags-text {
max-width: 30px !important;
.ed-select__input {
margin-left: 6px !important;
}
.ed-tag {
max-width: 52px;
.ed-tag__close {
margin-left: 2px;
}
.ed-select__tags-text {
max-width: 30px !important;
}
}
}

View File

@@ -224,8 +224,7 @@ const handleInnerMouseDown = e => {
.bottom-line {
box-sizing: border-box;
height: 1px;
background-color: #000;
opacity: 0.3;
background-color: #bbbfc4;
position: absolute;
right: 5px;
bottom: 3px;