refactor: 切换组织/工作空间/项目loading优化
This commit is contained in:
parent
94cb12a24b
commit
01d47c07bf
|
@ -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 }}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue