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
b1fba7db
Commit
b1fba7db
authored
Oct 09, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(详情显示弹窗): 优化样式
parent
82ef2aaa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
+32
-2
Tooltip.vue
src/views/Monitor/components/Tooltip.vue
+10
-2
index.vue
src/views/Monitor/index.vue
+22
-0
No files found.
src/views/Monitor/components/Tooltip.vue
View file @
b1fba7db
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
>
>
<p><span>
销售订单号:
</span><span>
销售订单号
</span></p>
<p><span>
销售订单号:
</span><span>
销售订单号
</span></p>
<p><span>
主计划工单号:
</span><span>
SCA11233
</span></p>
<p><span>
主计划工单号:
</span><span>
SCA11233
</span></p>
<p><span>
车间计划工单号:
</span><span>
SCA11233
</span></p>
<p><span>
车间计划工单号:
</span><span>
SCA1123
asadasd
3
</span></p>
<p><span>
车型:
</span><span>
SCA11233
</span></p>
<p><span>
车型:
</span><span>
SCA11233
</span></p>
<p><span>
订单数量:
</span><span>
SCA11233
</span></p>
<p><span>
订单数量:
</span><span>
SCA11233
</span></p>
<p><span>
单位:
</span><span>
SCA11233
</span></p>
<p><span>
单位:
</span><span>
SCA11233
</span></p>
...
@@ -57,7 +57,7 @@ export default {
...
@@ -57,7 +57,7 @@ export default {
position
:
absolute
;
position
:
absolute
;
padding
:
20px
0
0
0
;
padding
:
20px
0
0
0
;
width
:
260px
;
width
:
260px
;
height
:
2
33
px
;
height
:
2
66
px
;
border-radius
:
9px
;
border-radius
:
9px
;
background
:
#000000
;
background
:
#000000
;
opacity
:
0
.8
;
opacity
:
0
.8
;
...
@@ -68,14 +68,22 @@ export default {
...
@@ -68,14 +68,22 @@ export default {
margin
:
5px
0
;
margin
:
5px
0
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
bold
;
font-weight
:
bold
;
overflow
:
hidden
;
span
:nth-child
(
1
)
{
span
:nth-child
(
1
)
{
display
:
block
;
width
:
120px
;
width
:
120px
;
float
:
left
;
float
:
left
;
text-align
:
right
;
text-align
:
right
;
}
}
span
:nth-child
(
2
)
{
span
:nth-child
(
2
)
{
display
:
block
;
float
:
left
;
width
:
110px
;
margin-left
:
15px
;
margin-left
:
15px
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
}
}
}
...
...
src/views/Monitor/index.vue
View file @
b1fba7db
...
@@ -50,6 +50,9 @@
...
@@ -50,6 +50,9 @@
<div
class=
"t-m-pre-degreasing"
></div>
<div
class=
"t-m-pre-degreasing"
></div>
<div
class=
"t-m-electrophoresis-up"
></div>
<div
class=
"t-m-electrophoresis-up"
></div>
<div
class=
"t-m-station"
></div>
<div
class=
"t-m-station"
></div>
<!-- 中间两车道点 -->
<div
class=
"m-m-station-1"
></div>
<div
class=
"m-m-station-2"
></div>
<!--上右区-->
<!--上右区-->
<div
class=
"t-r-pretreatment-line-1"
></div>
<div
class=
"t-r-pretreatment-line-1"
></div>
<div
class=
"t-r-pretreatment-line-2"
></div>
<div
class=
"t-r-pretreatment-line-2"
></div>
...
@@ -67,6 +70,7 @@
...
@@ -67,6 +70,7 @@
<div
class=
"l-station-3"
></div>
<div
class=
"l-station-3"
></div>
<div
class=
"l-station-4"
></div>
<div
class=
"l-station-4"
></div>
<div
class=
"l-station-5"
></div>
<div
class=
"l-station-5"
></div>
<div
class=
"l-station-6"
></div>
<!--下区-->
<!--下区-->
<div
class=
"b-column-1-electrophoresis-baking-1"
></div>
<div
class=
"b-column-1-electrophoresis-baking-1"
></div>
<div
class=
"b-column-1-electrophoresis-baking-2"
></div>
<div
class=
"b-column-1-electrophoresis-baking-2"
></div>
...
@@ -605,6 +609,18 @@
...
@@ -605,6 +609,18 @@
left
:
396px
;
left
:
396px
;
}
}
// 中间两车道点
// 车道点1
.m-m-station-1
{
top
:
275px
;
left
:
320px
;
}
// 车道点2
.m-m-station-2
{
top
:
300px
;
left
:
320px
;
}
// 上右区
// 上右区
// 预处理第一行
// 预处理第一行
.t-r-pretreatment-line-1
{
.t-r-pretreatment-line-1
{
...
@@ -693,6 +709,12 @@
...
@@ -693,6 +709,12 @@
// 车道点5
// 车道点5
.l-station-5
{
.l-station-5
{
left
:
55px
;
top
:
396px
;
}
// 车道点6
.l-station-6
{
left
:
55px
;
left
:
55px
;
top
:
430px
;
top
:
430px
;
}
}
...
...
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