|
@@ -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;
|
|
|
}
|
|
|
|