|
@@ -465,7 +465,8 @@ export default defineComponent({
|
|
<div
|
|
<div
|
|
style={
|
|
style={
|
|
{
|
|
{
|
|
- '--barheight':state.heightV + "px"
|
|
|
|
|
|
+ '--barheight':state.heightV + "px",
|
|
|
|
+ "--creationHeight":creationHeight.value ? creationHeight.value+"px" : "100vh"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
class={[
|
|
class={[
|
|
@@ -473,7 +474,7 @@ export default defineComponent({
|
|
browser().isTablet ? styles.creationTablet : '',
|
|
browser().isTablet ? styles.creationTablet : '',
|
|
isScreenScroll.value && styles.isShareScreenScroll
|
|
isScreenScroll.value && styles.isShareScreenScroll
|
|
]}>
|
|
]}>
|
|
- <div style={ creationHeight.value ? {"--creationHeight":creationHeight.value + "px"} : {}} class={styles.creationBg}></div>
|
|
|
|
|
|
+ <div class={styles.creationBg}></div>
|
|
<MSticky position="top"
|
|
<MSticky position="top"
|
|
onBarHeight={(height: any) => {
|
|
onBarHeight={(height: any) => {
|
|
console.log(height, 'height', height)
|
|
console.log(height, 'height', height)
|