|
@@ -19,7 +19,7 @@
|
|
|
<div class="aui-image">
|
|
|
<div class="aui-image-text">
|
|
|
<!-- <img :src="adTextImg" /> -->
|
|
|
- <h1 style="color: white;font-weight: 900;text-align: center;font-size: 45px;">{{ t('sys.login.signInTitle') }}</h1>
|
|
|
+ <h1 :style="{'color': 'white','font-weight': '900','text-align': 'center','font-size':nowSize}">{{ t('sys.login.signInTitle') }}</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="aui-formBox">
|
|
@@ -181,6 +181,7 @@
|
|
|
const { notification, createMessage } = useMessage();
|
|
|
const userStore = useUserStore();
|
|
|
const { t } = useI18n();
|
|
|
+ var nowSize = t('sys.login.signInTitle') =='哥宝海事SRM平台'?'45px':'40px';
|
|
|
const localeStore = useLocaleStore();
|
|
|
const showLocale = localeStore.getShowPicker;
|
|
|
const randCodeData = reactive<any>({
|