fix route tab select

This commit is contained in:
2024-11-21 08:54:21 +08:00
parent a59a6f54e5
commit 14267bab3a
5 changed files with 12 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ export const Config: TemplateConfig<ConfigType> = {
</script>
<template>
WIP...
<div :style="{
backgroundImage: `${props.config?.background ? 'url(' + FILE_BASE_URL + props.config?.background[0] + ')' : ''}`,
height: '100%', 'max-width': '100%',