feat: 更多服务样式调整

This commit is contained in:
2025-10-21 19:19:04 +08:00
parent 4d12c76589
commit bb7b6d5c35
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
<uni-popup ref="popup" type="bottom" :safe-area="false"> <uni-popup ref="popup" type="bottom" :safe-area="false">
<view class="popup-content border-box pt-12 pl-12 pr-12"> <view class="popup-content border-box pt-12 pl-12 pr-12">
<view class="header flex flex-items-center pb-12"> <view class="header flex flex-items-center pb-12">
<view class="title flex-full font-size-17 color-000 font-500" <view
class="title flex-full text-center font-size-17 color-000 font-500 ml-24"
>更多服务</view >更多服务</view
> >
<uni-icons type="close" size="24" color="#CACFD8" @click="close" /> <uni-icons type="close" size="24" color="#CACFD8" @click="close" />

View File

@@ -82,3 +82,7 @@
.mr-20 { .mr-20 {
margin-right: 20px; margin-right: 20px;
} }
.ml-24 {
margin-left: 24px;
}