Преглед изворни кода

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

SanHQin пре 2 недеља
родитељ
комит
b89425bc9b
1 измењених фајлова са 1 додато и 2 уклоњено
  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 {