Browse Source

Merge branch 'master' of http://60.205.254.193:3000/GCLS/GCLS_Page_Exercise

dusenyao 1 year ago
parent
commit
652777c53e

+ 2 - 1
src/views/exercise_questions/create/components/common/QuestionBase.vue

@@ -70,8 +70,9 @@ export default {
             .question-number {
               min-width: 40px;
               height: 32px;
-              padding: 4px 8px;
+              padding: 4px 0;
               color: $text-color;
+              text-align: center;
               cursor: default;
               background-color: $fill-color;
               border-radius: 2px;