修复时间选择器滑动异常问题

This commit is contained in:
dragon
2024-06-05 18:33:46 +08:00
parent 0ebbedcaa4
commit 2e32cddc87
5 changed files with 13 additions and 8 deletions

View File

@@ -823,6 +823,9 @@ function fuzzyMatchUpdateQueryStringParameterFun() {
}
}
function langCodeFun(langCode) {
if (window.location.href.match(/guildAr/)) {
return
}
var body = document.body;
body.style.display = 'none';
setTimeout(function () {

View File

@@ -183,10 +183,10 @@ body {
display: flex;
justify-content: space-between;
line-height: 0.4rem;
position: fixed;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 5.3rem;
top: 0rem;
background: #fff;
border-radius: 0.4rem 0.4rem 0 0;
}

View File

@@ -188,10 +188,11 @@ body {
display: flex;
justify-content: space-between;
line-height: 0.4rem;
position: fixed;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 5.3rem;
// top: 5.3rem;
top: 0rem;
background: #fff;
border-radius: px2rem(30) px2rem(30) 0 0;

View File

@@ -196,10 +196,10 @@ body {
display: flex;
justify-content: space-between;
line-height: 0.4rem;
position: fixed;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 5.3rem;
top: 0;
background: #fff;
border-radius: 0.4rem 0.4rem 0 0;
}

View File

@@ -203,10 +203,11 @@ body {
display: flex;
justify-content: space-between;
line-height: 0.4rem;
position: fixed;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 5.3rem;
// top: 5.3rem;
top: 0;
background: #fff;
border-radius: px2rem(30) px2rem(30) 0 0;