Michael Wang преди 4 години
родител
ревизия
e1690b7819
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      src/features/mark/MarkChangeProfile.vue
  2. 1 1
      src/features/mark/MarkSwitchGroupDialog.vue

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

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

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

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