优化 Header 组件样式
This commit is contained in:
@@ -49,7 +49,7 @@ defineProps({
|
||||
},
|
||||
height: {
|
||||
type: String,
|
||||
default: '6vh',
|
||||
default: '',
|
||||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
@@ -100,7 +100,7 @@ const backToHome = () => {
|
||||
<style scoped lang="scss">
|
||||
.header-container {
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
padding: 6px 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
|
||||
Reference in New Issue
Block a user