|
|
@@ -23,7 +23,7 @@ export default {
|
|
|
config: {
|
|
|
header: [],//['供方编号','物料编号', '物料名称','批次数量','处理结果'],
|
|
|
data: [],
|
|
|
- rowNum: 10, //表格行数
|
|
|
+ rowNum: 5, //表格行数
|
|
|
headerHeight: 40,
|
|
|
headerBGC: 'rgba(15,19,37,0.1)', //表头
|
|
|
oddRowBGC: 'rgba(15,19,37,0.1)', //奇数行
|
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-$box-height: 650px;
|
|
|
+$box-height: 325px;
|
|
|
$box-width: 100%;
|
|
|
|
|
|
#quabottom2 {
|
|
|
@@ -131,7 +131,7 @@ $box-width: 100%;
|
|
|
width: $box-width;
|
|
|
|
|
|
::v-deep .dv-scroll-board {
|
|
|
- height: 460px + 125px;
|
|
|
+ height: 260px;
|
|
|
padding-top: 0px; // 添加这行减少顶部间距
|
|
|
|
|
|
.header {
|