浏览代码

日报分享按钮优化

zhujindu 2 天之前
父节点
当前提交
9e5858fdef
共有 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>