src/views/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/index.vue
@@ -377,7 +377,7 @@ // 根据数据量动态计算高度 const rowHeight = 40; // 每行大约高度 const headerHeight = 40; // 表头高度 const minHeight = 200; // 最小高度 const minHeight = 500; // 最小高度 const maxHeight = 600; // 最大高度 const calculatedHeight = this.SkuTop.length * rowHeight + headerHeight;