bug修复

This commit is contained in:
‘huanghaiixia’
2026-01-13 17:14:40 +08:00
parent d92be3d714
commit cbec6db675
8 changed files with 50 additions and 26 deletions

View File

@ -1,5 +1,5 @@
<template>
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex" class="cusFormStyle bankStyle">
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex" class="bankStyle">
<BasicTable @register="registerTable" ref="tableRef" @row-dbClick="dbClickRow">
<template #toolbar>
@ -373,7 +373,7 @@ const logPath = ref('/mdm/bank/datalog');
};
</script>
<style lang="less">
.cusFormStyle .cusSearchForm .advanceRow> div:nth-of-type(3){
.bankStyle .cusSearchForm .advanceRow> div:nth-of-type(3){
display: none;
}
.bankStyle .w-full .advanceRow> div:nth-of-type(4){