Authored by 陈峰

Merge branch 'master' into release/3.1

... ... @@ -86,7 +86,6 @@ export default {
margin-right: 30px;
.upload-item-img {
border: 1px dashed #dddee1;
border-radius: 4px;
overflow: hidden;
height: 120px;
... ...
... ... @@ -54,7 +54,7 @@ export default {
};
</script>
<style>
<style lang="scss">
.image-purview {
margin: 0 auto;
width: 100px;
... ... @@ -66,6 +66,13 @@ export default {
position: relative;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border: 1px solid #e8e8e8;
align-items: center;
justify-content: center;
display: flex;
.ivu-progress {
width: 90%;
}
}
.image-purview img {
... ...
<template>
<Modal
title="在线预览"
title="调用图片服务"
:width="600"
v-model="model"
@on-ok="modalOK"
... ...
{
"name": "yoho-shop-manage",
"version": "1.0.22",
"version": "1.0.23",
"description": "",
"main": "app.js",
"scripts": {
... ...