@@ -303,7 +303,7 @@ define([ 'app/app' ], function(app) {
return true;
},
success : function () {
- return $scope.needShowTip;
+ return true;
uuid: function () {
return $scope.storeUuid;
@@ -9,13 +9,14 @@
/*height: 160px;*/
width: 290px;
margin: -145px 0 0 -80px;
+ border: none;
}
.com-del-box{
.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;