|
|
@@ -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;
|
|
|
}
|