|
@@ -51,7 +51,6 @@ import { ElButton, ElProgress, ElMessage } from 'element-plus';
|
|
|
import { oSessionStorage, preloader } from '@/utils/utils';
|
|
|
import { useRoute, useRouter } from 'vue-router';
|
|
|
import { userInfoStore } from '@/stores';
|
|
|
-import { error } from 'echarts/types/src/util/log.js';
|
|
|
import { getCurrentTimeApi, saveETBApi } from '@/api/plan';
|
|
|
import { userPlanDetailApi } from '@/api/home';
|
|
|
import { getUnread, planNumGet } from '@/utils/test';
|
|
@@ -733,7 +732,7 @@ onUnmounted(() => {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
color: black;
|
|
|
- font-size: 70px;
|
|
|
+ /* font-size: 70px; */
|
|
|
text-align: center;
|
|
|
line-height: 100px;
|
|
|
margin: 0 auto;
|