提交 f98fab57 编写于 作者: zhujiamin's avatar zhujiamin

debug编辑器对齐风格(less变量)

上级 ea481cf3
......@@ -2,7 +2,7 @@
TARGET=PSSYSAPP
</#ibiztemplate>
<template>
<ion-app id="app" :class="[themeClass,navigationClass]" class="ios ion-page hydrated">
<ion-app id="app" :class="[themeClass,alignClass,navigationClass]" class="ios ion-page hydrated">
<#if app.getAllRefPSAppViews()??>
<#list app.getAllRefPSAppViews() as view>
<#if view.getViewType() == "APPSTARTVIEW" >
......@@ -47,15 +47,15 @@ export default class App extends Vue {
* @readonly
* @memberof App
*/
//get alignClass() {
// if (this.$router.app.$store.state.selectTextAlign) {
// return this.$router.app.$store.state.selectTextAlign;
// } else if (localStorage.getItem('align-class')) {
// return localStorage.getItem('align-class');
// } else {
// return 'app-text-align-right';
// }
//}
get alignClass() {
if (this.$router.app.$store.state.selectTextAlign) {
return this.$router.app.$store.state.selectTextAlign;
} else if (localStorage.getItem('align-class')) {
return localStorage.getItem('align-class');
} else {
return 'app-text-align-right';
}
}
/**
* 当前导航栏样式
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册