更新 VerticalNavLayout.vue

This commit is contained in:
jxxghp
2023-07-01 14:49:38 +08:00
committed by GitHub
parent 2b257f386b
commit 0a0a3d1ff5

View File

@@ -203,7 +203,7 @@ export default defineComponent({
background-color: rgb(var(--v-theme-surface), 0.9);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
z-index: 9999;
z-index: 1003;
transition: padding 0.2s ease, background-color 0.18s ease;
}
</style>