|
|
@@ -352,7 +352,7 @@
|
|
|
}
|
|
|
.edit-content div.floatLeft {
|
|
|
overflow: hidden;
|
|
|
- margin-top: 22px;
|
|
|
+ padding-top: 22px;
|
|
|
}
|
|
|
.edit-content div.floatLeft .title.height29{
|
|
|
float: left;
|
|
|
@@ -363,7 +363,7 @@
|
|
|
float: left;
|
|
|
}
|
|
|
.edit-content div.margin10{
|
|
|
- margin-top: 24px;
|
|
|
+ padding-top: 24px;
|
|
|
}
|
|
|
.edit-content .wid36{
|
|
|
width: 36px;
|
|
|
@@ -1615,6 +1615,7 @@
|
|
|
<tr class="edit-content edits" >
|
|
|
<td colspan="10" style="background:#f0f7fd;">
|
|
|
<div class="blue-bg">
|
|
|
+ <div></div>
|
|
|
<div class="img">
|
|
|
<a><img ng-src="{{goods.editPic || 'static/img/store/common/default.png'}}" alt="img"/></a>
|
|
|
<div class="edit-img">
|
|
|
@@ -1738,6 +1739,7 @@
|
|
|
<tr class="edit-content edit-contents" ng-if="!goods.edit">
|
|
|
<td colspan="10">
|
|
|
<div class="bg">
|
|
|
+ <div></div>
|
|
|
<div class="img">
|
|
|
<img ng-src="{{goods.img || 'static/img/store/common/default.png'}}" alt="img"/>
|
|
|
</div>
|
|
|
@@ -1797,6 +1799,7 @@
|
|
|
<tr class="edit-content edits" ng-if="goods.edit">
|
|
|
<td colspan="10" style="background:#f0f7fd;">
|
|
|
<div class="blue-bg">
|
|
|
+ <div></div>
|
|
|
<div class="img">
|
|
|
<a><img ng-src="{{goods.editPic || 'static/img/store/common/default.png'}}" alt="img"/></a>
|
|
|
<div class="edit-img">
|