提交修改

This commit is contained in:
daihh
2022-05-30 23:03:25 +08:00
parent faa7afb65f
commit ab382aca7b
18 changed files with 539 additions and 401 deletions

View File

@@ -7,7 +7,7 @@
<view class="top-filter">
<view class="top-content">
<view class="top-content-options">
<view>
<view style="margin-right: 20upx;">
<text class="textbtn" @click="statusSelectShow = !statusSelectShow">状态</text>
</view>
<view class="center">
@@ -314,7 +314,9 @@ export default {
}
}
.sea-show{
padding: 20rpx;
// padding: 20rpx;
// padding-bottom: 10upx;
padding: 20upx 30upx 2upx 30upx;
.sea-active{
border: 1rpx solid #679cfc !important;
color: #679cfc;
@@ -342,7 +344,7 @@ export default {
align-items: center;
.center{
flex: 1;
margin: 0upx 0upx 0upx 12upx;
// margin: 0upx 0upx 0upx 12upx;
}
}
}
@@ -396,7 +398,7 @@ export default {
.textbtn {
background-color: #ffffff;
padding: 9px 10px;
padding: 18upx 20upx;
color: #666;
border-radius: 8upx;
font-size: 28upx;