fix : 选择框为远程搜索解决卡顿问题
This commit is contained in:
@@ -322,4 +322,8 @@ onMounted(async () => {
|
||||
:deep(.el-table--fit ) {
|
||||
height: 300px !important;
|
||||
}
|
||||
.add-block{
|
||||
|
||||
padding: 0 30px 30px 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -31,6 +31,7 @@ const searchConfig = reactive([
|
||||
props: {
|
||||
placeholder: '请选择状态',
|
||||
clearable: true,
|
||||
filterable:true,
|
||||
cacheKey: 'special_fund',
|
||||
remote: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user