Parcourir la source

style(Student): 调整选择题详情对话框的宽度限制

SanHQin il y a 4 mois
Parent
commit
b89425bc9b
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/views/Student/components/choiceQuestionDetailDialog.vue

+ 1 - 2
src/views/Student/components/choiceQuestionDetailDialog.vue

@@ -1217,8 +1217,7 @@ onUnmounted(() => {
         gap: .4rem;
 
         &>div {
-          max-width: calc(100% - 200px);
-
+          max-width: calc(100%);
         }
 
         &>span {