系统管理中 排班任务左侧列表显示问题
This commit is contained in:
parent
794648bc56
commit
b992a4e35d
|
@ -656,9 +656,12 @@ export default {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
//display: flex;
|
//display: flex;
|
||||||
/deep/.ant-spin-container {
|
::v-deep.ant-spin-nested-loading {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
.ant-spin-container {
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&-list {
|
&-list {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
@ -695,7 +698,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-body {
|
&-body {
|
||||||
height: calc(100% - 103px);
|
height: calc(100% - 52px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user