Skip to content

Commit

Permalink
fix: 点赞横幅z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Dec 3, 2024
1 parent ceecfff commit 6065323
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ giscusTalk({
<template>
<ElConfigProvider :locale="{ zhCn }">
<div class="relative">
<div class="sticky top-65px z-999 hidden lg:block mx-auto text-center w-full" v-if="route.path === '/'">
<div class="sticky top-65px z-20 hidden lg:block mx-auto text-center w-full" v-if="route.path === '/'">
<el-alert type="success" effect="dark" center>
⭐ 开源不易,如果觉得本项目对您的工作还是有帮助的话,请帮忙在 <a target="_blank" href="https://github.com/mineadmin/mineadmin">GitHub</a> 点个Star ⭐
</el-alert>
Expand Down
4 changes: 1 addition & 3 deletions .vitepress/theme/plugin/echarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import {
VisualMapComponent,
} from 'echarts/components'

import {App} from "vue"

const { use } = echarts

use([
Expand All @@ -35,6 +33,6 @@ use([
VisualMapComponent,
])

export default function initEcharts(app: App) {
export default function initEcharts(app) {
app.config.globalProperties.$echarts = echarts
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"@imengyu/vue3-context-menu": "^1.4.2",
"@mineadmin/echarts": "^1.0.1",
"@mineadmin/echarts": "^1.0.5",
"@mineadmin/form": "^1.0.21",
"@mineadmin/pro-table": "^1.0.37",
"@mineadmin/pro-table": "^1.0.53",
"@mineadmin/search": "^1.0.25",
"@mineadmin/table": "^1.0.29",
"@vueuse/core": "^11.1.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6065323

Please sign in to comment.