fixbutton样式
This commit is contained in:
parent
5747761671
commit
bd074d88cd
@ -6,7 +6,7 @@
|
|||||||
已扫画筒号:{{state.pid }}
|
已扫画筒号:{{state.pid }}
|
||||||
</span>
|
</span>
|
||||||
<view style="display: flex; align-items: center;">
|
<view style="display: flex; align-items: center;">
|
||||||
<up-input class="login-input" placeholder="画家姓名/画作名称" v-model="state.searchValue" style="flex: 1; margin-right: 10rpx;" clearable>
|
<up-input class="login-input" placeholder="画家姓名/画作名称" v-model="state.searchValue" style="flex: 1; margin-right: 10rpx;height: 80rpx;" clearable>
|
||||||
</up-input>
|
</up-input>
|
||||||
|
|
||||||
<up-button style="width: 120rpx;
|
<up-button style="width: 120rpx;
|
||||||
@ -264,4 +264,8 @@ page {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: 8%;
|
height: 8%;
|
||||||
}
|
}
|
||||||
|
uni-button:after {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user