瀏覽代碼

Merge branch 'feature_20260304_日报分享有两个细节优化点' into release

zhujindu 20 小時之前
父節點
當前提交
0c600254a3
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 3 3
      src/views/week/dailyDetails.vue
  2. 3 0
      src/views/week/dailyHistoricalDetails.vue

+ 3 - 3
src/views/week/dailyDetails.vue

@@ -1263,7 +1263,7 @@ export default {
 .notifyIndex {
   z-index: 999999 !important;
 }
-// .van-nav-bar__right:active {
-//   opacity: 1 !important;
-// }
+.van-nav-bar__right:active {
+  opacity: 1 !important;
+}
 </style>

+ 3 - 0
src/views/week/dailyHistoricalDetails.vue

@@ -1388,4 +1388,7 @@ export default {
 .notifyIndex {
   z-index: 999999 !important;
 }
+.van-nav-bar__right:active {
+  opacity: 1 !important;
+}
 </style>