mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix: 样式优化
This commit is contained in:
committed by
xuwei-fit2cloud
parent
e607af0056
commit
266304b922
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user