Skip to content

Commit

Permalink
:fate:重构上传页面
Browse files Browse the repository at this point in the history
  • Loading branch information
hellohao committed Apr 6, 2023
1 parent 7dea32f commit 6b6b6c6
Show file tree
Hide file tree
Showing 12 changed files with 1,471 additions and 431 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"moment": "^2.29.1",
"prerender-spa-plugin": "^3.4.0",
"puppeteer": "^10.4.0",
"spark-md5": "^3.0.2",
"uuid": "^9.0.0",
"v-contextmenu": "^2.9.0",
"v-viewer": "^1.6.3",
Expand All @@ -35,6 +36,7 @@
"vue-qr": "^2.5.0",
"vue-router": "^3.5.1",
"vue-runtime-helpers": "^1.1.2",
"vue-simple-uploader": "^0.7.6",
"vuex": "^3.6.2",
"webpack": "^4.23.0"
},
Expand Down
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ html, body, .app {
}
.app {
font-family: Noto Sans SC, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-style: normal;
font-family: var(--vt-font-family-base);
font-weight: 400;
}
</style>
10 changes: 7 additions & 3 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body {
font-family: Noto Sans SC, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-style: normal;
font-weight: 400;
font-family: var(--vt-font-family-base);
/*font-family: CustomFont,Noto Sans SC,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
overflow: hidden;

}

:root {
--vt-font-family-base: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--vt-font-family-mono: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.move-style-index {
max-width: 95%;
Expand Down
Binary file added src/assets/img/text/upimg_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/text/urlimg_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/js/bus.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Vue from 'vue'

export default new Vue()
Loading

0 comments on commit 6b6b6c6

Please sign in to comment.