Просмотр исходного кода

Merge branch 'master' of http://121.42.8.157:13000/zengminguo/D-MAP

deepsea 1 год назад
Родитель
Сommit
ba4ef37ad7
2 измененных файлов с 7 добавлено и 17 удалено
  1. 1 1
      src/views/ordinaryPage/index.less
  2. 6 16
      src/views/ordinaryPage/index.vue

+ 1 - 1
src/views/ordinaryPage/index.less

@@ -133,7 +133,7 @@
 
         .item-title {
           height: 4.17vh;
-          font-size: 28px;
+          font-size: 22px;
           font-family: PingFang SC-Bold, PingFang SC;
           font-weight: 400;
           color: #fbfbfb;

+ 6 - 16
src/views/ordinaryPage/index.vue

@@ -1302,16 +1302,6 @@ export default {
                       item.auto ? "block" : "none"
                     }">Auto</div>
                   </div>
-                  <div class="item-tag" style="display: flex;margin-top: 10px">
-                      <div class="plan-tag" title="Project">${item.project}</div>
-                      <div class="plan-tag" title="Function">${item.function}</div>
-                      <div class="plan-tag" title="SubFunction">${item.sub_function}</div>
-                      <div class="plan-tag" title="Market">${item.market}</div>
-                      <div class="plan-tag" title="Language">${item.language}</div>
-                      <div class="plan-tag" title="Cluster">${item.cluster}</div>
-                      <div class="plan-tag" title="Platform">${item.platform}</div>
-                      <div class="plan-tag" title="Level">${item.level}</div>
-                  </div>
               </div>
               <!-- <div class="taskBtn" onClick="handleClickTask('${
                 item.uuid || item.id
@@ -2851,7 +2841,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorTapAnimation 1.5s linear 0s 1;
+  animation: bmBenchTrailUpperCursorTapAnimation 0.75s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorTapAnimation {
@@ -2908,7 +2898,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorPressAnimation 4s linear 0s 1;
+  animation: bmBenchTrailUpperCursorPressAnimation 2s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorPressAnimation {
@@ -2946,7 +2936,7 @@ export default {
   left: 30%;
   top: 0;
   pointer-events: none;
-  animation: bmBenchTrailUpperCursorAnimation 2s linear 0s 1;
+  animation: bmBenchTrailUpperCursorAnimation 1s linear 0s 1;
   box-sizing: border-box;
 }
 
@@ -3608,7 +3598,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorTapAnimation 1.5s linear 0s 1;
+  animation: bmBenchTrailUpperCursorTapAnimation 0.75s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorTapAnimation {
@@ -3665,7 +3655,7 @@ export default {
   border-radius: 50%;
   left: 30%;
   top: 0;
-  animation: bmBenchTrailUpperCursorPressAnimation 4s linear 0s 1;
+  animation: bmBenchTrailUpperCursorPressAnimation 2s linear 0s 1;
 }
 
 @keyframes bmBenchTrailUpperCursorPressAnimation {
@@ -3703,7 +3693,7 @@ export default {
   left: 30%;
   top: 0;
   pointer-events: none;
-  animation: bmBenchTrailUpperCursorAnimation 2s linear 0s 1;
+  animation: bmBenchTrailUpperCursorAnimation 1s linear 0s 1;
   box-sizing: border-box;
 }