修复选择地区无法滑动问题

This commit is contained in:
dragon
2024-07-04 12:55:18 +08:00
parent 1f341655d2
commit f7d52e09fd
3 changed files with 6 additions and 3 deletions

View File

@@ -572,7 +572,8 @@ body {
left: 50%;
transform: translateX(-50%);
background: #fff;
overflow: hidden;
height: 10rem;
overflow-y: scroll;
}
.area .area_in h3 {

View File

@@ -583,7 +583,9 @@ body {
left: 50%;
transform: translateX(-50%);
background: #fff;
overflow: hidden;
// overflow: hidden;
height: 10rem;
overflow-y: scroll;
h3 {
width: 100%;

View File

@@ -9,7 +9,7 @@
<!-- 充值 -->
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="../../common/css/flex.css">
<link rel="stylesheet" href="./css/index.css?v=1.1">
<link rel="stylesheet" href="./css/index.css?v=1.12">
</head>
<body>