mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
提升配置向导的样式,增加z-index和阴影效果
This commit is contained in:
+2
-1
@@ -156,9 +156,10 @@ onMounted(async () => {
|
|||||||
|
|
||||||
.setup-wizard-header {
|
.setup-wizard-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 1000;
|
z-index: 2000;
|
||||||
background-color: rgb(var(--v-theme-surface));
|
background-color: rgb(var(--v-theme-surface));
|
||||||
border-block-end: 1px solid rgb(var(--v-theme-outline-variant));
|
border-block-end: 1px solid rgb(var(--v-theme-outline-variant));
|
||||||
|
box-shadow: 0 0 5px rgba(0, 0, 0, 4%);
|
||||||
inset-block-start: 0;
|
inset-block-start: 0;
|
||||||
padding-block: 16px;
|
padding-block: 16px;
|
||||||
padding-inline: 24px;
|
padding-inline: 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user