chengjunhui vor 1 Woche
Ursprung
Commit
44b9fbfef3
2 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. 1 0
      public/index.html
  2. 5 5
      src/views/OrderDetails.vue

+ 1 - 0
public/index.html

@@ -8,6 +8,7 @@
     <title><%= htmlWebpackPlugin.options.title %></title>
   </head>
   <body>
+    <script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=N75BZ-44DHJ-BUDFH-DWZWH-GZBV6-T7BK5"></script>
     <noscript>
       <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
     </noscript>

+ 5 - 5
src/views/OrderDetails.vue

@@ -544,7 +544,7 @@ export default {
 
 .topBox:first-of-type {
   background-color: #fff;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #f1f1f1;
 }
 
 .topBox_lab {
@@ -584,7 +584,7 @@ export default {
   display: flex;
   align-items: center;
   padding-bottom: 15px;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #f1f1f1;
 }
 
 .item_t img {
@@ -598,7 +598,7 @@ export default {
 .item_c {
   display: flex;
   padding: 15px 0;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #f1f1f1;
 }
 
 .item_c_l img {
@@ -677,7 +677,7 @@ export default {
   justify-content: flex-end;
   align-items: center;
   padding: 15px 0;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #f1f1f1;
 }
 
 .item_c1_lab {
@@ -697,7 +697,7 @@ export default {
 
 .item_c2 {
   padding: 15px 0;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #f1f1f1;
 }
 
 .item_c2:last-child {