Skip to content

Commit

Permalink
fix: header z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Mar 1, 2024
1 parent 7be0355 commit 4f4468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/views/RecordersManage/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="relative">
<div class="h-screen overflow-auto" :class="{ hidden: currentRouteParentIsRecordersManage }">
<div class="sticky left-0 top-0 p-4 bg-inherit shadow flex">
<div class="sticky left-0 top-0 p-4 shadow flex bg-[#F0F0F0] z-[1]">
<div class="flex flex-auto gap-4">
<v-select
label="排序"
Expand Down

0 comments on commit 4f4468e

Please sign in to comment.