style:调整首页 LaunchIntro 组件图片大小
-将 intro.png 图片的宽度从 75% 调整为 73% - 优化页面布局,使图片与文本之间保持合适的间距
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 382 KiB After Width: | Height: | Size: 784 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mt--20 text-center intro-container">
|
<div class="mt--20 text-center intro-container">
|
||||||
<p class="fw-bold fs-24 title">直连消费者,多触点打通原生场景</p>
|
<p class="fw-bold fs-24 title">直连消费者,多触点打通原生场景</p>
|
||||||
<img src="@/assets/img/home/intro.png" alt="" style="width: 75%">
|
<img src="@/assets/img/home/intro.png" alt="" style="width: 73%">
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user