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