画像编辑、审核修改
This commit is contained in:
parent
1b217848e2
commit
abda5eaa0a
@ -43,7 +43,7 @@
|
||||
<div class="topform">
|
||||
<div style="margin-bottom: 20px">
|
||||
<div v-for="(aitem, aindex) in getParamslistData" :key="aindex">
|
||||
<el-card>
|
||||
<div style="margin-left: 80px;">
|
||||
<!-- {{aitem}} -->
|
||||
<div class="toptitle">{{ aitem.taskPartitionDictName }}</div>
|
||||
<div
|
||||
@ -82,7 +82,7 @@
|
||||
></i>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -282,7 +282,7 @@ export default {
|
||||
// overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
width: 72%;
|
||||
height: calc(100vh - 200px);
|
||||
height: calc(100vh - 157px);
|
||||
background-color: #fff;
|
||||
.topform {
|
||||
width: 100%;
|
||||
@ -291,6 +291,7 @@ export default {
|
||||
// overflow-y: auto;
|
||||
padding: 15px 70px 30px 15px;
|
||||
.toptitle {
|
||||
margin-top: 21px;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
}
|
||||
@ -330,9 +331,13 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.app-container{
|
||||
padding: 0px 0 10px 0px;
|
||||
height: calc(100vh - 46px);
|
||||
}
|
||||
|
||||
.list {
|
||||
margin: 20px auto;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
height: calc(100% - 11px);
|
||||
background-color: #f2f4f5;
|
||||
@ -353,8 +358,7 @@ export default {
|
||||
|
||||
.left {
|
||||
height: calc(100vh - 119px);
|
||||
// overflow: auto;
|
||||
|
||||
overflow: hidden;
|
||||
.name {
|
||||
font-weight: 700;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="topform">
|
||||
<div v-if="getParamslistData">
|
||||
<div v-for="(aitem, aindex) in getParamslistData" :key="aindex">
|
||||
<el-card>
|
||||
<div style="margin-left: 80px;">
|
||||
<div class="toptitle">{{ aitem.taskPartitionDictName }}</div>
|
||||
<div
|
||||
style="display: flex"
|
||||
@ -41,7 +41,7 @@
|
||||
></i>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div
|
||||
v-for="(item, index) in getParamslistData"
|
||||
@ -182,9 +182,11 @@ export default {
|
||||
// overflow-y: auto;
|
||||
padding: 15px 70px 30px 15px;
|
||||
.toptitle {
|
||||
font-weight: 500;
|
||||
padding: 20px;
|
||||
margin-left: 0px;
|
||||
margin-top: 21px;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.box-card {
|
||||
// width:calc(100% - 149px);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user