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

服务管理-超管云资源管理列表页面

parent 85c35d50
......@@ -143,10 +143,10 @@ export default {
showListFilter: false,
filter: {},
searchValue: "",
pageSize: 15,
pageSize: 10,
currentPage: 1,
timer: null,
pageSizes: [15, 50, 100],
pageSizes: [10, 20, 50],
selectFilter: [],
}),
methods: {
......
......@@ -17,7 +17,7 @@
</el-breadcrumb>
<template slot="top">
<div class="cloud_info" v-if="cloud_zuzhi">
<div class="zuzhi_preview" v-if="cloud_zuzhi">
<div class="cloud_title">
<span>{{ userInfo && userInfo.department_name }}</span>
<span>
......@@ -46,7 +46,8 @@
</div>
</div>
<div class="cloud_info" v-if="cloud_admin">
<div class="admin_preview" v-if="cloud_admin">
<div class="admin_preview-left">
<div class="cloud_title">
<span>云资源概览</span>
</div>
......@@ -71,6 +72,8 @@
</div>
</div>
</div>
<div class="admin_preview-right"></div>
</div>
</template>
<template slot="header-left">
......@@ -1734,4 +1737,18 @@ export default {
.dashboard_info > span:nth-of-type(2) {
color: #0d1847;
}
.admin_preview {
display: flex;
justify-content: space-between;
align-items: center;
}
.admin_preview > * {
width: calc(50% - 10px);
}
.admin_preview-right {
height: 245px;
margin-top: 15px;
box-sizing: border-box;
background-color: #233;
}
</style>
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