系统管理中 排班任务左侧列表显示问题

This commit is contained in:
任珮宇 2024-03-07 14:00:10 +08:00
parent 794648bc56
commit b992a4e35d

View File

@ -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;
} }
} }