修复选择地区无法滑动问题
This commit is contained in:
@@ -572,7 +572,8 @@ body {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
height: 10rem;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.area .area_in h3 {
|
||||
|
@@ -583,7 +583,9 @@ body {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
// overflow: hidden;
|
||||
height: 10rem;
|
||||
overflow-y: scroll;
|
||||
|
||||
h3 {
|
||||
width: 100%;
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user