Ver Fonte

调整赔率曲线盘口选择布局

flyzto há 1 semana atrás
pai
commit
3d5f690b5a
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      web/apps/web-antd/src/views/match/odds-curve/index.vue

+ 2 - 1
web/apps/web-antd/src/views/match/odds-curve/index.vue

@@ -625,7 +625,8 @@ onMounted(() => {
 
 .market-mode {
   display: flex;
-  align-items: center;
+  align-items: flex-start;
+  flex-direction: column;
   gap: 8px;
   color: hsl(var(--foreground) / 0.66);
   font-size: 13px;