Skip to content

Commit

Permalink
fix: 修改 Editor 的 z-index 使其不会遮挡『综合示例 - 新增』界面的下拉菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
pigeoner committed Mar 21, 2023
1 parent 9efd81a commit c046e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/api/login/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const getUserListApi = ({ params }: AxiosConfig) => {
code: string
data: {
list: UserType[]
total: number
}
total: number
}
}>({ url: '/user/list', params })
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/src/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defineExpose({
</script>

<template>
<div class="border-1 border-solid border-[var(--tags-view-border-color)] z-3000">
<div class="border-1 border-solid border-[var(--tags-view-border-color)] z-99">
<!-- 工具栏 -->
<Toolbar
:editor="editorRef"
Expand Down

0 comments on commit c046e45

Please sign in to comment.