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

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

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