|
@@ -179,7 +179,7 @@
|
|
element-loading-text="加载中"
|
|
element-loading-text="加载中"
|
|
:style="{
|
|
:style="{
|
|
display: bizFridComputed ? 'grid' : 'flex',
|
|
display: bizFridComputed ? 'grid' : 'flex',
|
|
- justifyContent: 'space-around',
|
|
+ justifyContent: bizFridComputed ? 'space-around' : 'flex-start',
|
|
height: 'calc(100vh - 430px)'
|
|
height: 'calc(100vh - 430px)'
|
|
}"
|
|
}"
|
|
>
|
|
>
|