Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
337547038 committed Jul 15, 2024
1 parent f1b6075 commit 0a581ae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/mock/demo/echarts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pie2":[40,60],"radar":{"text":["盈利能力","发展水平","融资能力","技术能力","企业规模"],"list":[[90,80,20,10,30],[30,20,75,80,70]]},"bar":{"xAxis":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"data1":[180,397,339,351,155,211,58,296,340,419,474,303],"data2":[467,292,165,481,339,164,271,433,396,14,282,299],"data3":[232,96,453,73,319,270,407,202,67,395,113,494]},"textNum1":1.9568785408E8,"pie3":[{"value":1048,"name":"Search Engine"},{"value":735,"name":"Direct"},{"value":580,"name":"Email"},{"value":484,"name":"Union Ads"},{"value":300,"name":"Video Ads"}],"line":{"xAxis":["8:00","9:00","10:00","11:00","12:00","13:00","14:00","15:00","16:00","17:00","18:00","19:00","20:00","21:00","22:00"],"data":[283,194,155,235,420,446,148,492,328,442,371,107,338,68,155]},"title":"标题名称","pie":[20,80]}
3 changes: 2 additions & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const getRequest = (
url.includes('/get') ||
url.includes('/list') ||
url.includes('/login') ||
url.includes('/flow/form')
url.includes('/flow/form') ||
url.includes('/demo')
) {
/* empty */
} else if (url.includes('/static/')) {
Expand Down
14 changes: 14 additions & 0 deletions src/assets/scss/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@
transform: scale(1) translate(0px, 0px) !important;transition: all .3s;
.resize-box {display: none}
}
.group {
position: absolute;
}

.default-img, .default-bg {display: block;width: 100%;height: 100%}

.screen-table {
.el-table {background: none}

.el-table tr {background: none;

th {background: none}
}
}
}
.design-footer {background: rgb(48, 65, 86);display: flex;justify-content: space-between;padding: 0 5px;align-items: center;
.center {display: flex;justify-content: center;margin: 0 50px}
Expand Down

0 comments on commit 0a581ae

Please sign in to comment.