Commit 01722f0f by liangzhen

样式调整

1 parent d3fc6ee2
<template>
<div class="main">
<div class="close"><i class="el-icon-circle-close" @click="cancel()"></i></div>
<p class="title">{{projectName}}</p>
<p class="title" :class="dialogFullScreen?'noShow':''">{{projectName}}</p>
<div class="continer">
<div class="top">
<div class="top" :class="dialogFullScreen?'noShow':''">
<el-steps :active="active" align-center finish-status="success">
<el-step
v-for="item in tabList"
......@@ -15,7 +15,7 @@
</div>
<div class="content">
<div class="left">
<p class="tableTitle">检查内容</p>
<p class="tableTitle">检查内容 <i class="el-icon-full-screen" @click="dialogFullScreen = !dialogFullScreen"></i></p>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane
v-for="item in tabListKY"
......@@ -232,6 +232,7 @@ import { MaterialsListKY } from "@/utils/cache";
export default {
data() {
return {
dialogFullScreen: false,
valuesel:'',
options:[],
dialogImageUrl: "",
......@@ -293,6 +294,9 @@ docxOptions: {
this.init(this.clqparams);
},
methods: {
fullScreen(){
},
zhanshi(){
this.dialogzhanshi=true
......@@ -717,7 +721,7 @@ docxOptions: {
.close {
position: absolute;
right: 20px;
top: 20px;
top:0px;
.el-icon-circle-close {
font-size: 30px;
......@@ -739,10 +743,12 @@ docxOptions: {
padding: 20px;
position: relative;
box-sizing: border-box;
padding-top: 5px;
.top {
width: 70%;
margin: 0 auto;
position: relative;
padding-top: 15px;
}
.content {
width: 100%;
......@@ -982,4 +988,7 @@ docxOptions: {
// margin-top: 3vh !important;
// margin-left: 3vw !important;
}
.noShow{
display: none;
}
</style>
\ No newline at end of file
......@@ -373,15 +373,17 @@
</router-link>
</template>
</el-table-column>
<el-table-column label="解释批注">
<el-table-column label="解释批注" width="220">
<template slot-scope="scope">
<el-input
v-model="scope.row.feedback"
v-if="scope.row.confirmStatus == '1'"
type="textarea"
:rows="3"
></el-input>
</template>
</el-table-column>
<el-table-column label="附加其他情况说明" prop="fileId" width="300">
<el-table-column label="附加其他情况说明" prop="fileId" width="280">
<template
slot-scope="scope"
v-if="scope.row.evalQues && scope.row.confirmStatus == '1'"
......@@ -1183,8 +1185,8 @@ export default {
}
}
.dialog {
height: 680px;
overflow-y: auto;
// height: 680px;
// overflow-y: auto;
.xqtitle {
text-align: left;
font-size: 18px;
......@@ -1375,7 +1377,7 @@ h3 {
}
}
.setTable {
height: 560px;
height:490px;
overflow-y: auto;
overflow-x: scroll;
position: relative;
......
<template>
<div class="main">
<div class="close"><i class="el-icon-circle-close" @click="cancel()"></i></div>
<p class="title">{{projectName}}</p>
<p class="title" :class="dialogFullScreen?'noShow':''">{{projectName}}</p>
<div class="continer">
<div class="top">
<div class="top" :class="dialogFullScreen?'noShow':''">
<el-steps :active="active" align-center finish-status="success">
<el-step
v-for="item in tabList"
......@@ -15,7 +15,7 @@
</div>
<div class="content">
<div class="left">
<p class="tableTitle">检查内容</p>
<p class="tableTitle">检查内容 <i class="el-icon-full-screen" @click="dialogFullScreen = !dialogFullScreen"></i></p>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane
v-for="item in tabListKY"
......@@ -233,6 +233,7 @@ import { MaterialsListKY } from "@/utils/cache";
export default {
data() {
return {
dialogFullScreen: false,
valuesel:'',
options:[],
dialogImageUrl: "",
......@@ -727,7 +728,7 @@ docxOptions: {
.close {
position: absolute;
right: 20px;
top: 20px;
top:0px;
.el-icon-circle-close {
font-size: 30px;
......@@ -749,10 +750,12 @@ docxOptions: {
padding: 20px;
position: relative;
box-sizing: border-box;
padding-top: 5px;
.top {
width: 70%;
margin: 0 auto;
position: relative;
padding-top: 15px;
}
.content {
width: 100%;
......@@ -991,4 +994,7 @@ docxOptions: {
// margin-top: 3vh !important;
// margin-left: 3vw !important;
}
.noShow{
display: none;
}
</style>
\ No newline at end of file
......@@ -373,15 +373,17 @@
</router-link>
</template>
</el-table-column>
<el-table-column label="解释批注">
<el-table-column label="解释批注" width="220">
<template slot-scope="scope">
<el-input
v-model="scope.row.feedback"
v-if="scope.row.confirmStatus == '1'"
type="textarea"
:rows="3"
></el-input>
</template>
</el-table-column>
<el-table-column label="附加其他情况说明" prop="fileId" width="300">
<el-table-column label="附加其他情况说明" prop="fileId" width="280">
<template
slot-scope="scope"
v-if="scope.row.evalQues && scope.row.confirmStatus == '1'"
......@@ -1183,8 +1185,8 @@ export default {
}
}
.dialog {
height: 680px;
overflow-y: auto;
// height: 680px;
// overflow-y: auto;
.xqtitle {
text-align: left;
font-size: 18px;
......@@ -1376,7 +1378,7 @@ h3 {
}
}
.setTable {
height: 560px;
height: 490px;
overflow-y: auto;
overflow-x: scroll;
position: relative;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!