Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
a791c08b
提交
a791c08b
authored
2月 21, 2022
作者:
胡园辉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(首页地图样式未修改)
上级
3bde422c
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
30 行增加
和
19 行删除
+30
-19
content_bg.png
src/assets/img/content_bg.png
+0
-0
header_two.png
src/assets/img/header_two.png
+0
-0
tag.png
src/assets/img/tag.png
+0
-0
head.vue
src/layout/head.vue
+12
-12
index.vue
src/views/dataCenter/army/index.vue
+1
-1
index.vue
src/views/dataCenter/army/model/Science/index.vue
+9
-2
index.vue
src/views/dataCenter/map/model/Map/index.vue
+0
-0
index.vue
src/views/dataCenter/map/model/RankList/index.vue
+8
-4
没有找到文件。
src/assets/img/content_bg.png
查看替换文件 @
3bde422c
浏览文件 @
a791c08b
差异被折叠。
点击展开。
src/assets/img/header_two.png
0 → 100644
浏览文件 @
a791c08b
4.1 KB
src/assets/img/tag.png
0 → 100644
浏览文件 @
a791c08b
4.6 KB
src/layout/head.vue
浏览文件 @
a791c08b
...
...
@@ -57,7 +57,7 @@
>
<el-icon
v-if=
"index > 0"
:color=
"index === curRouteHistoy.length - 1 ? '#
409EFC
' : ''"
:color=
"index === curRouteHistoy.length - 1 ? '#
00daf6
' : ''"
>
<CaretRight
/>
</el-icon>
...
...
@@ -208,7 +208,7 @@ export default defineComponent({
margin-left
:
10px
;
color
:
#d4f7ff
;
&
:hover
{
color
:
#
4198ff
;
color
:
#
00daf6
;
}
}
.
nav-history
:
:
after
{
...
...
@@ -217,7 +217,7 @@ export default defineComponent({
height
:
42px
;
position
:
absolute
;
left
:
0px
;
background-color
:
rgba
(
25
,
125
,
237
,
5
0%
);
background-color
:
rgba
(
25
,
125
,
237
,
2
0%
);
}
.
nav-history
:
:
before
{
content
:
""
;
...
...
@@ -226,7 +226,7 @@ export default defineComponent({
position
:
absolute
;
// left: 0px;
right
:
0px
;
background-color
:
rgba
(
25
,
125
,
237
,
5
0%
);
background-color
:
rgba
(
25
,
125
,
237
,
2
0%
);
}
.app-head-warpper
{
// background: #f5f9fb;
...
...
@@ -310,14 +310,15 @@ export default defineComponent({
.nav-history
{
padding-left
:
10px
;
width
:
100%
;
background
:
rgba
(
25
,
125
,
237
,
20%
);
background-image
:
url(../assets/img/header_two.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
display
:
flex
;
align-items
:
center
;
height
:
40px
;
border-radius
:
5px
;
overflow
:
hidden
;
position
:
relative
;
// box-shadow: 2px 2px 10px #eee;
.nav-history-item
{
display
:
flex
;
height
:
100%
;
...
...
@@ -329,7 +330,7 @@ export default defineComponent({
margin-left
:
5px
;
cursor
:
pointer
;
&
:hover
{
color
:
#
4198ff
;
color
:
#
00daf6
;
}
.el-icon
{
margin-right
:
2px
;
...
...
@@ -345,8 +346,8 @@ export default defineComponent({
overflow
:
hidden
;
flex
:
1
;
height
:
40px
;
background
:
rgba
(
25
,
125
,
237
,
20
%
);
border
:
1px
solid
#125caf
;
background
:
rgba
(
25
,
125
,
237
,
15
%
);
border
:
1px
solid
#125caf
;
.years
{
display
:
flex
;
align-items
:
center
;
...
...
@@ -354,7 +355,6 @@ export default defineComponent({
height
:
40px
;
flex
:
1
;
overflow
:
hidden
;
span
{
width
:
100%
;
...
...
@@ -369,14 +369,14 @@ export default defineComponent({
border-right
:
1px
solid
#125caf
;
}
.active
{
background-color
:
#
4198ff
;
background-color
:
#
197ded
;
color
:
#fff
;
}
}
}
.lignht-color
{
color
:
#
4198ff
;
color
:
#
00daf6
;
}
}
.disabed
{
...
...
src/views/dataCenter/army/index.vue
浏览文件 @
a791c08b
...
...
@@ -78,7 +78,7 @@ export default defineComponent({
</
script
>
<
style
lang=
"scss"
scoped
>
.card-item
{
background
:
rgba
(
25
,
125
,
237
,
1
0
%
);
background
:
rgba
(
25
,
125
,
237
,
1
5
%
);
border-radius
:
5px
;
padding
:
15px
20px
;
overflow
:
hidden
;
...
...
src/views/dataCenter/army/model/Science/index.vue
浏览文件 @
a791c08b
...
...
@@ -111,11 +111,11 @@ export default defineComponent({
color
:
new
echarts
.
graphic
.
LinearGradient
(
0
,
0
,
0
,
1
,
[
{
offset
:
0
,
color
:
"#
4198ff
"
,
color
:
"#
3196ec
"
,
},
{
offset
:
1
,
color
:
"#
fff
"
,
color
:
"#
0d3968
"
,
},
]),
},
...
...
@@ -127,6 +127,13 @@ export default defineComponent({
tooltip
:
{
trigger
:
"axis"
,
className
:
"science-echart"
,
axisPointer
:
{
type
:
'line'
,
lineStyle
:
{
type
:
'solid'
,
// 打开就是实线类型
color
:
'#4198ff'
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
`<span class="name">
${
params
[
0
].
axisValue
}
市</span>`
;
...
...
src/views/dataCenter/map/model/Map/index.vue
浏览文件 @
a791c08b
差异被折叠。
点击展开。
src/views/dataCenter/map/model/RankList/index.vue
浏览文件 @
a791c08b
...
...
@@ -78,9 +78,9 @@ export default defineComponent({
/* .el-scrollbar__wrap {
background: #0e4780 !important;
} */
.el-table__body
tr
:hover
>
td
{
background-color
:
#134087
!important
;
}
.el-table__body
tr
:hover
>
td
{
background-color
:
#134087
!important
;
}
.el-table
tr
{
background
:
#0c3a65
!important
;
}
...
...
@@ -88,6 +88,10 @@ export default defineComponent({
.el-table
th
.el-table__cell.is-leaf
{
border-bottom
:
1px
dashed
#197ded
;
}
.el-scrollbar
{
height
:
86%
;
border-bottom
:
1px
dashed
#197ded
;
}
.el-table
.cell
{
color
:
#d4f7ff
;
}
...
...
@@ -107,7 +111,7 @@ export default defineComponent({
justify-content
:
center
;
width
:
22px
;
height
:
22px
;
border
:
1px
solid
;
//
border: 1px solid;
color
:
#fff
;
font-size
:
16px
;
font-family
:
tabTypeFace
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论