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