Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-24 18:45:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14729715ff7c8c29cebd8659120cb6222cb06d4f
14729715
1 parent
ca871752
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/client/bookDetail.vue
src/views/client/bookDetail.vue
View file @
1472971
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-21 09:35:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-24 18:
24:17
* @LastEditTime: 2022-06-24 18:
45:05
* @FilePath: /tswj/src/views/client/bookDetail.vue
* @Description:
-->
...
...
@@ -149,6 +149,7 @@ let { userInfo } = useDefaultPerf($route.query.id);
const customBarStyle = ref({})
const onClickLocalism = () => {
showPicker.value = true
// 遮罩问题fix
customStyle.value.zIndex = 0
customBarStyle.value.zIndex = 0
}
...
...
Please
register
or
login
to post a comment