Browse Source

1、解决卖家中心-->我的店铺-->产品推荐-->编辑-->点击上传,弹出的模态框中,封装字段的取值不正确,为固定值GHGH的问题 以及调换封装和生产日期的位置 2、点击编辑后鼠标悬停到全选上字体颜色变化

hangb 8 years ago
parent
commit
86e220e53d

+ 4 - 0
src/main/webapp/resources/view/vendor/forstore/vendor_store_maintain.html

@@ -501,6 +501,10 @@
 	.pro-recommend .check-active span{
 		font-weight: normal;
 	}
+	.pro-recommend .check-active span:hover{
+		color: #5078cb;
+		cursor: pointer;
+	}
 	.pro-recommend .pro-recommend-list ul li .pro-list-edit{
 		display: none;
 		width: 100%;

+ 10 - 6
src/main/webapp/resources/view/vendor/modal/recommend_product_modal.html

@@ -126,6 +126,7 @@
 .content-tab .table tbody tr div{
     width: 100%;
     line-height: 24px;
+    overflow: hidden ;
 }
 .content-tab .table tbody tr div span{
     float: left;
@@ -152,6 +153,9 @@
     vertical-align: top !important;
     padding-top: 15px !important;
 }
+.v-top div p.produceDate{
+    text-align: left !important ;
+}
 .record-line {
     font-size: 12px;
     min-height: 30px;
@@ -345,11 +349,11 @@ input[type="number"] {
                     </td>
                     <td class="v-top">
                         <div>
-                            <p style="text-align: left;" ng-bind="commodity.produceDate | date : 'yyyy.MM.dd'">2017.07.10</p>
+                            <span>封装:</span>
+                            <span ng-bind="commodity.packaging">GHGH</span>
                         </div>
                         <div>
-                            <span>封装:</span>
-                            <span>GHGH</span>
+                            <p ng-bind="commodity.produceDate | date : 'yyyy.MM.dd'" class="produceDate">2017.07.10</p>
                         </div>
                     </td>
                     <td>
@@ -416,11 +420,11 @@ input[type="number"] {
                     </td>
                     <td class="v-top">
                         <div>
-                            <p style="text-align: left;" ng-bind="goods.produceDate | date : 'yyyy.MM.dd'">2017.07.10</p>
+                            <span>封装:</span>
+                            <span ng-bind="goods.packaging">GHGH</span>
                         </div>
                         <div>
-                            <span>封装:</span>
-                            <span>GHGH</span>
+                            <p class="produceDate" ng-bind="goods.produceDate | date : 'yyyy.MM.dd'">2017.07.10</p>
                         </div>
                     </td>
                     <td>