refactor: 切换组织/工作空间/项目loading优化

This commit is contained in:
shiziyuan9527 2021-07-29 10:56:29 +08:00 committed by 刘瑞斌
parent 94cb12a24b
commit 01d47c07bf
3 changed files with 3 additions and 7 deletions

View File

@ -40,7 +40,7 @@
class="search-input"
size="small"/>
<div class="org-ws-menu">
<el-menu-item :index="1+'-'+index+'-'+index2" @click="changeWs(ws)"
<el-menu-item @click="changeWs(ws)"
v-for="(ws,index2) in item.workspaceList" :key="index2">
<span class="title">
{{ ws.name }}

View File

@ -290,10 +290,6 @@ textarea {
color: white;
}
.ms-full-loading .el-loading-text {
.ms-full-loading .el-loading-spinner {
font-size: 16px;
}
.ms-full-loading .el-loading-spinner {
font-size: 18px;
}

View File

@ -514,7 +514,7 @@ export function fullScreenLoading(component) {
lock: true,
text: '资源切换中...',
spinner: 'el-icon-loading',
background: 'rgba(246,241,241,0.6)',
background: 'rgba(218,218,218,0.6)',
customClass: 'ms-full-loading'
});
}