Pārlūkot izejas kodu

日报分享按钮优化

zhujindu 2 dienas atpakaļ
vecāks
revīzija
9e5858fdef

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