diff --git a/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue b/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue index 95eaf304..793f99a2 100644 --- a/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue +++ b/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue @@ -8,10 +8,8 @@ :image-styles="imageStyles" :files-list="filesList" :limit="limitLength" :disablePreview="disablePreview" :delIcon="delIcon" @uploadFiles="uploadFiles" @choose="choose" @delFile="delFile"> - - - - + + - - - - + @@ -254,13 +251,6 @@ justify-content: center; } - .icon-add { - width: 50px; - height: 5px; - background-color: #f1f1f1; - border-radius: 2px; - } - .rotate { position: absolute; transform: rotate(90deg);