flx:提交车辆搜索样式问题
This commit is contained in:
parent
4e5b52c825
commit
906e4bf4de
7
App.vue
7
App.vue
@ -69,7 +69,12 @@
|
|||||||
/* 设置文本溢出时显示省略号 */
|
/* 设置文本溢出时显示省略号 */
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
// :deep(.uni-picker-custom) {
|
||||||
|
// height: 480rpx !important;
|
||||||
|
// }
|
||||||
|
:deep(.uni-picker-content) {
|
||||||
|
height: 394rpx !important;
|
||||||
|
}
|
||||||
//覆盖默认组件样式
|
//覆盖默认组件样式
|
||||||
:deep(.w-form-input) {
|
:deep(.w-form-input) {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
|||||||
@ -327,17 +327,12 @@
|
|||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
|
||||||
/* :deep(.uni-picker-custom), .uni-picker-custom {
|
|
||||||
height: 480rpx;
|
|
||||||
} */
|
|
||||||
</style>
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.search {
|
.search {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/* bottom: 465rpx; */
|
/* bottom: 465rpx; */
|
||||||
bottom: 242px;
|
/* bottom: 242px; */
|
||||||
/* bottom: 400rpx; */
|
bottom: 400rpx;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user