Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
acbcf614
提交
acbcf614
authored
2月 21, 2022
作者:
邓文彬
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'plus1.1.0' of
https://git.yfzx.zjtys.com.cn/cold-coffee/cxsfjx_project
into plus1.1.0
上级
a7f33bb5
e4133a44
显示空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
110 行增加
和
33 行删除
+110
-33
index.vue
src/views/dataCenter/ConctructSystem/index.vue
+11
-9
index.vue
...iews/dataCenter/ConctructSystem/model/Munitions/index.vue
+4
-1
index.vue
src/views/dataCenter/ConctructSystem/model/Outline/index.vue
+4
-1
index.vue
...views/dataCenter/ConctructSystem/model/Platform/index.vue
+4
-1
index.vue
...nter/ConctructSystem/model/ScientificInvestment/index.vue
+2
-2
index.vue
src/views/dataCenter/army/model/EconomicConstruct/index.vue
+3
-0
index.vue
src/views/dataCenter/army/model/Munitions/index.vue
+6
-0
index.vue
src/views/dataCenter/army/model/Person/index.vue
+3
-0
index.vue
src/views/dataCenter/army/model/StrongArmy/index.vue
+3
-0
index.vue
...s/dataCenter/industrial/model/IncomDistribution/index.vue
+3
-0
index.vue
...ews/dataCenter/industrial/model/IncomExtendLine/index.vue
+7
-0
index.vue
src/views/dataCenter/industrial/model/Industrial/index.vue
+3
-0
index.vue
src/views/dataCenter/industrial/model/TargetBar/index.vue
+3
-0
index.vue
src/views/dataCenter/innovation/index.vue
+5
-2
index.vue
src/views/dataCenter/innovation/model/Munitions/index.vue
+4
-1
index.vue
src/views/dataCenter/innovation/model/Outline/index.vue
+5
-1
index.vue
src/views/dataCenter/innovation/model/Platform/index.vue
+3
-0
index.vue
...ataCenter/innovation/model/ScientificInvestment/index.vue
+10
-6
index.vue
src/views/dataCenter/map/model/Income/index.vue
+3
-0
index.vue
src/views/dataCenter/map/model/InvestmentProgress/index.vue
+3
-0
index.vue
src/views/dataCenter/map/model/Performance/index.vue
+3
-1
index.vue
src/views/dataCenter/resourceShare/index.vue
+1
-1
index.vue
src/views/dataCenter/resourceShare/model/Activity/index.vue
+1
-1
index.vue
src/views/dataCenter/resourceShare/model/Facility/index.vue
+3
-0
index.vue
...ews/dataCenter/resourceShare/model/PlatformInfo/index.vue
+4
-1
index.vue
src/views/dataCenter/resourceShare/model/TargetBar/index.vue
+4
-1
index.vue
...ews/dataCenter/resourceShare/model/TotalContrac/index.vue
+5
-4
没有找到文件。
src/views/dataCenter/ConctructSystem/index.vue
浏览文件 @
acbcf614
...
...
@@ -42,6 +42,7 @@
:percentage=
"citys.municipalnum"
:width=
"iswidth"
:show-text=
"false"
:stroke-width=
"10"
></el-progress>
</div>
<div
class=
"Progress"
>
...
...
@@ -53,6 +54,7 @@
:percentage=
"citys.countynum"
color=
"#fac858"
:width=
"iswidth"
:stroke-width=
"10"
:show-text=
"false"
></el-progress>
</div>
...
...
@@ -99,7 +101,7 @@ export default defineComponent({
},
data
()
{
return
{
iswidth
:
82
,
iswidth
:
100
,
};
},
});
...
...
@@ -116,7 +118,7 @@ export default defineComponent({
// font-size: 20px;
// }
.card-item
{
background-color
:
#
0d4171
40
;
background-color
:
#
197ded
15
;
border
:
1px
solid
#125ba3
;
border-radius
:
5px
;
padding
:
15px
20px
;
...
...
@@ -139,7 +141,7 @@ export default defineComponent({
.xbox-content
{
height
:
150px
;
box-sizing
:
border-box
;
background-color
:
#
0e478
5
;
background-color
:
#
197ded
1
5
;
border-radius
:
4px
;
display
:
flex
;
justify-content
:
space-around
;
...
...
@@ -152,22 +154,22 @@ export default defineComponent({
p
{
color
:
#fff
;
position
:
absolute
;
top
:
10
px
;
right
:
20
%
;
top
:
25
px
;
right
:
16
%
;
font-size
:
14px
;
}
.percent
{
color
:
#4198ff
;
position
:
absolute
;
top
:
4
0px
;
right
:
1
8
%
;
top
:
6
0px
;
right
:
1
4
%
;
font-size
:
16px
;
}
.yellow
{
color
:
#fac858
;
position
:
absolute
;
top
:
4
0px
;
right
:
1
8
%
;
top
:
6
0px
;
right
:
1
4
%
;
font-size
:
16px
;
}
}
...
...
src/views/dataCenter/ConctructSystem/model/Munitions/index.vue
浏览文件 @
acbcf614
...
...
@@ -89,6 +89,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
``
;
...
...
@@ -231,7 +234,7 @@ export default defineComponent({
line-height
:
50px
;
border-radius
:
4px
;
color
:
#fff
;
background
:
#
0e478
5
;
background
:
#
197ded1
5
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
10px
0
14px
;
...
...
src/views/dataCenter/ConctructSystem/model/Outline/index.vue
浏览文件 @
acbcf614
...
...
@@ -69,6 +69,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
textStyle
:
{},
className
:
"target-bar-tooltip"
,
...
...
@@ -111,7 +114,7 @@ export default defineComponent({
},
label
:
{
show
:
true
,
color
:
"#
00dbf6
"
,
color
:
"#
fff
"
,
position
:
"top"
,
formatter
:
"{c} 分"
,
},
...
...
src/views/dataCenter/ConctructSystem/model/Platform/index.vue
浏览文件 @
acbcf614
...
...
@@ -90,6 +90,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
``
;
...
...
@@ -198,7 +201,7 @@ export default defineComponent({
flex
:
1
;
padding
:
8px
15px
;
margin-right
:
15px
;
background
:
#
0e478
5
;
background
:
#
197ded
1
5
;
border-radius
:
5px
;
font-size
:
14px
;
color
:
#fff
;
...
...
src/views/dataCenter/ConctructSystem/model/ScientificInvestment/index.vue
浏览文件 @
acbcf614
...
...
@@ -168,7 +168,7 @@ export default defineComponent({
{
name
:
"Access From"
,
type
:
"pie"
,
radius
:
[
"4
8
%"
,
"80%"
],
radius
:
[
"4
0
%"
,
"80%"
],
data
:
pieData
,
},
...
...
@@ -242,7 +242,7 @@ export default defineComponent({
flex
:
1
;
padding
:
8px
15px
;
margin-right
:
15px
;
background
:
#
0e478
5
;
background
:
#
197ded
1
5
;
border-radius
:
5px
;
font-size
:
14px
;
color
:
#fff
;
...
...
src/views/dataCenter/army/model/EconomicConstruct/index.vue
浏览文件 @
acbcf614
...
...
@@ -150,6 +150,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"economic-echart"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/army/model/Munitions/index.vue
浏览文件 @
acbcf614
...
...
@@ -127,6 +127,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"munition-echart"
,
formatter
:
(
params
)
=>
{
...
...
@@ -261,6 +264,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
`<span class="name">
${
params
[
0
].
axisValue
}
</span>`
;
...
...
src/views/dataCenter/army/model/Person/index.vue
浏览文件 @
acbcf614
...
...
@@ -122,6 +122,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"person-echart"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/army/model/StrongArmy/index.vue
浏览文件 @
acbcf614
...
...
@@ -65,6 +65,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
textStyle
:
{},
className
:
"target-bar-tooltip"
,
...
...
src/views/dataCenter/industrial/model/IncomDistribution/index.vue
浏览文件 @
acbcf614
...
...
@@ -100,6 +100,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"income-echart"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/industrial/model/IncomExtendLine/index.vue
浏览文件 @
acbcf614
...
...
@@ -123,6 +123,13 @@ export default defineComponent({
tooltip
:
{
trigger
:
"axis"
,
className
:
"extend-tooltip"
,
axisPointer
:
{
type
:
'line'
,
lineStyle
:
{
type
:
'solid'
,
// 打开就是实线类型
color
:
'#4198ff'
,
},
},
formatter
:
"<span class='title'>{b0}</span>: <br /> <span class='bar-text'>{c0}</span> 亿元"
,
},
...
...
src/views/dataCenter/industrial/model/Industrial/index.vue
浏览文件 @
acbcf614
...
...
@@ -141,6 +141,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"industry-tooltip-des"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/industrial/model/TargetBar/index.vue
浏览文件 @
acbcf614
...
...
@@ -72,6 +72,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
textStyle
:
{},
className
:
"target-bar-tooltip"
,
...
...
src/views/dataCenter/innovation/index.vue
浏览文件 @
acbcf614
...
...
@@ -145,6 +145,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
``
;
...
...
@@ -234,7 +237,7 @@ export default defineComponent({
}
.card-item
{
background-color
:
#
0d4171
40
;
background-color
:
#
197ded
15
;
border
:
1px
solid
#125ba3
;
border-radius
:
5px
;
padding
:
15px
20px
;
...
...
@@ -262,7 +265,7 @@ export default defineComponent({
flex
:
1
;
padding
:
8px
15px
;
margin-right
:
15px
;
background
:
#
0d488d
;
background
:
#
197ded
15
;
border-radius
:
5px
;
font-size
:
14px
;
color
:
#fff
;
...
...
src/views/dataCenter/innovation/model/Munitions/index.vue
浏览文件 @
acbcf614
...
...
@@ -101,6 +101,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
``
;
...
...
@@ -237,7 +240,7 @@ export default defineComponent({
line-height
:
50px
;
border-radius
:
4px
;
color
:
#fff
;
background
:
#
0e478
5
;
background
:
#
197ded1
5
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
10px
0
10px
;
...
...
src/views/dataCenter/innovation/model/Outline/index.vue
浏览文件 @
acbcf614
...
...
@@ -73,6 +73,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
textStyle
:
{},
className
:
"target-bar-tooltip"
,
...
...
@@ -115,10 +118,11 @@ export default defineComponent({
},
label
:
{
show
:
true
,
color
:
"#
00dbf6
"
,
color
:
"#
fff
"
,
position
:
"top"
,
formatter
:
"{c}分"
,
},
barWidth
:
20
,
data
:
this
.
seriesData
,
},
...
...
src/views/dataCenter/innovation/model/Platform/index.vue
浏览文件 @
acbcf614
...
...
@@ -86,6 +86,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
``
;
...
...
src/views/dataCenter/innovation/model/ScientificInvestment/index.vue
浏览文件 @
acbcf614
...
...
@@ -102,7 +102,9 @@ export default defineComponent({
color
:
PieColor
[
`level_
${
index
+
1
}
`
],
},
tooltip
:
{
borderColor
:
"none"
,
// borderColor: "none",
// extraCssText: "z-index:99999;",
confine
:
true
,
className
:
"business-pie-tooltip"
,
formatter
:
`<div class="business-pie-tooltip">
<span class='title'>
${
item
.
label
}
</span>:
...
...
@@ -162,6 +164,10 @@ export default defineComponent({
});
</
script
>
<
style
>
/* .scientific-research-input .business-pie-tooltip {
z-index: 999;
} */
.scientific-research-input
.business-pie-tooltip
.title
{
color
:
#333
;
font-weight
:
bold
;
...
...
@@ -198,7 +204,7 @@ export default defineComponent({
padding
:
10px
15px
;
margin-right
:
15px
;
background
:
#
0d488d
;
background
:
#
197ded
15
;
border-radius
:
5px
;
font-size
:
14px
;
color
:
#333
;
...
...
@@ -238,14 +244,12 @@ export default defineComponent({
color
:
#fff
;
}
.pie-value
{
margin-top
:
5
px
;
margin-top
:
8
px
;
padding-left
:
20px
;
font-size
:
12px
;
color
:
#999
;
display
:
flex
;
align-items
:
center
;
color
:
#19ecff
;
font-size
:
20
px
;
font-size
:
18
px
;
span
{
font-size
:
12px
;
color
:
#fff
;
...
...
src/views/dataCenter/map/model/Income/index.vue
浏览文件 @
acbcf614
...
...
@@ -81,6 +81,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"tooltip-income"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/map/model/InvestmentProgress/index.vue
浏览文件 @
acbcf614
...
...
@@ -92,6 +92,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"tooltip-progress"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/map/model/Performance/index.vue
浏览文件 @
acbcf614
...
...
@@ -88,6 +88,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"per-formance-echart"
,
formatter
:
(
params
)
=>
{
...
...
@@ -149,7 +152,6 @@ export default defineComponent({
},
},
},
series
:
seriesList
,
};
},
...
...
src/views/dataCenter/resourceShare/index.vue
浏览文件 @
acbcf614
...
...
@@ -73,7 +73,7 @@ export default defineComponent({
</
script
>
<
style
lang=
"scss"
scoped
>
.card-item
{
background-color
:
#
0d4171
40
;
background-color
:
#
197ded
15
;
border
:
1px
solid
#125ba3
;
border-radius
:
5px
;
padding
:
16px
;
...
...
src/views/dataCenter/resourceShare/model/Activity/index.vue
浏览文件 @
acbcf614
...
...
@@ -231,7 +231,7 @@ export default defineComponent({
line-height
:
50px
;
border-radius
:
4px
;
color
:
#fff
;
background
:
#
0d488d
;
background
:
#
197ded
15
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
10px
0
10px
;
...
...
src/views/dataCenter/resourceShare/model/Facility/index.vue
浏览文件 @
acbcf614
...
...
@@ -75,6 +75,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
className
:
"facility-echart-tooltip"
,
formatter
:
(
params
)
=>
{
...
...
src/views/dataCenter/resourceShare/model/PlatformInfo/index.vue
浏览文件 @
acbcf614
...
...
@@ -91,6 +91,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
formatter
:
(
params
)
=>
{
let
html
=
``
;
...
...
@@ -225,7 +228,7 @@ export default defineComponent({
line-height
:
50px
;
border-radius
:
4px
;
color
:
#fff
;
background
:
#
0d488d
;
background
:
#
197ded
15
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
10px
0
10px
;
...
...
src/views/dataCenter/resourceShare/model/TargetBar/index.vue
浏览文件 @
acbcf614
...
...
@@ -72,6 +72,9 @@ export default defineComponent({
trigger
:
"axis"
,
axisPointer
:
{
type
:
"shadow"
,
shadowStyle
:
{
color
:
"#1881e120"
,
},
},
textStyle
:
{},
className
:
"resource-share-target-tooltip"
,
...
...
@@ -117,7 +120,7 @@ export default defineComponent({
barWidth
:
20
,
label
:
{
show
:
true
,
color
:
"#
00dbf6
"
,
color
:
"#
fff
"
,
position
:
"top"
,
formatter
:
"{c}分"
,
},
...
...
src/views/dataCenter/resourceShare/model/TotalContrac/index.vue
浏览文件 @
acbcf614
...
...
@@ -199,14 +199,15 @@ export default defineComponent({
background
:
#47d6ad
;
}
.resource-share-tooltip
.level_6
::before
{
background
:
#
6fdef
7
;
background
:
#
f78a7
7
;
}
.resource-share-tooltip
.level_7
::before
{
background
:
#
f78a77
;
background
:
#
8a8aa8
;
}
.resource-share-tooltip
.level_8
::before
{
background
:
#
8a8aa8
;
background
:
#
6fdef7
;
}
.resource-share-tooltip
.level_9
::before
{
background
:
#634cf0
;
}
...
...
@@ -243,7 +244,7 @@ export default defineComponent({
line-height
:
50px
;
border-radius
:
4px
;
color
:
#fff
;
background
:
#
0d488d
;
background
:
#
197ded
15
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
10px
0
10px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论