Commit ae25b350 authored by 徐一鸣's avatar 徐一鸣

消息管理优化

parent f87d80ca
...@@ -676,6 +676,10 @@ width: 620px!important; ...@@ -676,6 +676,10 @@ width: 620px!important;
height: calc(100vh - 84px - 83px); height: calc(100vh - 84px - 83px);
min-height: 400px; min-height: 400px;
} }
.apaas_detail_container .main_contaner.locked_height_900 {
height: calc(100vh - 84px - 83px);
min-height: 900px;
}
.apaas_detail_container .detail_action { .apaas_detail_container .detail_action {
text-align: right; text-align: right;
margin-top: 50px; margin-top: 50px;
......
...@@ -1300,6 +1300,7 @@ export default { ...@@ -1300,6 +1300,7 @@ export default {
store_type: "nfs-client", store_type: "nfs-client",
}, },
], ],
remove_disks: this.delDataDiskList.map((item) => item.id),
}; };
this.$api.serviceShop.updateCloud(query).then((response) => { this.$api.serviceShop.updateCloud(query).then((response) => {
if (response.data.success == 1) { if (response.data.success == 1) {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</el-breadcrumb> </el-breadcrumb>
</div> </div>
<div class="main_contaner locked_height"> <div class="main_contaner locked_height_900">
<steps <steps
:active-step="step" :active-step="step"
:done="done" :done="done"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</el-breadcrumb> </el-breadcrumb>
</div> </div>
<div class="main_contaner locked_height"> <div class="main_contaner locked_height_900">
<steps <steps
:active-step="step" :active-step="step"
:done="done" :done="done"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment