|
@@ -2226,7 +2226,7 @@
|
|
|
|
|
|
.upload-box {
|
|
|
overflow: hidden;
|
|
|
- padding: 80px 60px;
|
|
|
+ padding: 80px 80px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
button
|
|
@@ -2235,7 +2235,7 @@
|
|
|
transition: none;
|
|
|
width: 120px;
|
|
|
height: 120px;
|
|
|
- margin: 0 30px !important;
|
|
|
+ margin: 0 22px !important;
|
|
|
color: #00a8ff;
|
|
|
border-color: #00a8ff;
|
|
|
border-width: 2px;
|
|
@@ -2421,10 +2421,15 @@
|
|
|
|
|
|
.ivu-upload-list {
|
|
|
margin-top: 0px !important;
|
|
|
+ width:110px;
|
|
|
+ margin-left:10px;
|
|
|
}
|
|
|
.ivu-upload-list-file {
|
|
|
padding:0px !important;
|
|
|
}
|
|
|
+ .ivu-upload-list-file span {
|
|
|
+ font-size:10px !important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<style scoped>
|
|
|
.q-card__section {
|