Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
lanzhou-transportation
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
lanzhou
lanzhou-transportation
Commits
60428317
提交
60428317
authored
3月 31, 2021
作者:
tangwang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
3-31
上级
172d0a05
流水线
#2020
已通过 于阶段
in 1 分 23 秒
变更
16
流水线
1
显示空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
69 行增加
和
64 行删除
+69
-64
Home.vue
src/views/Home.vue
+3
-3
left-component1.vue
src/views/left1/left-component1.vue
+1
-1
left-component2.vue
src/views/left2/left-component2.vue
+1
-1
left-component3.vue
src/views/left3/left-component3.vue
+1
-1
left-component4.vue
src/views/left4/left-component4.vue
+1
-1
left-component5.vue
src/views/left5/left-component5.vue
+1
-1
right-component1.vue
src/views/right1/right-component1.vue
+1
-1
right-component2.vue
src/views/right2/right-component2.vue
+1
-1
right-component3.vue
src/views/right3/right-component3.vue
+1
-1
right-component4.vue
src/views/right4/right-component4.vue
+1
-1
right-component5.vue
src/views/right5/right-component5.vue
+1
-1
top-component1.vue
src/views/top/top-component1.vue
+13
-12
top-component2.vue
src/views/top/top-component2.vue
+11
-10
top-component3.vue
src/views/top/top-component3.vue
+10
-9
top-component4.vue
src/views/top/top-component4.vue
+11
-10
top-component5.vue
src/views/top/top-component5.vue
+11
-10
没有找到文件。
src/views/Home.vue
浏览文件 @
60428317
...
...
@@ -169,7 +169,7 @@ export default {
z-index
:
999
;
.home-content-top
{
position
:
absolute
;
max-width
:
16
00px
;
max-width
:
20
00px
;
min-width
:
1360px
;
width
:
50%
;
top
:
0
;
...
...
@@ -178,8 +178,8 @@ export default {
}
.home-content-top2
{
position
:
absolute
;
max-width
:
8
00px
;
min-width
:
6
60px
;
max-width
:
20
00px
;
min-width
:
13
60px
;
width
:
50%
;
top
:
0
;
left
:
50%
;
...
...
src/views/left1/left-component1.vue
浏览文件 @
60428317
...
...
@@ -113,7 +113,7 @@ export default {
<
style
lang=
"scss"
>
.left-component1
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.9
),
rgba
(
0
,
0
,
0
,
0.1
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/left2/left-component2.vue
浏览文件 @
60428317
...
...
@@ -85,7 +85,7 @@ export default {
<
style
lang=
"scss"
>
.left-component2
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.9
),
rgba
(
0
,
0
,
0
,
0.1
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/left3/left-component3.vue
浏览文件 @
60428317
...
...
@@ -73,7 +73,7 @@ export default {
<
style
lang=
"scss"
>
.left-component3
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.9
),
rgba
(
0
,
0
,
0
,
0.1
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/left4/left-component4.vue
浏览文件 @
60428317
...
...
@@ -85,7 +85,7 @@ export default {
<
style
lang=
"scss"
>
.left-component4
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.9
),
rgba
(
0
,
0
,
0
,
0.1
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/left5/left-component5.vue
浏览文件 @
60428317
...
...
@@ -28,7 +28,7 @@ export default {
<
style
lang=
"scss"
>
.left-component5
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.1
),
rgba
(
0
,
0
,
0
,
0.9
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/right1/right-component1.vue
浏览文件 @
60428317
...
...
@@ -258,7 +258,7 @@ export default {
<
style
lang=
"scss"
>
.right-component1
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.1
),
rgba
(
0
,
0
,
0
,
0.9
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/right2/right-component2.vue
浏览文件 @
60428317
...
...
@@ -37,7 +37,7 @@ export default {
<
style
lang=
"scss"
>
.right-component2
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.1
),
rgba
(
0
,
0
,
0
,
0.9
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/right3/right-component3.vue
浏览文件 @
60428317
...
...
@@ -120,7 +120,7 @@ export default {
<
style
lang=
"scss"
>
.right-component3
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.1
),
rgba
(
0
,
0
,
0
,
0.9
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/right4/right-component4.vue
浏览文件 @
60428317
...
...
@@ -122,7 +122,7 @@ export default {
<
style
lang=
"scss"
>
.right-component4
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.1
),
rgba
(
0
,
0
,
0
,
0.9
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/right5/right-component5.vue
浏览文件 @
60428317
...
...
@@ -133,7 +133,7 @@ export default {
<
style
lang=
"scss"
>
.right-component5
{
width
:
600px
;
height
:
96
0px
;
height
:
112
0px
;
background
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0.1
),
rgba
(
0
,
0
,
0
,
0.9
));
color
:
#fff
;
padding
:
16px
;
...
...
src/views/top/top-component1.vue
浏览文件 @
60428317
<
template
>
<div
class=
"top-component"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<div
class=
"top-title"
style=
"width: 100%"
>
<img
src=
"./../../assets/images/兰州_03.png"
style=
"width: 100%"
alt=
""
/>
</div>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
...
...
@@ -9,8 +9,8 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
公交车
</span>
</p>
<p>
<span>
在线车辆数
<em>
200
1
6
</em>
辆
</span>
<span>
总车辆数
<em>
3060
0
</em>
辆
</span>
<span>
在线车辆数
<em>
2006
</em>
辆
</span>
<span>
总车辆数
<em>
1306
0
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -18,8 +18,8 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
出租车
</span>
</p>
<p>
<span>
在线车辆数
<em>
2
10016
</em>
辆
</span>
<span>
总车辆数
<em>
2
65600
</em>
辆
</span>
<span>
在线车辆数
<em>
10016
</em>
辆
</span>
<span>
总车辆数
<em>
65600
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -27,8 +27,8 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
自行车
</span>
</p>
<p>
<span>
在线车辆数
<em>
1
8
0162
</em>
辆
</span>
<span>
总车辆数
<em>
30
5
600
</em>
辆
</span>
<span>
在线车辆数
<em>
10162
</em>
辆
</span>
<span>
总车辆数
<em>
30600
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -67,6 +67,7 @@ export default {
color
:
#ffffff
;
display
:
flex
;
justify-content
:
space-between
;
font-size
:
20px
;
.l-item
{
p
{
text-align
:
center
;
...
...
@@ -74,15 +75,15 @@ export default {
>
span
{
margin
:
0
10px
;
em
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
margin
:
0
2px
;
}
}
}
.l-item-span
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
}
.l-item-bg
{
display
:
inline-block
;
...
...
src/views/top/top-component2.vue
浏览文件 @
60428317
<
template
>
<div
class=
"top-component2"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<div
class=
"top-title"
style=
"width: 100%"
>
<img
src=
"./../../assets/images/兰州_03.png"
style=
"width: 100%"
alt=
""
/>
</div>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
<p><i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
离线
</span></p>
<p>
<span><em>
48
</em>
辆
</span>
<span><em>
48
78
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
<p><i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
空驾
</span></p>
<p>
<span><em>
18
</em>
辆
</span>
<span><em>
1
45
8
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
<p><i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
载客
</span></p>
<p>
<span>
<em>
54
</em>
辆
</span>
<span>
<em>
78
54
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -27,7 +27,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
总车数
</span>
</p>
<p>
<span>
<em>
54
</em>
辆
</span>
<span>
<em>
45
54
</em>
辆
</span>
</p>
</div>
</div>
...
...
@@ -57,6 +57,7 @@ export default {
color
:
#ffffff
;
display
:
flex
;
justify-content
:
space-around
;
font-size
:
20px
;
.l-item
{
p
{
text-align
:
center
;
...
...
@@ -64,15 +65,15 @@ export default {
>
span
{
margin
:
0
10px
;
em
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
margin
:
0
2px
;
}
}
}
.l-item-span
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
}
.l-item-bg
{
display
:
inline-block
;
...
...
src/views/top/top-component3.vue
浏览文件 @
60428317
<
template
>
<div
class=
"top-component3"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<div
class=
"top-title"
style=
"width: 100%"
>
<img
src=
"./../../assets/images/兰州_03.png"
style=
"width: 100%"
alt=
""
/>
</div>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
...
...
@@ -9,7 +9,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
上行车辆
</span>
</p>
<p>
<span><em>
48
</em>
辆
</span>
<span><em>
48
01
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -17,7 +17,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
下行车辆
</span>
</p>
<p>
<span><em>
18
</em>
辆
</span>
<span><em>
18
10
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -25,7 +25,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
停运车辆
</span>
</p>
<p>
<span>
<em>
54
</em>
辆
</span>
<span>
<em>
5
10
4
</em>
辆
</span>
</p>
</div>
</div>
...
...
@@ -55,6 +55,7 @@ export default {
color
:
#ffffff
;
display
:
flex
;
justify-content
:
space-around
;
font-size
:
20px
;
.l-item
{
p
{
text-align
:
center
;
...
...
@@ -62,15 +63,15 @@ export default {
>
span
{
margin
:
0
10px
;
em
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
margin
:
0
2px
;
}
}
}
.l-item-span
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
}
.l-item-bg
{
display
:
inline-block
;
...
...
src/views/top/top-component4.vue
浏览文件 @
60428317
<
template
>
<div
class=
"top-component3"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<div
class=
"top-title"
style=
"width: 100%"
>
<img
src=
"./../../assets/images/兰州_03.png"
style=
"width: 100%"
alt=
""
/>
</div>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
...
...
@@ -9,13 +9,13 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
可还车桩
</span>
</p>
<p>
<span><em>
48
</em>
辆
</span>
<span><em>
4
21
8
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
<p><i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
在线
</span></p>
<p>
<span><em>
18
</em>
辆
</span>
<span><em>
18
54
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -23,7 +23,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
总车数
</span>
</p>
<p>
<span>
<em>
54
</em>
辆
</span>
<span>
<em>
5
54
4
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -31,7 +31,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
总站点数
</span>
</p>
<p>
<span>
<em>
542
</em>
辆
</span>
<span>
<em>
542
4
</em>
辆
</span>
</p>
</div>
</div>
...
...
@@ -61,6 +61,7 @@ export default {
color
:
#ffffff
;
display
:
flex
;
justify-content
:
space-around
;
font-size
:
20px
;
.l-item
{
p
{
text-align
:
center
;
...
...
@@ -68,15 +69,15 @@ export default {
>
span
{
margin
:
0
10px
;
em
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
margin
:
0
2px
;
}
}
}
.l-item-span
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
}
.l-item-bg
{
display
:
inline-block
;
...
...
src/views/top/top-component5.vue
浏览文件 @
60428317
<
template
>
<div
class=
"top-component5"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<div
class=
"top-title"
style=
"width: 100%"
>
<img
src=
"./../../assets/images/兰州_03.png"
style=
"width: 100%"
alt=
""
/>
</div>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
...
...
@@ -9,13 +9,13 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
在线
</span>
</p>
<p>
<span><em>
48
</em>
辆
</span>
<span><em>
4
45
8
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
<p><i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
告警
</span></p>
<p>
<span><em>
18
</em>
辆
</span>
<span><em>
18
54
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -23,7 +23,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
离线
</span>
</p>
<p>
<span>
<em>
54
</em>
辆
</span>
<span>
<em>
5
54
4
</em>
辆
</span>
</p>
</div>
<div
class=
"l-item"
>
...
...
@@ -31,7 +31,7 @@
<i
class=
"l-item-bg"
></i>
<span
class=
"l-item-span"
>
总船数
</span>
</p>
<p>
<span>
<em>
542
</em>
辆
</span>
<span>
<em>
542
4
</em>
辆
</span>
</p>
</div>
</div>
...
...
@@ -61,6 +61,7 @@ export default {
color
:
#ffffff
;
display
:
flex
;
justify-content
:
space-around
;
font-size
:
20px
;
.l-item
{
p
{
text-align
:
center
;
...
...
@@ -68,15 +69,15 @@ export default {
>
span
{
margin
:
0
10px
;
em
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
margin
:
0
2px
;
}
}
}
.l-item-span
{
color
:
#
37dbfe
;
font-size
:
18
px
;
color
:
#
f4bd39
;
font-size
:
32
px
;
}
.l-item-bg
{
display
:
inline-block
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论