fix: 修复加入了a-spin引起的样式问题

This commit is contained in:
Xu Zhimeng 2023-07-26 10:19:07 +08:00
parent cbb7cfc941
commit f3999c3643

View File

@ -329,6 +329,16 @@ export default {
.beta-gamma-analysis {
height: 100%;
.ant-spin-nested-loading {
height: 100%;
::v-deep {
.ant-spin-container {
height: 100%;
}
}
}
&-main {
height: calc(100% - 51px);
display: flex;