Эх сурвалжийг харах

详情页时间高度一致

zhangxinlei1996 6 жил өмнө
parent
commit
18b9e3230a

+ 7 - 5
src/jfw/modules/app/src/web/staticres/jyapp/css/myorder/order_detail.css

@@ -43,10 +43,11 @@
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
-      -ms-flex-pack: start;
-          justify-content: flex-start;
+  -ms-flex-pack: start;
+  justify-content: flex-start;
   padding: 0 .4rem;
   margin-bottom: .16rem;
+  height: 0.384rem;
 }
 #order_detail .main .lists .card .card-content .item-list label {
   font-weight: 500;
@@ -59,10 +60,11 @@
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
-      flex-wrap: wrap;
+  flex-wrap: wrap;
   -webkit-box-pack: start;
-      -ms-flex-pack: start;
-          justify-content: flex-start;
+  -ms-flex-pack: start;
+  justify-content: flex-start;
+  line-height:0.384rem;
 }
 #order_detail .main .lists .card .card-content .item-list .item-list-parents li {
   margin-right: 0.1rem;

+ 7 - 5
src/web/staticres/wx_dataExport/css/order_detail.css

@@ -43,10 +43,11 @@
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
-      -ms-flex-pack: start;
-          justify-content: flex-start;
+  -ms-flex-pack: start;
+  justify-content: flex-start;
   padding: 0 .4rem;
   margin-bottom: .16rem;
+  height:0.384rem;
 }
 #order_detail .main .lists .card .card-content .item-list label {
   font-weight: 500;
@@ -59,10 +60,11 @@
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
-      flex-wrap: wrap;
+  flex-wrap: wrap;
   -webkit-box-pack: start;
-      -ms-flex-pack: start;
-          justify-content: flex-start;
+  -ms-flex-pack: start;
+  justify-content: flex-start;
+  line-height:0.384rem;
 }
 #order_detail .main .lists .card .card-content .item-list .item-list-parents li {
   margin-right: 0.1rem;