gaoluyang
昨天 9effd6fe741ec09c870a6a12aec394a09179c77b
src/views/collaborativeApproval/notificationManagement/meetSetting/index.vue
@@ -93,8 +93,8 @@
      </el-form>
      <template #footer>
        <div class="dialog-footer">
          <el-button @click="cancel">取 消</el-button>
          <el-button type="primary" @click="submitForm">确 定</el-button>
          <el-button @click="cancel">取 消</el-button>
        </div>
      </template>
    </el-dialog>
@@ -313,8 +313,6 @@
}
.dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
   text-align: center;
}
</style>