mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-29 07:52:50 +00:00
feat:
This commit is contained in:
parent
78fa4af45a
commit
1e3c29aed9
|
|
@ -161,13 +161,14 @@
|
|||
:max="10000"
|
||||
style="width: 200px"
|
||||
size="small"
|
||||
class="customer-slider"
|
||||
/>
|
||||
<span class="ml-4">个字符</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<el-button @click="popoverVisible = false">取消</el-button>
|
||||
<el-button size="small" @click="popoverVisible = false">取消</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="datasetSettingChange('close')"
|
||||
|
|
@ -557,4 +558,9 @@ onMounted(() => {
|
|||
background: var(--app-layout-bg-color);
|
||||
}
|
||||
}
|
||||
.customer-slider {
|
||||
:deep(.el-input-number.is-without-controls .el-input__wrapper) {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue