Michael Wang 4 роки тому
батько
коміт
e1690b7819

+ 1 - 0
src/features/mark/MarkChangeProfile.vue

@@ -5,6 +5,7 @@
     :confirm-loading="confirmLoading"
     @ok="handleOk"
     @cancel="handleCancel"
+    :zIndex="2000"
   >
     <a-form labelAlign="right" :labelCol="{ span: 4 }">
       <a-form-item class="tw-mb-2" :required="true" label="姓名">

+ 1 - 1
src/features/mark/MarkSwitchGroupDialog.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-modal title="切换分组" v-model:visible="visible">
+  <a-modal title="切换分组" v-model:visible="visible" :zIndex="2000">
     <table class="group-table">
       <tr>
         <th>分组号</th>