Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中通客车项目
zhongtong-avi-web
Commits
6fe1ecfd
Commit
6fe1ecfd
authored
Oct 16, 2019
by
车宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(AVI工作区):样式统一
parent
61808aa1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
26 deletions
+12
-26
ComplexionPaint.vue
src/views/Monitor/components/ComplexionPaint.vue
+2
-4
Electrophoresis.vue
src/views/Monitor/components/Electrophoresis.vue
+2
-4
FinishedCar.vue
src/views/Monitor/components/FinishedCar.vue
+1
-3
MiddleCoat.vue
src/views/Monitor/components/MiddleCoat.vue
+4
-6
Putty.vue
src/views/Monitor/components/Putty.vue
+1
-3
SealedAnticorrosion.vue
src/views/Monitor/components/SealedAnticorrosion.vue
+1
-3
SheetMetalCar.vue
src/views/Monitor/components/SheetMetalCar.vue
+1
-3
No files found.
src/views/Monitor/components/ComplexionPaint.vue
View file @
6fe1ecfd
...
@@ -535,7 +535,7 @@
...
@@ -535,7 +535,7 @@
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
<div
class=
"onlineNum"
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p>
<p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p>
</div>
</div>
<Tooltip
<Tooltip
ref=
"toolRef"
ref=
"toolRef"
...
@@ -673,8 +673,6 @@ export default {
...
@@ -673,8 +673,6 @@ export default {
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
@@ -769,7 +767,7 @@ export default {
...
@@ -769,7 +767,7 @@ export default {
.paint-row-13-3
,
.paint-row-13-3
,
.paint-row-13-5
{
.paint-row-13-5
{
position
:
absolute
;
position
:
absolute
;
width
:
10
0
px
;
width
:
10
5
px
;
height
:
40px
;
height
:
40px
;
cursor
:
pointer
;
cursor
:
pointer
;
background
:
url("../../../assets/images/Monitor/monitor_car.png")
background
:
url("../../../assets/images/Monitor/monitor_car.png")
...
...
src/views/Monitor/components/Electrophoresis.vue
View file @
6fe1ecfd
...
@@ -435,7 +435,7 @@
...
@@ -435,7 +435,7 @@
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
<div
class=
"onlineNum"
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p>
<p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p>
</div>
</div>
<Tooltip
<Tooltip
ref=
"toolRef"
ref=
"toolRef"
...
@@ -567,8 +567,6 @@ export default {
...
@@ -567,8 +567,6 @@ export default {
background
:
rgba
(
0
,
7
,
12
,
1
);
background
:
rgba
(
0
,
7
,
12
,
1
);
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
@@ -639,7 +637,7 @@ export default {
...
@@ -639,7 +637,7 @@ export default {
.elect-row-13-4
,
.elect-row-13-4
,
.elect-row-13-5
{
.elect-row-13-5
{
position
:
absolute
;
position
:
absolute
;
width
:
10
0
px
;
width
:
10
5
px
;
height
:
40px
;
height
:
40px
;
cursor
:
pointer
;
cursor
:
pointer
;
background
:
url("../../../assets/images/Monitor/monitor_car.png")
background
:
url("../../../assets/images/Monitor/monitor_car.png")
...
...
src/views/Monitor/components/FinishedCar.vue
View file @
6fe1ecfd
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
<div
class=
"onlineNum"
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p>
<p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p>
</div>
</div>
<Tooltip
<Tooltip
ref=
"toolRef"
ref=
"toolRef"
...
@@ -265,8 +265,6 @@ export default {
...
@@ -265,8 +265,6 @@ export default {
background
:
rgba
(
0
,
7
,
12
,
1
);
background
:
rgba
(
0
,
7
,
12
,
1
);
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
...
src/views/Monitor/components/MiddleCoat.vue
View file @
6fe1ecfd
...
@@ -181,9 +181,9 @@
...
@@ -181,9 +181,9 @@
<p>
{{
query
[
'HDG5-20'
].
busNo
}}
</p>
<p>
{{
query
[
'HDG5-20'
].
busNo
}}
</p>
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
</div
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p
>
<div
class=
"onlineNum"
>
<
/div
>
<
p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p
>
</div>
</div>
<Tooltip
<Tooltip
ref=
"toolRef"
ref=
"toolRef"
...
@@ -313,8 +313,6 @@ export default {
...
@@ -313,8 +313,6 @@ export default {
background
:
rgba
(
0
,
7
,
12
,
1
);
background
:
rgba
(
0
,
7
,
12
,
1
);
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
@@ -355,7 +353,7 @@ export default {
...
@@ -355,7 +353,7 @@ export default {
.coat-row-4-4
,
.coat-row-4-4
,
.coat-row-4-5
{
.coat-row-4-5
{
position
:
absolute
;
position
:
absolute
;
width
:
10
0
px
;
width
:
10
5
px
;
height
:
50px
;
height
:
50px
;
cursor
:
pointer
;
cursor
:
pointer
;
background
:
url("../../../assets/images/Monitor/monitor_car.png")
background
:
url("../../../assets/images/Monitor/monitor_car.png")
...
...
src/views/Monitor/components/Putty.vue
View file @
6fe1ecfd
...
@@ -204,7 +204,7 @@
...
@@ -204,7 +204,7 @@
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
<div
class=
"onlineNum"
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p>
<p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p>
</div>
</div>
<!-- 信息展示弹窗 -->
<!-- 信息展示弹窗 -->
<Tooltip
<Tooltip
...
@@ -330,8 +330,6 @@ export default {
...
@@ -330,8 +330,6 @@ export default {
background
:
rgba
(
0
,
7
,
12
,
1
);
background
:
rgba
(
0
,
7
,
12
,
1
);
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
...
src/views/Monitor/components/SealedAnticorrosion.vue
View file @
6fe1ecfd
...
@@ -292,7 +292,7 @@
...
@@ -292,7 +292,7 @@
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
<div
class=
"onlineNum"
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p>
<p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p>
</div>
</div>
<!-- 详细信息展示组件 -->
<!-- 详细信息展示组件 -->
<Tooltip
<Tooltip
...
@@ -406,8 +406,6 @@ export default {
...
@@ -406,8 +406,6 @@ export default {
position
:
relative
;
position
:
relative
;
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
...
src/views/Monitor/components/SheetMetalCar.vue
View file @
6fe1ecfd
...
@@ -285,7 +285,7 @@
...
@@ -285,7 +285,7 @@
</div>
</div>
<!-- 实时车辆 -->
<!-- 实时车辆 -->
<div
class=
"onlineNum"
>
<div
class=
"onlineNum"
>
<p>
总量
<span>
{{
this
.
onlineNum
?
this
.
onlineNum
:
'0'
}}
</span></p>
<p>
总量
<span>
{{
this
.
onlineNum
!==
null
?
this
.
onlineNum
:
'0'
}}
</span></p>
</div>
</div>
<!-- 信息展示弹窗 -->
<!-- 信息展示弹窗 -->
<Tooltip
<Tooltip
...
@@ -419,8 +419,6 @@ export default {
...
@@ -419,8 +419,6 @@ export default {
background
:
rgba
(
0
,
7
,
12
,
1
);
background
:
rgba
(
0
,
7
,
12
,
1
);
.onlineNum
{
.onlineNum
{
position
:
absolute
;
position
:
absolute
;
color
:
#ffffff
;
z-index
:
999
;
right
:
300px
;
right
:
300px
;
top
:
50px
;
top
:
50px
;
color
:
#00b4ff
;
color
:
#00b4ff
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment