fix: 修复加入了a-spin引起的样式问题
This commit is contained in:
parent
cbb7cfc941
commit
f3999c3643
|
@ -329,6 +329,16 @@ export default {
|
||||||
.beta-gamma-analysis {
|
.beta-gamma-analysis {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
.ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
::v-deep {
|
||||||
|
.ant-spin-container {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-main {
|
&-main {
|
||||||
height: calc(100% - 51px);
|
height: calc(100% - 51px);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user