Parcourir la source

feat: 调整分数dom尺寸

chenhao il y a 2 ans
Parent
commit
e4bc34962e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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);