소스 검색

fix(Dashboard Page): 修复销售额类别占比按钮组错误问题 (#2701)

Runbin Liu 7 년 전
부모
커밋
2abd866b1c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/pages/Dashboard/Analysis.less

+ 3 - 3
src/pages/Dashboard/Analysis.less

@@ -99,13 +99,13 @@
 }
 }
 
 
 .salesCardExtra {
 .salesCardExtra {
-  height: 68px;
+  height: inherit;
 }
 }
 
 
 .salesTypeRadio {
 .salesTypeRadio {
   position: absolute;
   position: absolute;
-  left: 24px;
-  bottom: 15px;
+  right: 54px;
+  bottom: 12px;
 }
 }
 
 
 .offlineCard {
 .offlineCard {