소스 검색

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

zhujindu 19 시간 전
부모
커밋
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>