style: 登录页面描述文字去除登录
This commit is contained in:
@@ -6,7 +6,7 @@ export default {
|
|||||||
// 通用
|
// 通用
|
||||||
common: {
|
common: {
|
||||||
title: 'Core Network Management Platform',
|
title: 'Core Network Management Platform',
|
||||||
desc: 'Login to Core Network Management Platform',
|
desc: 'Core Network Management Platform',
|
||||||
loading: 'Please wait...',
|
loading: 'Please wait...',
|
||||||
tipTitle: 'Prompt',
|
tipTitle: 'Prompt',
|
||||||
msgSuccess: 'Success {msg}',
|
msgSuccess: 'Success {msg}',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default {
|
|||||||
// 通用
|
// 通用
|
||||||
common: {
|
common: {
|
||||||
title: '核心网络管理平台',
|
title: '核心网络管理平台',
|
||||||
desc: '登录核心网络管理平台',
|
desc: '核心网络管理平台',
|
||||||
loading: '请稍等...',
|
loading: '请稍等...',
|
||||||
tipTitle: '提示',
|
tipTitle: '提示',
|
||||||
msgSuccess: '成功 {msg}',
|
msgSuccess: '成功 {msg}',
|
||||||
|
|||||||
@@ -318,9 +318,9 @@ function fnChangeLocale(e: any) {
|
|||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 28px;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__main {
|
&__main {
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ function fnFinish() {
|
|||||||
<span class="title">{{ appStore.appName }}</span>
|
<span class="title">{{ appStore.appName }}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="appStore.logoType === 'brand'">
|
<template v-if="appStore.logoType === 'brand'">
|
||||||
<img :src="appStore.getLOGOBrand" class="logo" alt="logo" />
|
<img :src="appStore.getLOGOBrand" class="logo" alt="logo" />
|
||||||
</template>
|
</template>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -224,9 +224,9 @@ function fnFinish() {
|
|||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 28px;
|
||||||
color: rgba(0, 0, 0, 0.45);
|
color: #666;
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user