|
@@ -78,6 +78,7 @@
|
|
|
<div class="grid-content">
|
|
|
<a-upload-dragger
|
|
|
name="file"
|
|
|
+ accept="image/*"
|
|
|
:customRequest="customRequest"
|
|
|
:showUploadList="false"
|
|
|
action="https://jsonplaceholder.typicode.com/posts/"
|
|
@@ -680,10 +681,12 @@ export default {
|
|
|
align-items: center;
|
|
|
margin-top: 12px;
|
|
|
.color-choice {
|
|
|
+ width: 26px;
|
|
|
+ height: 26px;
|
|
|
& /deep/ .vue-swatches__trigger {
|
|
|
width: 26px !important;
|
|
|
height: 26px !important;
|
|
|
- border-radius: 0px !important;
|
|
|
+ border-radius: 2px !important;
|
|
|
}
|
|
|
}
|
|
|
.row-tit {
|