From 6a3ac9820a45b566c68b21b11c73badd59c8e6e1 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 28 八月 2023 14:11:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/components/view/raw-ins.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/components/view/raw-ins.vue b/src/components/view/raw-ins.vue
index 1808269..b2dfefe 100644
--- a/src/components/view/raw-ins.vue
+++ b/src/components/view/raw-ins.vue
@@ -1,5 +1,7 @@
<style scoped>
- .raw_ins {}
+ .raw_ins {
+ height: 100%;
+ }
.raw_ins .title .el-button {
height: 32px;
@@ -110,7 +112,7 @@
</div>
<div class="thing">
<el-table :data="tableData" border style="width: 100%;overflow-y: auto;min-height: calc(100% - 50px)"
- max-height="calc(100% - 50px)" @selection-change="handleSelectionChange" border default-expand-all
+ max-height="calc(100% - 50px)" @selection-change="handleSelectionChange" default-expand-all
:tree-props="{children: 'children', hasChildren: 'hasChildren'}" row-key="id">
<el-table-column type="selection" width="50">
</el-table-column>
@@ -169,13 +171,13 @@
formTime: null,
createTime: null,
insState: 2,
- judgeState: 2
+ judgeState: 10
},
tableData: [],
selects: [],
currentPage: 1,
countSize: 0,
- pageSize: 10
+ pageSize: 2
}
},
props:['goDetail'],
--
Gitblit v1.9.3