Ver Fonte

添加消息动态时间轴,任务下达等按钮,持续时间等功能。

愿你天天开心 há 9 meses atrás
pai
commit
815ba0bdab

+ 0 - 26
src/views/emergencyCommandMap/DynamicMessages.vue

@@ -77,37 +77,11 @@ const activities = [
   width: 100%;
 }
 
-.demo-tabs .el-tabs__header .el-tabs__item {
-  font-size: 32px;
-  font-weight: bold;
-}
-
-.demo-tabs > .el-tabs__content {
-  padding: 0;
-  color: #000000;
-  font-size: 32px;
-  font-weight: 600;
-  text-align: left;
-}
-
 .timeline-container {
   padding: 16px;
   margin: 0;
 }
 
-.el-timeline {
-  padding-left: 0;
-}
-
-.el-timeline-item__tail,
-.el-timeline-item__dot {
-  left: 0;
-}
-
-.el-timeline-item__wrapper {
-  margin-left: 0;
-}
-
 .timeline-item-content {
   display: flex;
   flex-direction: column;

+ 2 - 2
src/views/emergencyCommandMap/index.vue

@@ -16,7 +16,7 @@ import MiddleSection from './MiddleSection.vue';
 import autofit from 'autofit.js';
 
 onMounted(() => {
-/*  autofit.init(
+  autofit.init(
     {
       dw: 8960,
       dh: 2520,
@@ -24,7 +24,7 @@ onMounted(() => {
       resize: true
     },
     false
-  );*/
+  );
 });
 
 onUnmounted(() => {