diff --git a/jing-ui/src/components/FileUpload/index.vue b/jing-ui/src/components/FileUpload/index.vue new file mode 100644 index 0000000..df568d2 --- /dev/null +++ b/jing-ui/src/components/FileUpload/index.vue @@ -0,0 +1,215 @@ + + + + + 选取文件 + + + 请上传 + 大小不超过 {{ fileSize }}MB + 格式为 {{ fileType.join("/") }} + 的文件 + + + + + + + + {{ getFileName(file.name) }} + + + 删除 + + + + + + + + + \ No newline at end of file diff --git a/jing-ui/src/components/Hamburger/index.vue b/jing-ui/src/components/Hamburger/index.vue new file mode 100644 index 0000000..368b002 --- /dev/null +++ b/jing-ui/src/components/Hamburger/index.vue @@ -0,0 +1,44 @@ + + + + + + + + + + +