2f999f2b by xukangle

fix

1 parent 555c7f5b
...@@ -890,7 +890,12 @@ const formInfo = ref<any>({ ...@@ -890,7 +890,12 @@ const formInfo = ref<any>({
890 </template> 890 </template>
891 891
892 <style scoped lang="scss"> 892 <style scoped lang="scss">
893 .table_tool_wrap { 893 .container_wrap {
894 width: 100%;
895 height: 100%;
896 overflow-y: auto;
897
898 .table_tool_wrap {
894 width: 100%; 899 width: 100%;
895 height: 50px !important; 900 height: 50px !important;
896 padding: 0 8px; 901 padding: 0 8px;
...@@ -898,15 +903,15 @@ const formInfo = ref<any>({ ...@@ -898,15 +903,15 @@ const formInfo = ref<any>({
898 .tools_btns { 903 .tools_btns {
899 padding: 0px 0 0; 904 padding: 0px 0 0;
900 } 905 }
901 } 906 }
902 907
903 .table_panel_wrap { 908 .table_panel_wrap {
904 width: 100%; 909 width: 100%;
905 height: calc(100% - 270px); 910 height: calc(100% - 230px);
906 padding: 0px 8px 0; 911 padding: 0px 8px 0;
907 } 912 }
908 913
909 .list-content { 914 .list-content {
910 display: flex; 915 display: flex;
911 justify-content: flex-start; 916 justify-content: flex-start;
912 flex-wrap: wrap; 917 flex-wrap: wrap;
...@@ -992,5 +997,6 @@ const formInfo = ref<any>({ ...@@ -992,5 +997,6 @@ const formInfo = ref<any>({
992 // } 997 // }
993 } 998 }
994 } 999 }
1000 }
995 } 1001 }
996 </style> 1002 </style>
......
...@@ -262,7 +262,7 @@ const classSearchItemList = ref<any>([ ...@@ -262,7 +262,7 @@ const classSearchItemList = ref<any>([
262 label: '', 262 label: '',
263 field: 'damName', 263 field: 'damName',
264 default: '', 264 default: '',
265 placeholder: '请输入产品类型', 265 placeholder: '请输入产品名称',
266 clearable: true, 266 clearable: true,
267 visible: true 267 visible: true
268 }, 268 },
...@@ -368,9 +368,10 @@ const getTableData = () => { ...@@ -368,9 +368,10 @@ const getTableData = () => {
368 .table_panel_wrap { 368 .table_panel_wrap {
369 margin-top: 12px; 369 margin-top: 12px;
370 width: 100%; 370 width: 100%;
371 height: calc(100% - 105px); 371 height: calc(100% - 65px);
372 min-height: 210px; 372 min-height: 210px;
373 overflow: visible; 373 overflow: visible;
374
374 } 375 }
375 } 376 }
376 } 377 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!