页面添加头部底部标签
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
defineProps({
|
||||
title: { type: String, default: 'AI STYLING ASSISTANT' },
|
||||
hasSetting: { type: Boolean, default: false },
|
||||
styleType: { type: String, default: '1' },//1低 2高
|
||||
styleType: { type: String, default: '1' },//1低 2高 3-12rem
|
||||
isPlaceholder: { type: Boolean, default: true },
|
||||
})
|
||||
|
||||
@@ -36,6 +36,10 @@
|
||||
--header-title-border-bottom-width: 0.2rem;
|
||||
--header-title-return-left: 7.8rem;
|
||||
}
|
||||
&[style-type="3"] {
|
||||
--header-title-height: 12rem;
|
||||
--header-title-border-bottom-width: 0.2rem;
|
||||
}
|
||||
> div {
|
||||
width: 100%;
|
||||
height: var(--header-title-height, 9.9rem);
|
||||
|
||||
Reference in New Issue
Block a user