Quellcode durchsuchen

feat: 调整分数dom尺寸

chenhao vor 2 Jahren
Ursprung
Commit
e4bc34962e
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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);