Browse Source

优化物流样式

张田田 1 tháng trước cách đây
mục cha
commit
c1b29ff61f

+ 5 - 1
.idea/workspace.xml

@@ -4,7 +4,10 @@
     <option name="autoReloadType" value="SELECTIVE" />
     <option name="autoReloadType" value="SELECTIVE" />
   </component>
   </component>
   <component name="ChangeListManager">
   <component name="ChangeListManager">
-    <list default="true" id="ade0a8c5-0639-4f05-956a-aae1181b5d18" name="更改" comment="" />
+    <list default="true" id="ade0a8c5-0639-4f05-956a-aae1181b5d18" name="更改" comment="">
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/miniprogram/module/order/pages/logistics-detail/logistics-detail.scss" beforeDir="false" afterPath="$PROJECT_DIR$/miniprogram/module/order/pages/logistics-detail/logistics-detail.scss" afterDir="false" />
+    </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -58,6 +61,7 @@
       <workItem from="1773195628315" duration="675000" />
       <workItem from="1773195628315" duration="675000" />
       <workItem from="1773898120801" duration="598000" />
       <workItem from="1773898120801" duration="598000" />
       <workItem from="1774601263134" duration="598000" />
       <workItem from="1774601263134" duration="598000" />
+      <workItem from="1774842425747" duration="598000" />
     </task>
     </task>
     <servers />
     <servers />
   </component>
   </component>

+ 6 - 4
miniprogram/module/order/pages/logistics-detail/logistics-detail.scss

@@ -99,6 +99,7 @@
   margin-left: 20rpx;
   margin-left: 20rpx;
   display: flex;
   display: flex;
   gap: 8rpx;
   gap: 8rpx;
+  align-items: center;
 }
 }
 
 
 .carrier-row__name {
 .carrier-row__name {
@@ -158,7 +159,7 @@
 
 
 .trace-item--expand {
 .trace-item--expand {
   padding-bottom: 0;
   padding-bottom: 0;
-  padding-top: 8rpx;
+  // padding-top: 8rpx;
 }
 }
 
 
 .trace-item__dot {
 .trace-item__dot {
@@ -240,7 +241,7 @@
 .trace-expand__text {
 .trace-expand__text {
   font-size: 26rpx;
   font-size: 26rpx;
   color: #999;
   color: #999;
-  flex: 1;
+  // flex: 1;
 }
 }
 
 
 .logistics-divider {
 .logistics-divider {
@@ -275,6 +276,7 @@
   color: #333;
   color: #333;
   line-height: 1.45;
   line-height: 1.45;
   width: 100%;
   width: 100%;
+  margin-bottom: 10rpx;
 }
 }
 
 
 .addr-block__contact {
 .addr-block__contact {
@@ -290,7 +292,7 @@
 .address-name {
 .address-name {
   font-weight: 500;
   font-weight: 500;
   line-height: 1.4;
   line-height: 1.4;
-  margin-right: 10rpx;
+  // margin-right: 10rpx;
 }
 }
 
 
 .address-phone {
 .address-phone {
@@ -299,7 +301,7 @@
 }
 }
 
 
 .addr-block__tag {
 .addr-block__tag {
-  margin: 0 0rpx 0 10rpx !important;
+  // margin: 0 0rpx 0 10rpx !important;
   font-size: 22rpx!important;
   font-size: 22rpx!important;
   color: #888!important;
   color: #888!important;
 }
 }