feat: 样式调整
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
back-icon-color="#ffffff"
|
back-icon-color="#ffffff"
|
||||||
@back="emit('back')"
|
@back="emit('back')"
|
||||||
/>
|
/>
|
||||||
</view>
|
<view class="mt-[8px] flex flex-col items-end gap-[10px] pr-[16px]">
|
||||||
<view class="absolute right-[100px] top-[calc(env(safe-area-inset-top)+58px)] z-30 flex items-center gap-[10px]">
|
<view class="flex h-[40px] w-[40px] items-center justify-center rounded-full bg-black/35 shadow-sm" @tap.stop="emit('open-travelers')">
|
||||||
<view class="flex h-[40px] w-[40px] items-center justify-center rounded-full bg-black/35 shadow-sm" @tap.stop="emit('open-travelers')">
|
<uni-icons type="contact" size="21" color="#FFFFFF" />
|
||||||
<uni-icons type="contact" size="21" color="#FFFFFF" />
|
</view>
|
||||||
</view>
|
<view class="flex h-[40px] w-[40px] items-center justify-center rounded-full bg-black/35 shadow-sm" @tap.stop="emit('open-orders')">
|
||||||
<view class="flex h-[40px] w-[40px] items-center justify-center rounded-full bg-black/35 shadow-sm" @tap.stop="emit('open-orders')">
|
<uni-icons type="list" size="21" color="#FFFFFF" />
|
||||||
<uni-icons type="list" size="21" color="#FFFFFF" />
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user