修改标题样式

master
yezhichao 2021-12-01 13:48:00 +08:00
parent c4eaca6b31
commit 5b937b6b08
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="the-header h-28 flex justify-between flex-shrink-0">
<div class="the-header flex justify-between flex-shrink-0">
<Decoration8 class="w-1/4 h-16" />
<Decoration5 class="w-2/5 h-16 m-12" />
<Decoration5 class="w-2/5 h-16 mt-12" />
<Decoration8 class="w-1/4 h-16" :reverse="true" />
<div class="absolute left-1/2 transform -translate-x-2/4 text-3xl font-bold top-8 text-white">{{ title }}</div>
</div>