@@ -46,7 +46,7 @@
</view>
<view class="full-row">
<view class="rows" @click="showCity">
- <view class="column">
+ <view class="column" style="min-width: 40px;">
{{activeCity}}
<view class="column2">
@@ -118,8 +118,10 @@
width: 70%;
.rows{
display: flex;
+ align-items: center;
.column {
- flex: 0 0 59px; /* 每列平均分配空间 */
+ margin-right: 10px;
+ //flex: 0 0 100px; /* 每列平均分配空间 */
flex-direction: column; /* 列内部元素垂直排列 */
@@ -142,7 +144,7 @@
.selected{
position: absolute;
width: 100px;
- height: 130px;
+ min-height: 150px;
z-index: 999;
background-color: #fff;
flex: auto;