mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
提交修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user