修改细节问题
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
<div :class="!mobile ? 'container' : 'container-mobile'">
|
<div :class="!mobile ? 'container' : 'container-mobile'">
|
||||||
<div class="top" id="top" v-if="!mobile">
|
<div class="top" id="top" v-if="!mobile">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img id="logo" src="~@/assets/logo.png" alt="">
|
<!-- <img id="logo" src="~@/assets/logo.png" alt="">-->
|
||||||
</div>
|
</div>
|
||||||
<div id="company">
|
<div id="company">
|
||||||
<span id="c-company">合众未来</span>
|
<!-- <span id="c-company">合众未来</span>-->
|
||||||
<span id="p-company">HEZHONGWEILAI</span>
|
<!-- <span id="p-company">HEZHONGWEILAI</span>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="mobile">
|
<div v-if="mobile">
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
|
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
|
||||||
@click="toggle"/>
|
@click="toggle"/>
|
||||||
|
|
||||||
<span v-if="device === 'desktop'">欢迎进入 Jero-Boot 平台</span>
|
<span v-if="device === 'desktop'">欢迎进入 蔚来法规</span>
|
||||||
<span v-else>Jero-Boot</span>
|
<span v-else>Jero-Boot</span>
|
||||||
<user-menu :theme="theme"/>
|
<user-menu :theme="theme"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -70,9 +70,9 @@
|
|||||||
</a-layout-content>
|
</a-layout-content>
|
||||||
|
|
||||||
<!-- layout footer -->
|
<!-- layout footer -->
|
||||||
<a-layout-footer style="padding: 0px">
|
<!-- <a-layout-footer style="padding: 0px">-->
|
||||||
<global-footer/>
|
<!-- <global-footer/>-->
|
||||||
</a-layout-footer>
|
<!-- </a-layout-footer>-->
|
||||||
</a-layout>
|
</a-layout>
|
||||||
|
|
||||||
<!-- update-start---- author:os_chengtgen -- date:20190830 -- for:issues/463 -编译主题颜色已生效,但还一直转圈,显示主题 正在编译 ---- -->
|
<!-- update-start---- author:os_chengtgen -- date:20190830 -- for:issues/463 -编译主题颜色已生效,但还一直转圈,显示主题 正在编译 ---- -->
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<router-link :to="{name:'dashboard'}">
|
<router-link :to="{name:'dashboard'}">
|
||||||
|
|
||||||
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
||||||
<img v-if="navTheme === 'dark'" src="~@/assets/logo.png" alt="logo">
|
<!-- <img v-if="navTheme === 'dark'" src="~@/assets/logo.png" alt="logo">-->
|
||||||
<img v-else src="~@/assets/logo.png" alt="logo">
|
<!-- <img v-else src="~@/assets/logo.png" alt="logo">-->
|
||||||
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
||||||
|
|
||||||
<h1 v-if="showTitle">{{ title }}</h1>
|
<h1 v-if="showTitle">{{ title }}</h1>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
props: {
|
props: {
|
||||||
title: {
|
title: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'Jero-Boot Pro',
|
default: '蔚来法规',
|
||||||
required: false
|
required: false
|
||||||
},
|
},
|
||||||
showTitle: {
|
showTitle: {
|
||||||
|
|||||||
@@ -26,11 +26,11 @@
|
|||||||
<!-- update-end author:sunjianlei date:20200219 for: 菜单搜索改为动态组件,在手机端呈现出弹出框 -->
|
<!-- update-end author:sunjianlei date:20200219 for: 菜单搜索改为动态组件,在手机端呈现出弹出框 -->
|
||||||
<!-- update-end author:sunjianlei date:20191220 for: 解决全局样式冲突的问题 -->
|
<!-- update-end author:sunjianlei date:20191220 for: 解决全局样式冲突的问题 -->
|
||||||
<!-- update_end author:zhaoxin date:20191129 for: 做头部菜单栏导航 -->
|
<!-- update_end author:zhaoxin date:20191129 for: 做头部菜单栏导航 -->
|
||||||
<span class="action">
|
<!-- <span class="action">-->
|
||||||
<a class="logout_title" target="_blank" href="http://doc.jeecg.com">
|
<!-- <a class="logout_title" target="_blank" href="http://doc.jeecg.com">-->
|
||||||
<a-icon type="question-circle-o"></a-icon>
|
<!-- <a-icon type="question-circle-o"></a-icon>-->
|
||||||
</a>
|
<!-- </a>-->
|
||||||
</span>
|
<!-- </span>-->
|
||||||
<header-notice class="action"/>
|
<header-notice class="action"/>
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<span @click="changeLocale('en-us')" v-show="localeval=='zh-cn'">English</span >
|
<span @click="changeLocale('en-us')" v-show="localeval=='zh-cn'">English</span >
|
||||||
|
|||||||
Reference in New Issue
Block a user