Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
FLIPPED-AURORA
gin-vue-admin
提交
96f8bd09
G
gin-vue-admin
项目概览
FLIPPED-AURORA
/
gin-vue-admin
大约 1 年 前同步成功
通知
344
Star
18155
Fork
5506
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
gin-vue-admin
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
96f8bd09
编写于
9月 02, 2021
作者:
Mr.奇淼(
提交者:
GitHub
9月 02, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #661 from flipped-aurora/gva-vue3-2.4.5
Gva vue3 2.4.5
上级
f70b4b12
8110ad23
变更
8
展开全部
显示空白变更内容
内联
并排
Showing
8 changed file
with
9431 addition
and
128 deletion
+9431
-128
server/initialize/router.go
server/initialize/router.go
+10
-0
web/package-lock.json
web/package-lock.json
+35
-6
web/package.json
web/package.json
+1
-1
web/src/assets/dashbord.png
web/src/assets/dashbord.png
+0
-0
web/src/components/dashbordCharts/echartsLine.vue
web/src/components/dashbordCharts/echartsLine.vue
+143
-0
web/src/components/dashbordTable/dashbordTable.vue
web/src/components/dashbordTable/dashbordTable.vue
+53
-0
web/src/view/dashboard/index.vue
web/src/view/dashboard/index.vue
+203
-121
web/yarn.lock
web/yarn.lock
+8986
-0
未找到文件。
server/initialize/router.go
浏览文件 @
96f8bd09
...
...
@@ -16,6 +16,16 @@ import (
func
Routers
()
*
gin
.
Engine
{
var
Router
=
gin
.
Default
()
// 如果想要不使用nginx代理前端网页,可以修改 web/.env.production 下的
// VUE_APP_BASE_API = /
// VUE_APP_BASE_PATH = http://localhost
// 然后执行打包命令 npm run build。在打开下面4行注释
//Router.LoadHTMLGlob("./dist/*.html") // npm打包成dist的路径
//Router.Static("/favicon.ico", "./dist/favicon.ico")
//Router.Static("/static", "./dist/static") // dist里面的静态资源
//Router.StaticFile("/", "./dist/index.html") // 前端网页入口页面
Router
.
StaticFS
(
global
.
GVA_CONFIG
.
Local
.
Path
,
http
.
Dir
(
global
.
GVA_CONFIG
.
Local
.
Path
))
// 为用户头像和文件提供静态地址
// Router.Use(middleware.LoadTls()) // 打开就能玩https了
global
.
GVA_LOG
.
Info
(
"use middleware logger"
)
...
...
web/package-lock.json
浏览文件 @
96f8bd09
{
"name"
:
"gin-vue-admin"
,
"version"
:
"
0.1.0
"
,
"version"
:
"
2.3.5
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
@@ -2381,6 +2381,7 @@
"version"
:
"3.1.2"
,
"resolved"
:
"https://registry.npm.taobao.org/anymatch/download/anymatch-3.1.2.tgz?cache=0&sync_timestamp=1617747806715&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fanymatch%2Fdownload%2Fanymatch-3.1.2.tgz"
,
"integrity"
:
"sha1-wFV8CWrzLxBhmPT04qODU343hxY="
,
"dev"
:
true
,
"requires"
:
{
"normalize-path"
:
"^3.0.0"
,
"picomatch"
:
"^2.0.4"
...
...
@@ -2800,7 +2801,8 @@
"binary-extensions"
:
{
"version"
:
"2.2.0"
,
"resolved"
:
"https://registry.npm.taobao.org/binary-extensions/download/binary-extensions-2.2.0.tgz"
,
"integrity"
:
"sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0="
"integrity"
:
"sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0="
,
"dev"
:
true
},
"bindings"
:
{
"version"
:
"1.5.0"
,
...
...
@@ -3256,6 +3258,7 @@
"version"
:
"3.5.2"
,
"resolved"
:
"https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz"
,
"integrity"
:
"sha1-26OXb8rbAW9m/TZQIdkWANAcHnU="
,
"dev"
:
true
,
"requires"
:
{
"anymatch"
:
"~3.1.2"
,
"braces"
:
"~3.0.2"
,
...
...
@@ -3271,6 +3274,7 @@
"version"
:
"3.0.2"
,
"resolved"
:
"https://registry.npm.taobao.org/braces/download/braces-3.0.2.tgz"
,
"integrity"
:
"sha1-NFThpGLujVmeI23zNs2epPiv4Qc="
,
"dev"
:
true
,
"requires"
:
{
"fill-range"
:
"^7.0.1"
}
...
...
@@ -3279,6 +3283,7 @@
"version"
:
"7.0.1"
,
"resolved"
:
"https://registry.npm.taobao.org/fill-range/download/fill-range-7.0.1.tgz"
,
"integrity"
:
"sha1-GRmmp8df44ssfHflGYU12prN2kA="
,
"dev"
:
true
,
"requires"
:
{
"to-regex-range"
:
"^5.0.1"
}
...
...
@@ -3286,12 +3291,14 @@
"is-number"
:
{
"version"
:
"7.0.0"
,
"resolved"
:
"https://registry.npm.taobao.org/is-number/download/is-number-7.0.0.tgz"
,
"integrity"
:
"sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
"integrity"
:
"sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
,
"dev"
:
true
},
"to-regex-range"
:
{
"version"
:
"5.0.1"
,
"resolved"
:
"https://registry.npm.taobao.org/to-regex-range/download/to-regex-range-5.0.1.tgz"
,
"integrity"
:
"sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ="
,
"dev"
:
true
,
"requires"
:
{
"is-number"
:
"^7.0.0"
}
...
...
@@ -4773,6 +4780,14 @@
"safer-buffer"
:
"^2.1.0"
}
},
"echarts"
:
{
"version"
:
"4.9.0"
,
"resolved"
:
"https://registry.npmjs.org/echarts/-/echarts-4.9.0.tgz"
,
"integrity"
:
"sha512-+ugizgtJ+KmsJyyDPxaw2Br5FqzuBnyOWwcxPKO6y0gc5caYcfnEUIlNStx02necw8jmKmTafmpHhGo4XDtEIA=="
,
"requires"
:
{
"zrender"
:
"4.3.2"
}
},
"ee-first"
:
{
"version"
:
"1.1.1"
,
"resolved"
:
"https://registry.npm.taobao.org/ee-first/download/ee-first-1.1.1.tgz"
,
...
...
@@ -5806,6 +5821,7 @@
"version"
:
"2.3.2"
,
"resolved"
:
"https://registry.npm.taobao.org/fsevents/download/fsevents-2.3.2.tgz?cache=0&sync_timestamp=1612536546156&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffsevents%2Fdownload%2Ffsevents-2.3.2.tgz"
,
"integrity"
:
"sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro="
,
"dev"
:
true
,
"optional"
:
true
},
"function-bind"
:
{
...
...
@@ -5892,6 +5908,7 @@
"version"
:
"5.1.2"
,
"resolved"
:
"https://registry.nlark.com/glob-parent/download/glob-parent-5.1.2.tgz?cache=0&sync_timestamp=1626760200164&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob-parent%2Fdownload%2Fglob-parent-5.1.2.tgz"
,
"integrity"
:
"sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ="
,
"dev"
:
true
,
"requires"
:
{
"is-glob"
:
"^4.0.1"
}
...
...
@@ -6766,6 +6783,7 @@
"version"
:
"2.1.0"
,
"resolved"
:
"https://registry.npm.taobao.org/is-binary-path/download/is-binary-path-2.1.0.tgz"
,
"integrity"
:
"sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk="
,
"dev"
:
true
,
"requires"
:
{
"binary-extensions"
:
"^2.0.0"
}
...
...
@@ -6892,7 +6910,8 @@
"is-extglob"
:
{
"version"
:
"2.1.1"
,
"resolved"
:
"https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz"
,
"integrity"
:
"sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
"integrity"
:
"sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
,
"dev"
:
true
},
"is-fullwidth-code-point"
:
{
"version"
:
"3.0.0"
,
...
...
@@ -6904,6 +6923,7 @@
"version"
:
"4.0.1"
,
"resolved"
:
"https://registry.npm.taobao.org/is-glob/download/is-glob-4.0.1.tgz"
,
"integrity"
:
"sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw="
,
"dev"
:
true
,
"requires"
:
{
"is-extglob"
:
"^2.1.1"
}
...
...
@@ -7922,7 +7942,8 @@
"normalize-path"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npm.taobao.org/normalize-path/download/normalize-path-3.0.0.tgz"
,
"integrity"
:
"sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
"integrity"
:
"sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
,
"dev"
:
true
},
"normalize-range"
:
{
"version"
:
"0.1.2"
,
...
...
@@ -8472,7 +8493,8 @@
"picomatch"
:
{
"version"
:
"2.3.0"
,
"resolved"
:
"https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz"
,
"integrity"
:
"sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI="
"integrity"
:
"sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI="
,
"dev"
:
true
},
"pify"
:
{
"version"
:
"4.0.1"
,
...
...
@@ -9468,6 +9490,7 @@
"version"
:
"3.6.0"
,
"resolved"
:
"https://registry.nlark.com/readdirp/download/readdirp-3.6.0.tgz"
,
"integrity"
:
"sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc="
,
"dev"
:
true
,
"requires"
:
{
"picomatch"
:
"^2.2.1"
}
...
...
@@ -9866,6 +9889,7 @@
"version"
:
"1.38.1"
,
"resolved"
:
"https://registry.nlark.com/sass/download/sass-1.38.1.tgz?cache=0&sync_timestamp=1629764768435&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsass%2Fdownload%2Fsass-1.38.1.tgz"
,
"integrity"
:
"sha1-VN+xf7FohGtYUDJLgvxi3Gj1G60="
,
"dev"
:
true
,
"requires"
:
{
"chokidar"
:
">=3.0.0 <4.0.0"
}
...
...
@@ -12539,6 +12563,11 @@
"dev"
:
true
}
}
},
"zrender"
:
{
"version"
:
"4.3.2"
,
"resolved"
:
"https://registry.npmjs.org/zrender/-/zrender-4.3.2.tgz"
,
"integrity"
:
"sha512-bIusJLS8c4DkIcdiK+s13HiQ/zjQQVgpNohtd8d94Y2DnJqgM1yjh/jpDb8DoL6hd7r8Awagw8e3qK/oLaWr3g=="
}
}
}
web/package.json
浏览文件 @
96f8bd09
...
...
@@ -10,6 +10,7 @@
"dependencies"
:
{
"axios"
:
"^0.19.2"
,
"core-js"
:
"^3.6.5"
,
"echarts"
:
"4.9.0"
,
"element-plus"
:
"^1.1.0-beta.4"
,
"highlight.js"
:
"^10.6.0"
,
"marked"
:
"^2.0.0"
,
...
...
@@ -17,7 +18,6 @@
"path"
:
"^0.12.7"
,
"qs"
:
"^6.8.0"
,
"quill"
:
"^1.3.7"
,
"sass"
:
"^1.34.1"
,
"screenfull"
:
"^5.0.2"
,
"script-ext-html-webpack-plugin"
:
"^2.1.4"
,
"spark-md5"
:
"^3.0.1"
,
...
...
web/src/assets/dashbord.png
0 → 100644
浏览文件 @
96f8bd09
70.5 KB
web/src/components/dashbordCharts/echartsLine.vue
0 → 100644
浏览文件 @
96f8bd09
<
template
>
<div
class=
"dashbord-line-box"
>
<div
class=
"dashbord-line-title"
>
Gva 仓库commit 记录
</div>
<div
ref=
"echart"
class=
"dashbord-line"
/>
</div>
</
template
>
<
script
>
import
echarts
from
'
echarts
'
require
(
'
echarts/theme/macarons
'
)
var
dataAxis
=
[]
for
(
var
i
=
1
;
i
<
21
;
i
++
)
{
dataAxis
.
push
(
`
${
i
}
号`
)
}
var
data
=
[
220
,
182
,
191
,
234
,
290
,
330
,
310
,
123
,
442
,
321
,
90
,
149
,
210
,
122
,
133
,
334
,
198
,
123
,
125
,
220
,
]
var
yMax
=
500
var
dataShadow
=
[]
// eslint-disable-next-line no-redeclare
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
dataShadow
.
push
(
yMax
)
}
export
default
{
name
:
'
Line
'
,
data
()
{
return
{
chart
:
null
,
}
},
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
initChart
()
})
},
beforeDestroy
()
{
if
(
!
this
.
chart
)
{
return
}
this
.
chart
.
dispose
()
this
.
chart
=
null
},
methods
:
{
initChart
()
{
this
.
chart
=
echarts
.
init
(
this
.
$refs
.
echart
,
'
macarons
'
)
this
.
setOptions
()
},
setOptions
()
{
this
.
chart
.
setOption
({
xAxis
:
{
data
:
dataAxis
,
axisTick
:
{
show
:
false
,
},
axisLine
:
{
show
:
false
,
},
z
:
10
,
},
yAxis
:
{
axisLine
:
{
show
:
false
,
},
axisTick
:
{
show
:
false
,
},
axisLabel
:
{
textStyle
:
{
color
:
'
#999
'
,
},
},
},
dataZoom
:
[
{
type
:
'
inside
'
,
},
],
series
:
[
{
type
:
'
bar
'
,
itemStyle
:
{
borderRadius
:
[
5
,
5
,
0
,
0
],
color
:
new
echarts
.
graphic
.
LinearGradient
(
0
,
0
,
0
,
1
,
[
{
offset
:
0
,
color
:
'
#83bff6
'
},
{
offset
:
0.5
,
color
:
'
#188df0
'
},
{
offset
:
1
,
color
:
'
#188df0
'
},
]),
},
emphasis
:
{
itemStyle
:
{
color
:
new
echarts
.
graphic
.
LinearGradient
(
0
,
0
,
0
,
1
,
[
{
offset
:
0
,
color
:
'
#2378f7
'
},
{
offset
:
0.7
,
color
:
'
#2378f7
'
},
{
offset
:
1
,
color
:
'
#83bff6
'
},
]),
},
},
data
:
data
,
},
],
})
},
},
}
</
script
>
<
style
lang=
"scss"
scoped
>
.dashbord-line-box
{
padding
:
20px
;
.dashbord-line
{
background-color
:
#fff
;
height
:
360px
;
width
:
calc
(
100%
-
40px
);
}
.dashbord-line-title
{
color
:
rgb
(
56
,
137
,
206
);
font-size
:
18px
;
}
}
</
style
>
web/src/components/dashbordTable/dashbordTable.vue
0 → 100644
浏览文件 @
96f8bd09
<
template
>
<div
class=
"commit-table"
>
<div
class=
"commit-table-title"
>
Gva 仓库commit 记录
</div>
<el-table
v-loading=
"loading"
:data=
"dataTimeline"
style=
"width: 100%"
>
<el-table-column
prop=
"from"
show-overflow-tooltip
label=
"日期"
width=
"180"
/>
<el-table-column
prop=
"title"
show-overflow-tooltip
label=
"推送者"
width=
"120"
/>
<el-table-column
prop=
"message"
show-overflow-tooltip
label=
"commit 信息"
/>
</el-table>
</div>
</
template
>
<
script
>
import
{
Commits
}
from
'
@/api/github
'
export
default
{
data
()
{
return
{
loading
:
true
,
dataTimeline
:
[],
}
},
created
()
{
this
.
loadCommits
()
},
methods
:
{
loadCommits
()
{
Commits
(
0
).
then
(({
data
})
=>
{
this
.
loading
=
false
data
.
forEach
((
element
,
index
)
=>
{
if
(
element
.
commit
.
message
&&
index
<
6
)
{
this
.
dataTimeline
.
push
({
from
:
new
Date
(
element
.
commit
.
author
.
date
),
title
:
element
.
commit
.
author
.
name
,
showDayAndMonth
:
true
,
message
:
element
.
commit
.
message
,
})
}
})
})
},
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.commit-table
{
padding
:
20px
;
background-color
:
#fff
;
height
:
400px
;
&
-title
{
color
:
rgb
(
56
,
137
,
206
);
font-size
:
18px
;
}
}
</
style
>
web/src/view/dashboard/index.vue
浏览文件 @
96f8bd09
<
template
>
<div
class=
"big"
>
<el-row
class=
"card"
>
<el-col
:xs=
"24"
:lg=
"16"
:md=
"16"
style=
"height:90px"
>
<div
class=
"car-left"
>
<el-row>
<el-col
:xs=
"4"
:md=
"3"
:lg=
"3"
>
<span
class=
"card-img"
>
<img
:src=
"userInfo.headerImg"
alt=
""
>
</span>
</el-col>
<el-col
:xs=
"20"
:lg=
"12"
:md=
"12"
>
<div
class=
"text"
>
<h4>
早安,管理员, 请开始您一天的工作吧!
</h4>
<p
class=
"tips-text"
>
<i
class=
"el-icon-sunny el-icon"
/>
<span>
今日晴,0℃ - 10℃,天气寒冷,注意添加衣物。
</span>
</p>
<div
class=
"page"
>
<div
class=
"mycard dashbord1"
>
<div
class=
"dashbord1-left"
>
<div
class=
"dashbord1-left-title"
>
早安,管理员,请开始一天的工作吧
</div>
<div
class=
"dashbord1-left-dot"
>
今日晴,0℃ - 10℃,天气寒冷,注意添加衣物。
</div>
<div
class=
"dashbord1-left-rows"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
:xs=
"24"
:sm=
"8"
>
<div
class=
"flex-center"
>
<i
class=
"el-icon-sort icon"
/>
今日流量 (1231231)
</div>
</el-col>
</el-row>
<el-col
:span=
"8"
:xs=
"24"
:sm=
"8"
>
<div
class=
"flex-center"
>
<i
class=
"el-icon-s-custom icon"
/>
总用户数 (24001)
</div>
</el-col>
<el-col
:xs=
"24"
:lg=
"8"
:md=
"8"
>
<div
class=
"car-right"
>
<el-row>
<el-col
:span=
"8"
>
<div
class=
"card-item"
>
<span
class=
"flow"
><i
class=
"el-icon-s-grid"
/></span>
<span>
今日流量
</span>
<b>
13260
</b>
<el-col
:span=
"8"
:xs=
"24"
:sm=
"8"
>
<div
class=
"flex-center"
>
<i
class=
"el-icon-s-comment icon"
/>
好评率 (99%)
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"card-item"
>
<span
class=
"user-number"
>
<i
class=
"el-icon-s-custom"
/>
</span>
<span>
总用户
</span>
<b>
48286
</b>
</el-row>
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"card-item"
>
<span
class=
"feedback"
>
<i
class=
"el-icon-star-on"
/>
</span>
<span>
好评率
</span>
<b>
98%
</b>
</div>
</el-col>
</el-row>
<img
src=
"@/assets/dashbord.png"
class=
"dashbord1-right"
alt
>
</div>
</el-col>
</el-row>
<el-row>
<el-col>
<el-card
shadow=
"hover"
>
<h2>
使用教学:
<a
style=
"color:#409EFF"
target=
"view_window"
href=
"https://www.bilibili.com/video/BV1Rg411u7xH/"
>
https://www.bilibili.com/video/BV1Rg411u7xH/
</a>
</h2>
<br>
<h2>
插件仓库:
<a
style=
"color:#409EFF"
target=
"view_window"
href=
"https://github.com/flipped-aurora/gva-plugins"
>
https://github.com/flipped-aurora/gva-plugins
</a>
</h2>
<div
/>
</el-card>
</el-col>
</el-row>
<div
class=
"shadow"
>
<div
class=
"mycard dashbord2"
>
<div>
<div
class=
"dashbord2-item"
>
使用教学:
<a
style=
"color:#409EFF"
target=
"view_window"
href=
"https://www.bilibili.com/video/BV1Rg411u7xH/"
>
https://www.bilibili.com/video/BV1Rg411u7xH
</a>
</div>
<div
class=
"dashbord2-item"
>
插件仓库:
<a
style=
"color:#409EFF"
target=
"view_window"
href=
"https://github.com/flipped-aurora/gva-plugins"
>
https://github.com/flipped-aurora/gva-plugins
</a>
</div>
</div>
</div>
<el-card
class=
"mycard quick-entrance"
>
<template
#header
>
<div
class=
"card-header"
>
<span>
快捷入口
</span>
</div>
</
template
>
<el-row
:gutter=
"20"
>
<el-col
v-for=
"(card, key) in toolCards"
:key=
"key"
:span=
"4"
:xs=
"8"
class=
"quick-entrance-items"
@
click=
"toTarget(card.name)"
>
<el-card
shadow=
"hover"
class=
"grid-content"
>
<div
class=
"quick-entrance-item"
>
<div
class=
"quick-entrance-item-icon"
:style=
"{ backgroundColor: card.bg }"
>
<i
:class=
"card.icon"
:style=
"{ color: card.color }"
/>
</div>
<p>
{{ card.label }}
</p>
</div>
</el-col>
</el-row>
</el-card>
<!-- <div class="quick-entrance-title"></div> -->
<div
class=
"mycard"
>
<el-row
:gutter=
"0"
>
<el-col
:xs=
"24"
:sm=
"16"
>
<echarts-line
/>
</el-col>
<el-col
:xs=
"24"
:sm=
"8"
>
<dashbord-table
/>
</el-col>
</el-row>
</div>
</div>
</template>
<
script
>
import
{
mapGetters
}
from
'
vuex
'
import
echartsLine
from
'
@/components/dashbordCharts/echartsLine.vue
'
import
dashbordTable
from
'
@/components/dashbordTable/dashbordTable.vue
'
export
default
{
name
:
'
Dashboard
'
,
components
:
{
echartsLine
,
dashbordTable
},
data
()
{
return
{
...
...
@@ -101,44 +100,47 @@ export default {
label
:
'
用户管理
'
,
icon
:
'
el-icon el-icon-monitor
'
,
name
:
'
user
'
,
color
:
'
#ff9c6e
'
color
:
'
#ff9c6e
'
,
bg
:
'
rgba(255, 156, 110,.3)
'
},
{
label
:
'
角色管理
'
,
icon
:
'
el-icon el-icon-setting
'
,
name
:
'
authority
'
,
color
:
'
#69c0ff
'
color
:
'
#69c0ff
'
,
bg
:
'
rgba(105, 192, 255,.3)
'
},
{
label
:
'
菜单管理
'
,
icon
:
'
el-icon el-icon-menu
'
,
name
:
'
menu
'
,
color
:
'
#b37feb
'
color
:
'
#b37feb
'
,
bg
:
'
rgba(179, 127, 235,.3)
'
},
{
label
:
'
代码生成器
'
,
icon
:
'
el-icon
el-icon-cpu
'
,
icon
:
'
el-icon-cpu
'
,
name
:
'
autoCode
'
,
color
:
'
#ffd666
'
color
:
'
#ffd666
'
,
bg
:
'
rgba(255, 214, 102,.3)
'
},
{
label
:
'
表单生成器
'
,
icon
:
'
el-icon
el-icon
-document-checked
'
,
icon
:
'
el-icon-document-checked
'
,
name
:
'
formCreate
'
,
color
:
'
#ff85c0
'
color
:
'
#ff85c0
'
,
bg
:
'
rgba(255, 133, 192,.3)
'
},
{
label
:
'
关于我们
'
,
icon
:
'
el-icon
el-icon-user
'
,
icon
:
'
el-icon-user
'
,
name
:
'
about
'
,
color
:
'
#5cdbd3
'
color
:
'
#5cdbd3
'
,
bg
:
'
rgba(92, 219, 211,.3)
'
}
]
}
},
computed
:
{
...
mapGetters
(
'
user
'
,
[
'
userInfo
'
])
},
methods
:
{
toTarget
(
name
)
{
this
.
$router
.
push
({
name
})
...
...
@@ -148,49 +150,129 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.big
{
margin
:
100px
0
0
0
;
padding-top
:
10px
;
background-color
:
rgb
(
243
,
243
,
243
);
.top
{
width
:
100%
;
height
:
360px
;
margin-top
:
20px
;
overflow
:
hidden
;
.chart-container
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
padding
:
20px
;
@mixin
flex-center
{
display
:
flex
;
align-items
:
center
;
}
.page
{
background
:
#f0f2f5
;
padding
:
0
;
.mycard
{
background-color
:
#fff
;
border-radius
:
10px
;
height
:
auto
;
padding
:
10px
30px
;
overflow
:
hidden
;
margin-bottom
:
15px
;
box-shadow
:
0
0
7px
1px
rgba
(
0
,
0
,
0
,
0
.03
);
}
.dashbord1
{
height
:
120px
;
@include
flex-center
;
justify-content
:
space-between
;
color
:
#777
;
&
-left
{
&
-title
{
margin-top
:
15px
;
font-size
:
22px
;
color
:
#000
;
}
.mid
{
width
:
100%
;
height
:
380px
;
.chart-wrapper
{
height
:
340px
;
background
:
#fff
;
padding
:
16px
16px
0
;
margin-bottom
:
32px
;
&
-dot
{
font-size
:
14px
;
margin-top
:
10px
;
}
&
-rows
{
// margin-top: 15px;
width
:
600px
;
align-items
:
center
;
}
.bottom
{
width
:
100%
;
height
:
420px
;
// margin: 20px 0;
.el-row
{
margin-right
:
4px
!
important
;
}
.chart-player
{
width
:
100%
;
height
:
270px
;
padding
:
10px
;
background-color
:
#fff
;
&
-right
{
height
:
600px
;
width
:
600px
;
margin-top
:
28px
;
}
}
.dashbord2
{
@include
flex-center
;
justify-content
:
flex-start
;
height
:
60px
;
&
-item
{
line-height
:
25px
;
}
}
.iPlayer
{
.quick-entrance-title
{
height
:
30px
;
font-size
:
22px
;
color
:
#333
;
width
:
100%
;
height
:
100%
;
border-bottom
:
1px
solid
#eee
;
}
.quick-entrance-items
{
@include
flex-center
;
justify-content
:
center
;
text-align
:
center
;
color
:
#333
;
.quick-entrance-item
{
height
:
auto
;
text-align
:
center
;
// align-items: center;
&
-icon
{
width
:
50px
;
height
:
50px
!
important
;
border-radius
:
8px
;
@include
flex-center
;
justify-content
:
center
;
margin
:
0
auto
;
i
{
font-size
:
24px
;
}
}
p
{
margin-top
:
10px
;
}
}
}
}
.icon
{
font-size
:
20px
;
color
:
rgb
(
85
,
160
,
248
);
width
:
30px
;
height
:
30px
;
margin-right
:
10px
;
@include
flex-center
;
}
.flex-center
{
@include
flex-center
;
}
//小屏幕不显示右侧,将登陆框居中
@media
(
max-width
:
750px
)
{
.mycard
{
padding
:
20px
10px
!
important
;
.dashbord1
{
height
:
auto
;
&
-left
{
&
-title
{
font-size
:
20px
!
important
;
}
&
-rows
{
margin-top
:
15px
;
align-items
:
center
;
}
}
&
-right
{
display
:
none
;
}
}
.dashbord2
{
&
-item
{
line-height
:
20px
;
}
}
.icon
{
font-size
:
18px
;
}
}
}
...
...
web/yarn.lock
0 → 100644
浏览文件 @
96f8bd09
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录