Fix(招商):[#1607]选择省市区地址内容过长时显示异常
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user