大屏页面初始化
This commit is contained in:
@@ -45,7 +45,7 @@ import ErpIndex from './Erp/index.vue';
|
||||
import WorkIndex from './Work/index.vue';
|
||||
import { getHomeModuleList } from '@/api/bizApi'
|
||||
|
||||
const screenTitle = ref('个人数字化可视化看板');
|
||||
const screenTitle = ref('个人数字化分析看板');
|
||||
const currentYear = new Date().getFullYear().toString();
|
||||
|
||||
const FormValues = ref({
|
||||
@@ -85,6 +85,13 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "pangshizidao";
|
||||
src: url("@/assets/font/pangshizidao.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.dark-date-popper {
|
||||
z-index: 9999 !important;
|
||||
background-color: #0f3460 !important;
|
||||
@@ -178,18 +185,20 @@ onMounted(() => {
|
||||
z-index: 9999 !important;
|
||||
padding: 4px 20px;
|
||||
border-radius: 8px;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.main-title {
|
||||
font-size: 32px;
|
||||
font-weight: 720;
|
||||
background: linear-gradient(90deg, #3c9cff, #82b9ff);
|
||||
font-weight: normal;
|
||||
background: #ffffff;
|
||||
font-family: "pangshizidao";
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
white-space: nowrap;
|
||||
z-index: 9999 !important;
|
||||
letter-spacing: 2px;
|
||||
text-shadow: 0 0 8px rgba(60, 156, 255, 0.8);
|
||||
z-index: 9999 !important;
|
||||
letter-spacing: 6px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tabs-container {
|
||||
@@ -319,6 +328,7 @@ onMounted(() => {
|
||||
@media (max-width: 1600px) {
|
||||
.main-title {
|
||||
font-size: 24px;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
.tab-item {
|
||||
padding: 0 18px;
|
||||
|
||||
Reference in New Issue
Block a user