|
|
@@ -344,7 +344,7 @@
|
|
|
<!--</div>-->
|
|
|
<div class="row" style="position: relative;">
|
|
|
<span><strong>*</strong>适用地区</span>
|
|
|
- <div class="area-content" ng-if="mapArray.length >0">
|
|
|
+ <div class="area-content" ng-if="mapArray.length >0" style="max-height: 123px; overflow-y: auto;">
|
|
|
<span ng-repeat="data in mapArray" ng-click="deleteMapItem($index)">
|
|
|
<em ng-if="!data.province">{{data.mainland}}</em>
|
|
|
<em ng-if="data.province">{{data.province}}</em>
|
|
|
@@ -951,7 +951,7 @@
|
|
|
height: 438px;
|
|
|
box-shadow: 2px 5px 8px #dee0e2;
|
|
|
position: absolute;
|
|
|
- top: 120%;
|
|
|
+ top: 115%;
|
|
|
left: 487px;
|
|
|
background: #fff;
|
|
|
z-index: 10000;
|