设置机构

This commit is contained in:
shidongli 2024-12-20 09:32:22 +08:00
parent c456faee40
commit 367e4b9fe3
2 changed files with 5 additions and 5 deletions

View File

@ -337,7 +337,7 @@
></myPagination>
<el-dialog title="问卷查看" :visible.sync="questionshow" width="40%">
<div class="bottomheader">
<div class="bottomheaderdata">
<div class="right">
<div class="title" v-if="questiondata.totalScore || questiondata.totalScore ==0">总分{{ questiondata.totalScore }}</div>
<div
@ -1009,7 +1009,7 @@ export default {
::v-deep .el-table__fixed-right::before {
height: 0px !important;
}
.bottomheader {
.bottomheaderdata {
width: 99%;
background-color: #fff;
margin: 0 auto;

View File

@ -309,7 +309,7 @@
</el-form>
</div>
<!-- 穿梭框左边 -->
<el-table ref="multipleTable" :data="tableData1" height="300" tooltip-effect="dark" style="width: 100%;height:510px"
<el-table ref="multipleTable" :data="tableData1" height="503" tooltip-effect="dark" style="width: 100%;"
@selection-change="handleSelectionChangenleft" class="el-table-dialog" row-key="id">
<el-table-column type="selection" width="55" align="center">
</el-table-column>
@ -399,7 +399,7 @@
</el-form>
</div>
<!-- 穿梭框左边 -->
<el-table ref="multipleTabledep" :data="tableDatadep1" height="300" tooltip-effect="dark" style="width: 100%"
<el-table ref="multipleTabledep" :data="tableDatadep1" height="300" tooltip-effect="dark" style="width: 100%;height:503px"
@selection-change="handleSelectionChangendep" class="el-table-dialog" row-key="id">
<el-table-column type="selection" width="55" align="center">
</el-table-column>
@ -434,7 +434,7 @@
<!-- 穿梭框右边 -->
<div style="margin-top: 5%">
<el-table ref="multipleTablesdep" :data="tableDatadep2" max-height="300" tooltip-effect="dark"
style="width: 100%" @selection-change="handleSelectionChangenrightdep" row-key="id"
style="width: 100%;height:503px" @selection-change="handleSelectionChangenrightdep" row-key="id"
class="el-table-dialog">
<el-table-column type="selection" width="55" align="center"></el-table-column>
<!-- <el-table-column type="index" label="序号" align="center">