[F] Fix layout
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
let { title, ...rest } = $props()
|
let { title, ...rest } = $props()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="hbox h-full px-16px" {...rest}>
|
<div class="hbox px-16px" {...rest}>
|
||||||
<div class="m3-font-title-large">{title}</div>
|
<div class="m3-font-title-large">{title}</div>
|
||||||
<IconButton icon="i-material-symbols:arrow-forward" />
|
<IconButton icon="i-material-symbols:arrow-forward" />
|
||||||
</div>
|
</div>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
{icon: "i-material-symbols:settings-rounded", onclick: () => alert('Settings clicked')}
|
{icon: "i-material-symbols:settings-rounded", onclick: () => alert('Settings clicked')}
|
||||||
]} />
|
]} />
|
||||||
|
|
||||||
<div class="vbox gap-16px overflow-y-auto">
|
<div class="vbox gap-16px overflow-y-auto flex-1">
|
||||||
{#if data.last}
|
{#if data.last}
|
||||||
<a {href}>
|
<a {href}>
|
||||||
<TitleHeader title="从暂停的位置继续"/>
|
<TitleHeader title="从暂停的位置继续"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user