11111
This commit is contained in:
@@ -23,13 +23,15 @@
|
||||
|
||||
<style scoped lang="less">
|
||||
.header-title {
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
height: var(--header-title-height, 9.9rem);
|
||||
top: 0;
|
||||
z-index: var(--header-title-z-index, 999);
|
||||
background-color: var(--header-title-background, #000000);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
> .return {
|
||||
position: absolute;
|
||||
left: 3.2rem;
|
||||
|
||||
Reference in New Issue
Block a user