|
|
@@ -109,8 +109,10 @@
|
|
|
}
|
|
|
|
|
|
#company .content {
|
|
|
- width: 56%;
|
|
|
+ width: 72%;
|
|
|
height: 35px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
#company .form-control {
|
|
|
@@ -308,9 +310,9 @@
|
|
|
ng-bind="::enterprise.enUrl" href="http://{{::enterprise.enUrl}}"
|
|
|
target="_blank"></a>
|
|
|
<div class="content" ng-show="connectionEditing">
|
|
|
- <div class="input-group input-group-xs" style="width: 250px;">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
<span class="input-group-addon">http://</span>
|
|
|
- <input required="required" ng-model="enterprise.enUrl" type="text" class="form-control input-xs" style="width: 200px;" placeholder="企业官方网站网址">
|
|
|
+ <input required="required" ng-model="enterprise.enUrl" type="text" class="form-control input-xs" style="width: 270px;" placeholder="企业官方网站网址">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -318,7 +320,7 @@
|
|
|
<span class="title">企业传真</span> <div ng-show="!connectionEditing" class="content"
|
|
|
ng-bind="::enterprise.enFax"></div>
|
|
|
<div class="content" ng-show="connectionEditing">
|
|
|
- <div class="input-group input-group-xs" style="width: 250px;">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
<input required="required" ng-model="enterprise.enFax" type="text" class="form-control input-xs" placeholder="企业传真信息">
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -362,7 +364,7 @@
|
|
|
<div class="com-text col-xs-6">
|
|
|
<span class="title">地址:</span>
|
|
|
<div ng-show="!connectionEditing" class="content" ng-bind="::enterprise.enAddress"></div>
|
|
|
- <div class="content" ng-show="connectionEditing" style="width: 250px;">
|
|
|
+ <div class="content" ng-show="connectionEditing" style="width: 320px;">
|
|
|
<input ng-model="enterprise.enAddress" placeholder="详细地址"
|
|
|
class="form-control input-xs" type="text" />
|
|
|
</div>
|
|
|
@@ -376,7 +378,7 @@
|
|
|
</div>
|
|
|
<div class="content" ng-show="connectionEditing">
|
|
|
<select ng-model="enterprise.enIndustry" placeholder="所属行业"
|
|
|
- class="form-control input-xs" type="text" style="width: 250px;">
|
|
|
+ class="form-control input-xs" type="text" style="width: 320px;">
|
|
|
<option value="make">制造型</option>
|
|
|
<option value="trade">贸易型</option>
|
|
|
</select>
|