Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-21 09:35:14 | 3 | * @Date: 2022-05-21 09:35:14 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-06-24 18:24:17 | 5 | + * @LastEditTime: 2022-06-24 18:45:05 |
| 6 | * @FilePath: /tswj/src/views/client/bookDetail.vue | 6 | * @FilePath: /tswj/src/views/client/bookDetail.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> |
| ... | @@ -149,6 +149,7 @@ let { userInfo } = useDefaultPerf($route.query.id); | ... | @@ -149,6 +149,7 @@ let { userInfo } = useDefaultPerf($route.query.id); |
| 149 | const customBarStyle = ref({}) | 149 | const customBarStyle = ref({}) |
| 150 | const onClickLocalism = () => { | 150 | const onClickLocalism = () => { |
| 151 | showPicker.value = true | 151 | showPicker.value = true |
| 152 | + // 遮罩问题fix | ||
| 152 | customStyle.value.zIndex = 0 | 153 | customStyle.value.zIndex = 0 |
| 153 | customBarStyle.value.zIndex = 0 | 154 | customBarStyle.value.zIndex = 0 |
| 154 | } | 155 | } | ... | ... |
-
Please register or login to post a comment