...
|
...
|
@@ -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 {
|
...
|
...
|
|