fix: 样式优化

This commit is contained in:
dataeaseShu
2025-12-01 14:34:26 +08:00
committed by dataeaseShu
parent db0f6d9a10
commit 1126bdc3e2
2 changed files with 7 additions and 3 deletions

View File

@@ -201,7 +201,8 @@ onUnmounted(() => {
:deep(.ed-input__wrapper) {
position: relative;
padding: 0 38px 0 8px;
padding-left: 8px !important;
padding-right: 38px !important;
&::after {
position: absolute;
content: '%';

View File

@@ -189,12 +189,15 @@ onUnmounted(() => {
:deep(.ed-input__wrapper) {
position: relative;
padding: 0 38px 0 8px;
padding-left: 8px !important;
padding-right: 38px !important;
&::after {
position: absolute;
content: '%';
right: 35px;
top: -1px;
top: 1px;
height: 24px;
line-height: 24px;
}
}
}