From 0324f86d1de3f1c535ba2f5731187bfac4a7e8fa Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 26 十二月 2023 14:33:18 +0800 Subject: [PATCH] modified: src/views/common/rawMaterial-part.vue --- src/views/common/rawMaterial-part.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/common/rawMaterial-part.vue b/src/views/common/rawMaterial-part.vue index 16ba844..13d5b07 100644 --- a/src/views/common/rawMaterial-part.vue +++ b/src/views/common/rawMaterial-part.vue @@ -1,4 +1,5 @@ <template> + <div class="body"> <el-dialog v-diadrag width="60%" @@ -32,6 +33,7 @@ <el-button type="primary" @click="saveSelectRow">纭� 瀹�</el-button> </div> </el-dialog> + </div> </template> <script> import ttable from '@/views/common/ztt-table' @@ -65,7 +67,6 @@ return { ajaxFun: chooseIFS, innerVisible: false, - listLoading: true, currentRow: null, multipleSelection: [], uploadInfo: { @@ -194,8 +195,6 @@ } }, saveSelectRow() { - // console.log(this.multipleSelection); - console.log(); if (this.multiSelect) { this.$emit('handleSelectionChange', this.multipleSelection) } else { @@ -222,6 +221,7 @@ this.innerVisible = this.currshowlist if (this.currshowlist) { this.$nextTick(() => { + // this.table.data=[] this.getData() }) } @@ -248,5 +248,10 @@ margin-top: 0px; margin-bottom: 5px; } + @media screen and (max-width: 800px) { + .el-dialog { + height: 600px !important; + } +} </style> \ No newline at end of file -- Gitblit v1.9.3