feat: 更多服务样式调整
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
@@ -82,3 +82,7 @@
|
|||||||
.mr-20 {
|
.mr-20 {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ml-24 {
|
||||||
|
margin-left: 24px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user