罗世杰:fix:修改样式

This commit is contained in:
LuoShijie
2023-11-09 14:10:42 +08:00
parent 1c784ea35a
commit 87c0c73cf5
5 changed files with 90 additions and 62 deletions

View File

@@ -1,12 +1,14 @@
<template>
<view class="root">
<InputAndSwiper></InputAndSwiper>
<view style="margin-top: 10px;">
<DropDown></DropDown>
<view class="content">
<view style="margin-top: 10px;">
<DropDown></DropDown>
</view>
<SearchShopList :showStyle="1"></SearchShopList>
</view>
<SearchShopList :showStyle="1"></SearchShopList>
<TabBar :current-page="3"></TabBar>
</view>
</template>
@@ -28,7 +30,7 @@
page {
background-color: $uni-bg-color-grey;
}
.root{
.content{
margin: 0 10px;
}
</style>