Bläddra i källkod

日报分享按钮优化

zhujindu 2 dagar sedan
förälder
incheckning
9e5858fdef
2 ändrade filer med 6 tillägg och 3 borttagningar
  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>