style: 调整样式

This commit is contained in:
hzj 2025-09-23 15:07:04 +08:00
parent 493c743e88
commit 35997ba3a9
2 changed files with 16 additions and 13 deletions

View File

@ -9,9 +9,10 @@
<div style="padding: 4%"> <div style="padding: 4%">
<!-- 输入框 --> <!-- 输入框 -->
<div style="display: flex; gap: 20px; width: 100%"> <div style="display: flex; gap: 20px; width: 100%">
<div style="flex: 1">
<input <input
style=" style="
flex: 1; width: 100%;
border: 0; border: 0;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 2px 2px #00000020; box-shadow: 0 0 2px 2px #00000020;
@ -21,6 +22,8 @@
placeholder="Please enter your Likei's lD" placeholder="Please enter your Likei's lD"
v-model="targetUserId" v-model="targetUserId"
/> />
</div>
<button <button
style=" style="
border: 0; border: 0;

View File

@ -377,7 +377,7 @@
<img <img
:src="goods.propsGroup.activityRewardProps[0].cover" :src="goods.propsGroup.activityRewardProps[0].cover"
alt="" alt=""
style="width: 50%; display: block" style="width: 68%; display: block; margin-bottom: 7%"
/> />
</div> </div>
</div> </div>