瀏覽代碼

用户端小程序优化

skyline 1 周之前
父節點
當前提交
dbcdb91f39
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      car-wash-mp/src/components/station/index.vue
  2. 2 0
      car-wash-mp/src/pages-wash/station/index.vue

+ 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>