소스 검색

feat: 调整分数dom尺寸

chenhao 2 년 전
부모
커밋
e4bc34962e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/modules/marking/views/TpScoreBoard.vue

+ 2 - 1
src/modules/marking/views/TpScoreBoard.vue

@@ -1067,7 +1067,8 @@ li {
   float: right;
 }
 .scorebutton {
-  width: 40px;
+  display: inline-block;
+  min-width: 40px;
   height: 40px;
   cursor: pointer;
   color: rgb(77, 124, 196);