mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
perf: 兼容ipad app样式
This commit is contained in:
parent
244c283556
commit
6ea3918a8b
@ -259,6 +259,8 @@ export default {
|
|||||||
if (!this.$isEEUiApp) {
|
if (!this.$isEEUiApp) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// bodyClass
|
||||||
|
$A("body").addClass("eeui-app")
|
||||||
// 页面失活
|
// 页面失活
|
||||||
window.__onPagePause = () => {
|
window.__onPagePause = () => {
|
||||||
this.$store.state.windowActive = false;
|
this.$store.state.windowActive = false;
|
||||||
|
|||||||
6
resources/assets/sass/components/mobile.scss
vendored
6
resources/assets/sass/components/mobile.scss
vendored
@ -306,6 +306,12 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.eeui-app {
|
||||||
|
.mobile-back {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.mobile-tabbar {
|
.mobile-tabbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -1474,6 +1474,25 @@
|
|||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.eeui-app {
|
||||||
|
.dialog-wrapper {
|
||||||
|
.dialog-scroller {
|
||||||
|
user-select: none;
|
||||||
|
.dialog-item {
|
||||||
|
.dialog-view {
|
||||||
|
&.operate-enter {
|
||||||
|
.dialog-head {
|
||||||
|
.dialog-content {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.dialog-wrapper {
|
.dialog-wrapper {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user