订单页面修改

This commit is contained in:
karl 2024-07-30 09:44:54 +08:00
parent ed79f9a255
commit ecb5270db8
6 changed files with 5 additions and 5 deletions

View File

@ -646,7 +646,7 @@ export default {
},
computed: {
tableMaxHeight() {
return '550px';
return window.innerHeight - 380 + 'px';
}
},
methods: {

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.app-container[data-v-69035bdc]{position:relative;padding-bottom:60px}.el-table[data-v-69035bdc],.filter-container[data-v-69035bdc]{padding-bottom:52px}
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.app-container[data-v-28d0485c]{position:relative;padding-bottom:60px}.el-table[data-v-28d0485c],.filter-container[data-v-28d0485c]{padding-bottom:52px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long