Ver código fonte

调整相位图高度为原来的70%

画安 1 semana atrás
pai
commit
5a3ce55b7e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/ui/CrossingDetailPanel.vue

+ 1 - 1
src/components/ui/CrossingDetailPanel.vue

@@ -590,7 +590,7 @@ export default {
 .signal-timing-wrap {
     flex: 0 0 auto;
     min-height: 0;
-    height: clamp(110px, calc(var(--s) * 200px), 200px);
+    height: clamp(84px, calc(var(--s) * 149px), 149px);
     width: 100%;
     min-width: 0;
     background-color: transparent;