优化iOS下后台样式

pull/446/head
Karson 2023-04-07 15:44:52 +08:00
parent afe0fdce73
commit e59668c0f2
1 changed files with 3 additions and 2 deletions

5
public/assets/less/backend.less 100644 → 100755
View File

@ -73,11 +73,12 @@ body.is-dialog {
/*iOS兼容*/
html.ios-fix, html.ios-fix body {
height: 100%;
overflow: auto;
//overflow: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
.wrapper, .tab-pane {
overflow: auto;
//overflow: auto;
-webkit-overflow-scrolling: touch;
}
}