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