diff --git a/src/utils/inject.js b/src/utils/inject.js index abcd628..30fec5f 100644 --- a/src/utils/inject.js +++ b/src/utils/inject.js @@ -68,7 +68,7 @@ Vue.prototype.$marketBoard = Vue.observable({ search: {"groupCodeList": [], "currentDate": "20240701", "compareDate": "20240630", "hourNum": "18"} }) Vue.prototype.$multipleStoreBoard = Vue.observable({ - carouselIndex:0, + carouselIndex: 0, search: {"groupCodeList": [], "hourNum": "", type: "1"} }) Vue.prototype.$storeBoard = Vue.observable({ @@ -132,8 +132,8 @@ Vue.component("scrollTable", { const {config, tableData, columns} = this.$props return h('el-table', { props: { - headerCellClassName: 'tableHeader', cellClassName: 'tableCell', stripe: !0, - ...config, data: tableData, height: '100%' + headerCellClassName: 'tableHeader', cellClassName: 'tableCell', stripe: !0, height: '100%', + ...config, data: tableData, }, class: 'scrollTable', on: { 'cell-click': (row, column, cell, event) => { diff --git a/src/views/AppStoreKeyGoods.vue b/src/views/AppStoreKeyGoods.vue index 46d2b6a..1c9486f 100644 --- a/src/views/AppStoreKeyGoods.vue +++ b/src/views/AppStoreKeyGoods.vue @@ -77,6 +77,6 @@ export default { } .AppStoreKeyGoods .scrollTable { - height: calc(100% - 56px) !important; + height: calc(100% - 70px) !important; } diff --git a/src/views/AppStoresTable.vue b/src/views/AppStoresTable.vue index d147427..628d41a 100644 --- a/src/views/AppStoresTable.vue +++ b/src/views/AppStoresTable.vue @@ -188,10 +188,10 @@ export default {
-