Explorar el Código

用户端小程序优化

skyline hace 1 semana
padre
commit
dbcdb91f39

+ 1 - 0
car-wash-mp/src/components/station/index.vue

@@ -88,6 +88,7 @@ defineExpose({
   padding: 24rpx;
   position: relative;
   cursor: pointer;
+  -webkit-tap-highlight-color: transparent;
   @include card-interactive(16rpx, 0.08);
 
   &-title {

+ 2 - 0
car-wash-mp/src/pages-wash/station/index.vue

@@ -7,6 +7,8 @@
         @leftClick="handleLeftClick"
         title="门店详情"
         bgColor="#C6171E"
+        leftIconColor="#FFFFFF"
+        :titleStyle="{ color: '#FFFFFF' }"
         :autoBack="true"
         height="88rpx"
       ></uv-navbar>