|
|
@@ -702,7 +702,7 @@
|
|
|
<span>主营产品</span>
|
|
|
</div>
|
|
|
<div class="col-md-10 custom_col">
|
|
|
- <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;" title="description" ng-model="sampleStore.description" maxlength="500"></textarea>
|
|
|
+ <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;margin-top: 10px;" title="description" ng-model="sampleStore.description" maxlength="500"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row com_row">
|
|
|
@@ -710,7 +710,7 @@
|
|
|
<span>应用领域</span>
|
|
|
</div>
|
|
|
<div class="col-md-10 custom_col">
|
|
|
- <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;" title="application" ng-model="sampleStore.storeApplication" maxlength="100"></textarea>
|
|
|
+ <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;margin-top: 10px;" title="application" ng-model="sampleStore.storeApplication" maxlength="100"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row com_row">
|
|
|
@@ -718,7 +718,7 @@
|
|
|
<span>店铺简介</span>
|
|
|
</div>
|
|
|
<div class="col-md-10 custom_col">
|
|
|
- <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;" title="description" ng-model="sampleStore.enterprise.description" maxlength="500"></textarea>
|
|
|
+ <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;margin-top: 10px;" title="description" ng-model="sampleStore.enterprise.description" maxlength="500"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--<div class="row com_row" style="margin-top: 10px;">
|