Authored by 陈峰

Merge branch 'master' into release/3.1

@@ -86,7 +86,6 @@ export default { @@ -86,7 +86,6 @@ export default {
86 margin-right: 30px; 86 margin-right: 30px;
87 87
88 .upload-item-img { 88 .upload-item-img {
89 - border: 1px dashed #dddee1;  
90 border-radius: 4px; 89 border-radius: 4px;
91 overflow: hidden; 90 overflow: hidden;
92 height: 120px; 91 height: 120px;
@@ -54,7 +54,7 @@ export default { @@ -54,7 +54,7 @@ export default {
54 }; 54 };
55 </script> 55 </script>
56 56
57 -<style> 57 +<style lang="scss">
58 .image-purview { 58 .image-purview {
59 margin: 0 auto; 59 margin: 0 auto;
60 width: 100px; 60 width: 100px;
@@ -66,6 +66,13 @@ export default { @@ -66,6 +66,13 @@ export default {
66 position: relative; 66 position: relative;
67 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 67 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
68 border: 1px solid #e8e8e8; 68 border: 1px solid #e8e8e8;
  69 + align-items: center;
  70 + justify-content: center;
  71 + display: flex;
  72 +
  73 + .ivu-progress {
  74 + width: 90%;
  75 + }
69 } 76 }
70 77
71 .image-purview img { 78 .image-purview img {
1 <template> 1 <template>
2 <Modal 2 <Modal
3 - title="在线预览" 3 + title="调用图片服务"
4 :width="600" 4 :width="600"
5 v-model="model" 5 v-model="model"
6 @on-ok="modalOK" 6 @on-ok="modalOK"
1 { 1 {
2 "name": "yoho-shop-manage", 2 "name": "yoho-shop-manage",
3 - "version": "1.0.22", 3 + "version": "1.0.23",
4 "description": "", 4 "description": "",
5 "main": "app.js", 5 "main": "app.js",
6 "scripts": { 6 "scripts": {