WXL (wul)
5 天以前 535ac77278179da7f01280f28c67bc414ed783a4
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;