refactor(custom): 调整后结点单首页背景图
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-09 20:28:02 +08:00
parent c84f2e63f5
commit 5844762b25
4 changed files with 13 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<view class="line"></view>
<Home class="iconfont" @click="goHome" />
</view>
<text style="width: 410px;text-align: center;">{{ props.title }}</text>
<text style="width: 2000px;text-align: center;">{{ props.title }}</text>
</view>
</template>