mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-29 16:12:55 +00:00
feat:
This commit is contained in:
parent
00e1b2e350
commit
df9c9eb85e
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue