浏览代码

样式修改

黄琪勇 5 月之前
父节点
当前提交
8bd4da7057

+ 1 - 1
miniprogram/pages/address/addAddress.less

@@ -49,7 +49,7 @@
         }
 
         .fromIpt {
-          margin-left: 80rpx;
+          margin-left: 20rpx;
           flex-grow: 1;
           .van-field {
             padding: 0;

+ 1 - 1
miniprogram/pages/member/addMember.less

@@ -105,7 +105,7 @@
         }
 
         .fromIpt {
-          margin-left: 100rpx;
+          margin-left: 20rpx;
           flex-grow: 1;
           .van-field {
             padding: 0;

+ 1 - 3
miniprogram/pages/orders/order-detail.less

@@ -354,9 +354,7 @@
 
     &:nth-child(2) {
       margin-left: 30rpx;
-      white-space: nowrap;
-      overflow: hidden;
-      text-overflow: ellipsis;
+      word-break: break-all;
       font-weight: 400;
       font-size: 28rpx;
       color: #000000;

+ 1 - 3
miniprogram/pages/orders/order-result.less

@@ -372,9 +372,7 @@
 
     &:nth-child(2) {
       margin-left: 30rpx;
-      white-space: nowrap;
-      overflow: hidden;
-      text-overflow: ellipsis;
+      word-break: break-all;
       font-weight: 400;
       font-size: 28rpx;
       color: #000000;