Fix(招商):[#1607]选择省市区地址内容过长时显示异常

This commit is contained in:
lifizer
2024-05-22 14:38:30 +08:00
parent 8a387de58d
commit a4992cc2d2
+8 -2
View File
@@ -1,6 +1,6 @@
<template>
<view @tap.stop="open">
<text class="uni-input">{{ value }}</text>
<view class="address-text-wrapper" @tap.stop="open">
<view class="uni-input one-t address-text">{{ value }}</view>
<uni-popup ref="popup" type="bottom" safe-area>
<view class="cityselect">
<view class="cityselect-header">
@@ -220,6 +220,12 @@ export default {
</script>
<style lang="less">
.address-text-wrapper {
width: 100%;
.address-text {
width: 100%;
}
}
.cityselect {
width: 100%;
height: 75%;