Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
70a3d412
Commit
70a3d412
authored
Jul 19, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
795c2e04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
RobotDetails.vue
src/views/RobotDetails.vue
+10
-2
No files found.
src/views/RobotDetails.vue
View file @
70a3d412
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
</p>
</p>
<p
class=
"item"
>
<p
class=
"item"
>
<span
class=
"type-name"
>
比例
</span>
<span
class=
"type-name"
>
比例
</span>
<span>
{{
robotInfo
.
coin_percent
*
100
+
'%'
}}
(总量/标准)
</span>
<span
:class=
"robotInfo.coin_status"
>
{{
robotInfo
.
coin_percent
*
100
+
'%'
}}
(总量/标准)
</span>
</p>
</p>
</div>
</div>
<div
class=
"handle-content"
v-loading=
"Loading"
element-loading-text=
"正在刷新数据"
>
<div
class=
"handle-content"
v-loading=
"Loading"
element-loading-text=
"正在刷新数据"
>
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
</p>
</p>
<p
class=
"item"
>
<p
class=
"item"
>
<span
class=
"type-name"
>
比例
</span>
<span
class=
"type-name"
>
比例
</span>
<span>
{{
robotInfo
.
base_percent
*
100
+
'%'
}}
(总量/标准)
</span>
<span
:class=
"robotInfo.base_status"
>
{{
robotInfo
.
base_percent
*
100
+
'%'
}}
(总量/标准)
</span>
</p>
</p>
</div>
</div>
<!-- 充币弹框 -->
<!-- 充币弹框 -->
...
@@ -995,6 +995,14 @@
...
@@ -995,6 +995,14 @@
line-height
:
18px
;
line-height
:
18px
;
font-size
:
13px
;
font-size
:
13px
;
color
:
rgba
(
51
,
51
,
51
,
1
);
color
:
rgba
(
51
,
51
,
51
,
1
);
.abnormal
{
color
:
rgb
(
217
,
120
,
120
);
border
:
none
;
}
.normal
{
color
:
rgba
(
76
,
171
,
115
,
1
);
border
:
none
;
}
/*margin-bottom: 4px;*/
/*margin-bottom: 4px;*/
.type-name
{
.type-name
{
display
:
inline-block
;
display
:
inline-block
;
...
...
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