This commit is contained in:
wangdan-fit2cloud 2024-01-23 16:48:07 +08:00
parent 78fa4af45a
commit 1e3c29aed9

View File

@ -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>