Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
f9e7725e
提交
f9e7725e
authored
11月 17, 2021
作者:
胡园辉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(样式修改)
上级
325fb73c
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
22 行增加
和
23 行删除
+22
-23
head.vue
src/layout/head.vue
+15
-16
index.vue
src/views/dataCenter/ConctructSystem/index.vue
+3
-3
index.vue
src/views/dataCenter/innovation/model/Munitions/index.vue
+2
-2
index.vue
src/views/dataCenter/innovation/model/Outline/index.vue
+2
-2
没有找到文件。
src/layout/head.vue
浏览文件 @
f9e7725e
...
...
@@ -18,15 +18,11 @@
<nav>
{{
item
.
name
}}
</nav>
</div>
</el-col>
</el-row>
-->
</el-row>
-->
<div
class=
"container"
>
<!-- 二级导航栏 -->
<el-row
v-if=
"(secodndList || []).length > 0"
class=
"second-nav"
:gutter=
"20"
>
<el-row
v-if=
"(secodndList || []).length > 0"
class=
"second-nav"
:gutter=
"20"
>
<el-col
v-for=
"(item, index) in secodndList"
:key=
"index"
:span=
"4"
>
<el-card
shadow=
"hover"
...
...
@@ -34,9 +30,7 @@
'second-active-nav': index === secondIndex,
}"
@click="secondHandle(item, index)"
>
{{
item
.
name
}}
</el-card>
>
{{
item
.
name
}}
</el-card>
</el-col>
</el-row>
...
...
@@ -44,8 +38,9 @@
<el-row
v-if=
"curRouteHistoy.length > 0"
class=
"proceed-record"
>
<el-col
class=
"nav-history"
:span=
"18"
>
<el-row
class=
"pointer"
@
click=
"$router.go(-1)"
align=
"middle"
>
<el-icon><ArrowLeftBold
/></el-icon>
返回
<el-icon>
<ArrowLeftBold
/>
</el-icon>
返回
<el-divider
direction=
"vertical"
></el-divider>
</el-row>
...
...
@@ -62,9 +57,14 @@
<el-icon
v-if=
"index > 0"
:color=
"index === curRouteHistoy.length - 1 ? '#409EFC' : ''"
><CaretRight
/></el-icon>
{{
item
.
label
}}
>
<CaretRight
/>
</el-icon>
<span
:class=
"
{
'lignht-color': index === curRouteHistoy.length - 1,
}"
>
{{
item
.
label
}}
</span>
</div>
</el-col>
</el-col>
...
...
@@ -79,8 +79,7 @@
active: index === curYearIndex,
}"
@click="yearHandle(index)"
>
{{
item
}}
年
</span
>
>
{{
item
}}
年
</span>
</div>
</el-col>
</el-row>
...
...
src/views/dataCenter/ConctructSystem/index.vue
浏览文件 @
f9e7725e
...
...
@@ -124,11 +124,11 @@ export default defineComponent({
});
</
script
>
<
style
lang=
"scss"
scoped
>
::v-deep
.
Progress
.
el-progress__text
{
::v-deep
.el-progress__text
{
position
:
relative
;
top
:
-20px
;
left
:
65px
;
font-size
:
18px
;
font-size
:
20px
!
important
;
color
:
#4198ff
;
}
.card-item
{
...
...
@@ -171,7 +171,7 @@ export default defineComponent({
left
:
80px
;
top
:
20px
;
font-size
:
14px
;
letter-spacing
:
0
.5em
;
//
letter-spacing: 0.5em;
}
}
}
...
...
src/views/dataCenter/innovation/model/Munitions/index.vue
浏览文件 @
f9e7725e
...
...
@@ -109,7 +109,7 @@ export default defineComponent({
html
+=
`<div class="munition-echart ">
<span class=" title color_1">
${
params
[
0
].
axisValue
}
市</span>
<br />
<span class="text text-color_1">
${
params
[
0
].
data
.
value
}
</span>
个
<span class="text text-color_1">
${
params
[
0
].
data
.
value
}
</span>
亿元
</div>
`
;
...
...
@@ -126,7 +126,7 @@ export default defineComponent({
},
yAxis
:
{
type
:
"value"
,
name
:
"
数量(次
)"
,
name
:
"
金额(亿元
)"
,
min
:
0
,
max
:
500
,
},
...
...
src/views/dataCenter/innovation/model/Outline/index.vue
浏览文件 @
f9e7725e
...
...
@@ -4,11 +4,11 @@
<div
class=
"describes"
>
<div
class=
"text"
>
各市军民协同创新指标情况
</div>
</div>
<el-row>
<
!--
<
el-row>
<el-button>
2019年
</el-button>
<el-button>
2020年
</el-button>
<el-button
type=
"primary"
>
2021年上半年
</el-button>
</el-row>
</el-row>
-->
<div
id=
"synergyInnovation"
class=
"line"
></div>
</div>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论