Ver código fonte

字体大小调整

hmm 7 meses atrás
pai
commit
def5cbb8b3

+ 3 - 1
src/types/components.d.ts

@@ -48,6 +48,8 @@ declare module 'vue' {
     ElRow: typeof import('element-plus/es')['ElRow']
     ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
     ElSelect: typeof import('element-plus/es')['ElSelect']
+    ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
+    ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
     ElSlider: typeof import('element-plus/es')['ElSlider']
     ElStep: typeof import('element-plus/es')['ElStep']
     ElSteps: typeof import('element-plus/es')['ElSteps']
@@ -60,6 +62,7 @@ declare module 'vue' {
     ElTimeline: typeof import('element-plus/es')['ElTimeline']
     ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
     ElTooltip: typeof import('element-plus/es')['ElTooltip']
+    ElTree: typeof import('element-plus/es')['ElTree']
     ElUpload: typeof import('element-plus/es')['ElUpload']
     FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
     FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
@@ -101,7 +104,6 @@ declare module 'vue' {
     VideoContainer: typeof import('./../components/HKVideo/video-container.vue')['default']
     VideoContainer2: typeof import('./../components/HKVideo/video-container2.vue')['default']
     YMap: typeof import('./../components/Map/YMap.vue')['default']
-    YMapold: typeof import('./../components/Map/YMapold.vue')['default']
     YztMap: typeof import('./../components/Map/YztMap/index.vue')['default']
   }
   export interface ComponentCustomProperties {

+ 2 - 2
src/views/emergencyCommandMap/LeftSection/Communication.vue

@@ -344,7 +344,7 @@ const deleteItem = (item) => {
         :deep(.el-tree) {
           background-color: transparent;
           color: #fbffff;
-          font-size: 32px;
+          font-size: 38px;
           .el-tree-node__content {
             height: auto;
             padding-top: 10px;
@@ -527,7 +527,7 @@ const deleteItem = (item) => {
         }
         .text {
           color: #fff;
-          font-size: 32px;
+          font-size: 38px;
         }
       }
     }

+ 1 - 1
src/views/emergencyCommandMap/LeftSection/VideoMonitor.vue

@@ -222,7 +222,7 @@ const handleSave = () => {
           width: 411px;
           height: 56px;
           line-height: 56px;
-          font-size: 32px;
+          font-size: 36px;
           white-space: nowrap;
           overflow: hidden;
           text-overflow: ellipsis;

+ 4 - 4
src/views/emergencyCommandMap/LeftSection/index.vue

@@ -290,7 +290,7 @@ onUnmounted(() => {
     color: #fff;
     .weather-item {
       width: 390px;
-      font-size: 48px;
+      font-size: 44px;
       margin-left: 2px;
       &:first-child {
         width: 295px;
@@ -428,7 +428,7 @@ onUnmounted(() => {
         .text-box {
           margin-top: 35px;
           .text1 {
-            font-size: 32px;
+            font-size: 38px;
             line-height: 32px;
             color: #a7ccdf;
           }
@@ -456,7 +456,7 @@ onUnmounted(() => {
       margin-left: 10px;
     }
     .time-box {
-      font-size: 30px;
+      font-size: 38px;
       color: #ffffff;
       margin-top: -10px;
       .time-text {
@@ -494,7 +494,7 @@ onUnmounted(() => {
       background: url('@/assets/images/emergencyCommandMap/disasterInfo/finishBtn.png') no-repeat;
     }
     .finish-text {
-      font-size: 30.58px;
+      font-size: 38px;
       /* 设置字体透明 */
       color: transparent;
       /* 设置线性渐变,从红色渐变到蓝色 */

+ 1 - 1
src/views/emergencyCommandMap/RightSection/RightTop.vue

@@ -132,7 +132,7 @@ onMounted(() => {
   li {
     cursor: pointer;
     padding: 20px;
-    font-size: 38px;
+    font-size: 44px;
     color: #fff;
     width: 349px;
     height: 118px;

+ 1 - 1
src/views/emergencyCommandMap/RightSection/index.vue

@@ -206,7 +206,7 @@ const updatePlan = (data: { eventId: string }) => {
       .icon5 {
         background: url('@/assets/images/emergencyCommandMap/icon5.png') no-repeat 100% 100%;
       }
-      .task-text gradient-text {
+      .task-text {
         font-size: 48px !important;
       }
     }