bug修复
This commit is contained in:
@ -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){
|
||||
|
||||
Reference in New Issue
Block a user