| | |
| | | type="primary" |
| | | size="small" |
| | | :onClick="evt => handleChooseLocation(evt)" |
| | | >选择位置</AtButton> |
| | | >选择地点</AtButton> |
| | | <AtButton |
| | | type="primary" |
| | | size="small" |
| | |
| | | size="small" |
| | | class="btn-info" |
| | | :onClick="evt => handleSaveLocation(evt)" |
| | | >保存</AtButton> |
| | | >确认</AtButton> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | |
| | | .map-controls-top { |
| | | display: flex; |
| | | width: 100%; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 100px; |
| | | padding: 0 20px; |
| | | box-sizing: border-box; |
| | | .at-button { |
| | | width: 45%; |
| | | width: calc(50% - 6px); |
| | | height: 76px !important; |
| | | line-height: 72px; |
| | | font-size: 40px; |
| | | margin: 0; |
| | | } |
| | | } |
| | | .map-controls-bottom { |
| | | display: flex; |
| | | align-items: center; |
| | | height: 100px; |
| | | width: 100%; |
| | | height: 88px; |
| | | padding: 0 20px; |
| | | box-sizing: border-box; |
| | | .at-button { |
| | | width: 95%; |
| | | width: 100%; |
| | | height: 76px !important; |
| | | line-height: 72px; |
| | | font-size: 40px; |
| | | margin: 0; |
| | | } |
| | | } |
| | | } |