大屏页面初始化
This commit is contained in:
BIN
screen-vue/src/assets/images/box.png
Normal file
BIN
screen-vue/src/assets/images/box.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 379 KiB |
BIN
screen-vue/src/assets/images/m-box.png
Normal file
BIN
screen-vue/src/assets/images/m-box.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
BIN
screen-vue/src/assets/images/m-box2.png
Normal file
BIN
screen-vue/src/assets/images/m-box2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -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({
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user