Browse Source

产品导入弹框调整

hulh 8 years ago
parent
commit
a542e10ed6

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_upload_ctrl.js

@@ -303,7 +303,7 @@ define([ 'app/app' ], function(app) {
                     return true;
                 },
                 success : function () {
-                    return $scope.needShowTip;
+                    return true;
                 },
                 uuid: function () {
                     return $scope.storeUuid;

+ 3 - 2
src/main/webapp/resources/view/common/modal/product_upload_modal.html

@@ -9,13 +9,14 @@
         /*height: 160px;*/
         width: 290px;
         margin: -145px 0 0 -80px;
+        border: none;
     }
     .com-del-box{
         /*height: 160px;*/
         width: 290px;
     }
     .com-del-box .title {
-        width: 289px;
+        width: 100%;
         height: 30px;
         background-color: #5078cb;
         text-align: right;
@@ -23,7 +24,6 @@
         line-height: 30px;
         border-top-left-radius: 5px;
         border-top-right-radius: 5px;
-        margin-left: -1px;
     }
     .com-del-box .title a {
         color: white;
@@ -34,6 +34,7 @@
         width: 100%;
         text-align: center;
         margin: 0 auto;
+        box-shadow: 0 5px 15px rgba(0,0,0,.5);
     }
     .com-del-box .content p{
         font-size: 14px;