This commit is contained in:
李志鹏
2025-10-13 17:09:51 +08:00
parent 59a47e0556
commit 12deab94f9

View File

@@ -15,17 +15,20 @@
</script>
<template>
<div class="header-title">
<div class="header-title main">
<div class="return" @click="handleClickReturn"><SvgIcon name="return" size="34" /></div>
<span class="title">{{ title }}</span>
</div>
<div class="header-title placeholder"></div>
</template>
<style scoped lang="less">
.header-title {
position: sticky;
width: 100%;
height: var(--header-title-height, 9.9rem);
}
.header-title.main {
position: fixed;
top: 0;
z-index: var(--header-title-z-index, 999);
background-color: var(--header-title-background, #000000);