fixbutton样式

This commit is contained in:
贾旖璇 2024-10-21 11:24:13 +08:00
parent 5747761671
commit bd074d88cd

View File

@ -6,7 +6,7 @@
已扫画筒号{{state.pid }}
</span>
<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-button style="width: 120rpx;
@ -264,4 +264,8 @@ page {
background-color: #fff;
height: 8%;
}
uni-button:after {
border: none;
}
</style>