Browse Source

fix: 成绩查询详情展示问题

zhangjie 1 tháng trước cách đây
mục cha
commit
734ea68b73

+ 1 - 1
src/modules/mark/components/ScoreCheckSign.vue

@@ -1,6 +1,6 @@
 <template>
   <el-dialog
-    class="modify-mark-params"
+    class="page-dialog"
     :visible.sync="modalIsShow"
     top="0"
     :close-on-click-modal="false"

+ 1 - 1
src/modules/mark/components/ScoreClassDetail.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <el-dialog
-      class="modify-mark-params"
+      class="page-dialog"
       :visible.sync="modalIsShow"
       top="0"
       :close-on-click-modal="false"