mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
提交修改
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<view class="top-filter">
|
||||
<view class="top-content">
|
||||
<view class="top-content-options">
|
||||
<view style="width: 100upx;">
|
||||
<view style="margin-right: 20upx;">
|
||||
<!-- <u-picker
|
||||
:defaultIndex="[0]"
|
||||
:show="statusSelectShow"
|
||||
@@ -15,7 +15,7 @@
|
||||
:columns="statusArray"
|
||||
keyName="name"
|
||||
></u-picker> -->
|
||||
<text class="textbtn" style="font-size: 26upx;" @click="statusSelectShow = !statusSelectShow">状态</text>
|
||||
<text class="textbtn" style="font-size: 28upx;" @click="statusSelectShow = !statusSelectShow">状态</text>
|
||||
</view>
|
||||
<view class="center" >
|
||||
<!-- @search这个方法根本没有执行,没有触发条件,在搜索框回车时只是调用了onload里面的请求 -->
|
||||
@@ -301,7 +301,9 @@ export default {
|
||||
line-height: 48upx;
|
||||
}
|
||||
.sea-show{
|
||||
padding: 20rpx;
|
||||
// padding: 28rpx;
|
||||
padding: 28upx 30upx;
|
||||
padding-top: 0;
|
||||
.sea-active{
|
||||
border: 1rpx solid #679cfc !important;
|
||||
color: #679cfc;
|
||||
@@ -368,7 +370,7 @@ export default {
|
||||
}
|
||||
.center{
|
||||
flex:1;
|
||||
margin: 0upx 20upx 0upx 12upx;
|
||||
margin: 0upx 20upx 0upx 0upx;
|
||||
.u-input {
|
||||
background: #ffffff;
|
||||
}
|
||||
@@ -454,7 +456,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