mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix: 样式优化
This commit is contained in:
@@ -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: '%';
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user