refactor: 切换组织/工作空间/项目loading优化
This commit is contained in:
parent
94cb12a24b
commit
01d47c07bf
|
@ -40,7 +40,7 @@
|
||||||
class="search-input"
|
class="search-input"
|
||||||
size="small"/>
|
size="small"/>
|
||||||
<div class="org-ws-menu">
|
<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">
|
v-for="(ws,index2) in item.workspaceList" :key="index2">
|
||||||
<span class="title">
|
<span class="title">
|
||||||
{{ ws.name }}
|
{{ ws.name }}
|
||||||
|
|
|
@ -290,10 +290,6 @@ textarea {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-full-loading .el-loading-text {
|
.ms-full-loading .el-loading-spinner {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-full-loading .el-loading-spinner {
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
|
@ -514,7 +514,7 @@ export function fullScreenLoading(component) {
|
||||||
lock: true,
|
lock: true,
|
||||||
text: '资源切换中...',
|
text: '资源切换中...',
|
||||||
spinner: 'el-icon-loading',
|
spinner: 'el-icon-loading',
|
||||||
background: 'rgba(246,241,241,0.6)',
|
background: 'rgba(218,218,218,0.6)',
|
||||||
customClass: 'ms-full-loading'
|
customClass: 'ms-full-loading'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue