style: 开站页面样式调整

This commit is contained in:
TsMask
2024-05-08 11:05:35 +08:00
parent dc67cdc262
commit 165b28bab1

View File

@@ -1,23 +1,14 @@
<script setup lang="ts"> <script setup lang="ts">
import { message } from 'ant-design-vue/lib';
import { import {
reactive,
onMounted, onMounted,
computed, computed,
defineAsyncComponent, defineAsyncComponent,
shallowRef, shallowRef,
watch, watch,
} from 'vue'; } from 'vue';
import useUserStore from '@/store/modules/user';
import useAppStore from '@/store/modules/app'; 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 { parseUrlPath } from '@/plugins/file-static-url';
import { fnRestStepState, stepState } from './hooks/useStep'; import { fnRestStepState, stepState } from './hooks/useStep';
const { t, changeLocale, optionsLocale, currentLocale } = useI18n();
const appStore = useAppStore(); const appStore = useAppStore();
// 判断是否有背景地址 // 判断是否有背景地址
@@ -93,7 +84,7 @@ onMounted(() => {
} }
.build-card { .build-card {
width: 60%; width: 50%;
min-width: 360px; min-width: 360px;
margin: 0 auto; margin: 0 auto;
border-radius: 6px; border-radius: 6px;