Browse Source

fix style

Michael Wang 3 years ago
parent
commit
85e474902a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/features/OnlineExam/Examing/UploadPhotos.vue

+ 5 - 1
src/features/OnlineExam/Examing/UploadPhotos.vue

@@ -167,7 +167,11 @@ function prepareUpload() {
           class="demo-upload-list plus"
           @click="prepareUpload"
         >
-          <span class="tw-inline-block" style="scale: 4">+</span>
+          <span
+            class="tw-inline-block"
+            style="transform: scale(4); padding-bottom: 2px"
+            >+</span
+          >
         </div>
       </template>
     </draggable>