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-20 17:05:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6165b99fccbbde994a006681b704292f3ce0fde7
6165b99f
1 parent
e798407d
fix 处理overlay遮罩锁定无法滚动问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/components/LocalismBox/index.vue
src/components/LocalismBox/index.vue
View file @
6165b99
<!--
* @Date: 2022-06-20 11:35:50
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-20 1
6:51:47
* @LastEditTime: 2022-06-20 1
7:03:32
* @FilePath: /tswj/src/components/LocalismBox/index.vue
* @Description: 调整作品方言弹框组件
-->
<template>
<van-overlay :show="show" z-index="1000">
<van-overlay :show="show" z-index="1000"
:lock-scroll="false"
>
<div class="wrapper" @click.stop>
<div class="block">
<div class="close">
...
...
@@ -200,8 +200,8 @@ const handleSubmit = () => { // 提交选择方言
}
.localism-list {
margin-top: 2rem;
max-
height: 20rem;
overflow:
auto
;
height: 20rem;
overflow:
scroll
;
}
.bar {
...
...
Please
register
or
login
to post a comment