zhaoxiaohai hace 4 años
padre
commit
2b3d3ccf05
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      pages/liveStreaming/index.wxss

+ 6 - 3
pages/liveStreaming/index.wxss

@@ -146,6 +146,7 @@
 }
 
 .data-formlist-header>view {
+    text-align: center;
     font-size: 24rpx;
     font-weight: 600;
     color: rgba(0, 0, 0, 0.85);
@@ -163,19 +164,21 @@
 }
 
 .data-formlist .the-first-column {
-    margin-left: 14rpx;
-    width: 160rpx;
-
+    text-align: center;
+    width: 150rpx;
 }
 
 .data-formlist .the-second-series {
+    text-align: center;
     width: 130rpx;
 }
 
 .data-formlist .the-third-column {
+    text-align: center;
     width: 130rpx;
 }
 
 .data-formlist .the-fourth-column {
+    text-align: center;
     flex: 1;
 }