This commit is contained in:
wangdan-fit2cloud 2024-01-25 17:30:17 +08:00
parent 00e1b2e350
commit df9c9eb85e

View File

@ -164,7 +164,7 @@
:max="10000"
style="width: 200px"
size="small"
class="customer-slider"
class="custom-slider"
/>
<span class="ml-4">个字符</span>
</div>
@ -561,7 +561,7 @@ onMounted(() => {
background: var(--app-layout-bg-color);
}
}
.customer-slider {
.custom-slider {
:deep(.el-input-number.is-without-controls .el-input__wrapper) {
padding: 0 !important;
}