大屏页面初始化

This commit is contained in:
2026-02-27 17:15:59 +08:00
parent 7c66b7bab1
commit dfa42f2a20
5 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -50,7 +50,7 @@ import WorkIndex from './screen/Work/index.vue';
import { getHomeModuleList } from '@/api/bizApi' import { getHomeModuleList } from '@/api/bizApi'
const screenTitle = ref('个人数字化可视化看板'); const screenTitle = ref('个人业务可视化看板');
const currentYear = new Date().getFullYear().toString(); const currentYear = new Date().getFullYear().toString();
const FormValues = ref({ const FormValues = ref({

View File

@@ -161,7 +161,7 @@ watch(
border-radius: 8px; border-radius: 8px;
padding: 2px; padding: 2px;
box-sizing: border-box; box-sizing: border-box;
display: block; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;