fix: 修复加入了a-spin引起的样式问题
This commit is contained in:
parent
cbb7cfc941
commit
f3999c3643
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user