订单页面修改
This commit is contained in:
parent
ecb5270db8
commit
6a59863c60
|
@ -646,7 +646,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
tableMaxHeight() {
|
tableMaxHeight() {
|
||||||
return window.innerHeight - 380 + 'px';
|
return window.innerHeight - 320 + 'px';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -878,6 +878,6 @@ export default {
|
||||||
|
|
||||||
.filter-container,
|
.filter-container,
|
||||||
.el-table {
|
.el-table {
|
||||||
padding-bottom: 52px; /* 分页条的高度,以避免内容重叠 */
|
padding-bottom: 5px; /* 分页条的高度,以避免内容重叠 */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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-28d0485c]{position:relative;padding-bottom:60px}.el-table[data-v-28d0485c],.filter-container[data-v-28d0485c]{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-7e3d35b4]{position:relative;padding-bottom:60px}.el-table[data-v-7e3d35b4],.filter-container[data-v-7e3d35b4]{padding-bottom:5px}
|
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
Loading…
Reference in New Issue