请将需要上传的文件/文件夹拖到此处或粘贴
@@ -679,4 +679,12 @@ const close_dialog = () => { width: 33.5rem !important; } } +.upload-2 { + width: 100%; + height: 100%; + :deep(.el-upload) { + width: inherit; + height: inherit; + } +} diff --git a/src/components/footer-nav/footer-nav-styles.vue b/src/components/footer-nav/footer-nav-styles.vue index 135e9a79..6f9abeef 100644 --- a/src/components/footer-nav/footer-nav-styles.vue +++ b/src/components/footer-nav/footer-nav-styles.vue @@ -3,12 +3,12 @@