Fix(招商):[#1607]选择省市区地址内容过长时显示异常
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view @tap.stop="open">
|
<view class="address-text-wrapper" @tap.stop="open">
|
||||||
<text class="uni-input">{{ value }}</text>
|
<view class="uni-input one-t address-text">{{ value }}</view>
|
||||||
<uni-popup ref="popup" type="bottom" safe-area>
|
<uni-popup ref="popup" type="bottom" safe-area>
|
||||||
<view class="cityselect">
|
<view class="cityselect">
|
||||||
<view class="cityselect-header">
|
<view class="cityselect-header">
|
||||||
@@ -220,6 +220,12 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
.address-text-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
.address-text {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.cityselect {
|
.cityselect {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 75%;
|
height: 75%;
|
||||||
|
|||||||
Reference in New Issue
Block a user