flx:提交车辆搜索样式问题

This commit is contained in:
X_Rian 2024-06-19 18:33:39 +08:00
parent 4e5b52c825
commit 906e4bf4de
2 changed files with 8 additions and 8 deletions

View File

@ -69,7 +69,12 @@
/* 设置文本溢出时显示省略号 */
white-space: nowrap;
}
// :deep(.uni-picker-custom) {
// height: 480rpx !important;
// }
:deep(.uni-picker-content) {
height: 394rpx !important;
}
//
:deep(.w-form-input) {
font-size: 32rpx;

View File

@ -327,17 +327,12 @@
return []
}
</script>
<style>
/* :deep(.uni-picker-custom), .uni-picker-custom {
height: 480rpx;
} */
</style>
<style scoped>
.search {
position: fixed;
/* bottom: 465rpx; */
bottom: 242px;
/* bottom: 400rpx; */
/* bottom: 242px; */
bottom: 400rpx;
left: 50%;
transform: translateX(-50%);
z-index: 9999;