소스 검색

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

flyzto 1 주 전
부모
커밋
3d5f690b5a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;