Răsfoiți Sursa

style: 调整组件库数据排列方式

wu.jian2 1 an în urmă
părinte
comite
5e40b57e73

+ 1 - 1
data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue

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