Przeglądaj źródła

perf: 修改列表的样式wenti

奔跑的面条 3 lat temu
rodzic
commit
80e5dbd9cb

+ 1 - 0
src/views/chart/ContentCharts/components/ChartsItemBox/index.vue

@@ -104,6 +104,7 @@ $halfCenterHeight: 50px;
 @include go('content-charts-item-box') {
   display: flex;
   flex-wrap: wrap;
+  justify-content: space-between;
   gap: 9px;
   padding: 10px;
   .item-box {