mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 04:40:37 +00:00
no message
This commit is contained in:
parent
5ff1f57017
commit
6610a948c5
@ -97,10 +97,8 @@ export default {
|
||||
},
|
||||
|
||||
appAndroidEvents() {
|
||||
if (window && window.navigator
|
||||
&& /eeui/i.test(window.navigator.userAgent)
|
||||
&& /android/i.test(window.navigator.userAgent)) {
|
||||
let eeui = requireModuleJs("eeui");
|
||||
if (this.$isEEUiApp && $A.isAndroid()) {
|
||||
const eeui = requireModuleJs("eeui");
|
||||
eeui.setPageBackPressed({
|
||||
pageName: 'firstPage',
|
||||
}, _ => {
|
||||
|
||||
@ -647,7 +647,7 @@ export default {
|
||||
},
|
||||
|
||||
watch: {
|
||||
'$route' (route) {
|
||||
'$route' () {
|
||||
this.chackPass();
|
||||
},
|
||||
|
||||
|
||||
@ -34,9 +34,10 @@
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
|
||||
.ql-editor {
|
||||
padding: 4px 7px;
|
||||
font-size: 14px;
|
||||
max-height: 200px;
|
||||
padding: 0;
|
||||
margin: 4px 7px;
|
||||
|
||||
img {
|
||||
max-width: 150px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user