|
|
@@ -291,6 +291,8 @@ table>tbody>tr>td .btn-primary {
|
|
|
}
|
|
|
.uploadImages {
|
|
|
position:relative;
|
|
|
+ width:100px;
|
|
|
+ height:100px;
|
|
|
}
|
|
|
.delete{
|
|
|
position: absolute;
|
|
|
@@ -476,6 +478,14 @@ table>tbody>tr>td .btn-primary {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div ng-if="buyAccountInfos.length>1"
|
|
|
+ class="pull-right action-tag">
|
|
|
+ <span role="button" ng-if="!buyExpose"
|
|
|
+ ng-click="doExpose(true, true)"><i
|
|
|
+ class="fa fa-angle-double-down"></i> 展开列表</span> <span
|
|
|
+ role="button" ng-if="buyExpose" ng-click="doExpose(false, true)"><i
|
|
|
+ class="fa fa-angle-double-up"></i> 收起列表</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="marginbot30">
|
|
|
@@ -488,8 +498,8 @@ table>tbody>tr>td .btn-primary {
|
|
|
<span class="delete" ng-click="triggerDeleteTip(qType.businessLicense)" title="删除"><i class="fa fa-trash"></i></span>
|
|
|
<a ng-click="showQualification(qualifications[qType.businessLicense], true)"><i class="fa fa-search"></i>查看</a>
|
|
|
</div>
|
|
|
- <span class="help-block font-size-12 text-inverse">建议图片大小在3M以内,支持图片格式jpg、png、gif</span>
|
|
|
</div>
|
|
|
+ <span class="help-block font-size-12 text-inverse">建议图片大小在3M以内,支持图片格式jpg、png、gif</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|