style: 开站页面样式调整
This commit is contained in:
@@ -1,23 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import { message } from 'ant-design-vue/lib';
|
||||
import {
|
||||
reactive,
|
||||
onMounted,
|
||||
computed,
|
||||
defineAsyncComponent,
|
||||
shallowRef,
|
||||
watch,
|
||||
} from 'vue';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
import useAppStore from '@/store/modules/app';
|
||||
import { getCaptchaImage } from '@/api/login';
|
||||
import { useRouter, useRoute } from 'vue-router';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
import { toRaw } from 'vue';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import { parseUrlPath } from '@/plugins/file-static-url';
|
||||
import { fnRestStepState, stepState } from './hooks/useStep';
|
||||
const { t, changeLocale, optionsLocale, currentLocale } = useI18n();
|
||||
const appStore = useAppStore();
|
||||
|
||||
// 判断是否有背景地址
|
||||
@@ -93,7 +84,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.build-card {
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
min-width: 360px;
|
||||
margin: 0 auto;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user