Forráskód Böngészése

feat: 调整分数dom尺寸

chenhao 2 éve
szülő
commit
e4bc34962e
1 módosított fájl, 2 hozzáadás és 1 törlés
  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);