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
321e46af
Commit
321e46af
authored
Jul 25, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
d3c9ff24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
account.vue
src/views/account.vue
+7
-3
overview.vue
src/views/overview.vue
+1
-0
No files found.
src/views/account.vue
View file @
321e46af
...
@@ -437,6 +437,10 @@
...
@@ -437,6 +437,10 @@
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.tips
{
color
:
red
;
margin-top
:
30px
;
}
.account-box
{
.account-box
{
padding
:
0
20px
;
padding
:
0
20px
;
line-height
:
40px
;
line-height
:
40px
;
...
@@ -516,10 +520,10 @@
...
@@ -516,10 +520,10 @@
}
}
</
style
>
</
style
>
<
style
>
<
style
>
.el-select-dropdown__item.selected
.tag
{
float
:
right
;
}
.account-box
{
.account-box
{
.el-select-dropdown__item.selected
.tag
{
float
:
right
;
}
.select-bar-content
{
.select-bar-content
{
.
el-checkbox-button
:
last-child
.
el-checkbox-button__inner
,
.
el-checkbox-button
:
first-child
.
el-checkbox-button__inner
{
.
el-checkbox-button
:
last-child
.
el-checkbox-button__inner
,
.
el-checkbox-button
:
first-child
.
el-checkbox-button__inner
{
border-radius
:
3px
;
border-radius
:
3px
;
...
...
src/views/overview.vue
View file @
321e46af
...
@@ -214,6 +214,7 @@
...
@@ -214,6 +214,7 @@
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
this
.
robotStatus
=
''
,
//机器人状态
this
.
webs
=
this
.
webs
.
length
===
0
&&
sessionStorage
.
getItem
(
'webs'
)
?
JSON
.
parse
(
sessionStorage
.
getItem
(
'webs'
))
:
this
.
webs
;
this
.
webs
=
this
.
webs
.
length
===
0
&&
sessionStorage
.
getItem
(
'webs'
)
?
JSON
.
parse
(
sessionStorage
.
getItem
(
'webs'
))
:
this
.
webs
;
this
.
currencies
=
this
.
currencies
.
length
===
0
&&
sessionStorage
.
getItem
(
'currencies'
)
?
JSON
.
parse
(
sessionStorage
.
getItem
(
'currencies'
))
:
this
.
currencies
;
this
.
currencies
=
this
.
currencies
.
length
===
0
&&
sessionStorage
.
getItem
(
'currencies'
)
?
JSON
.
parse
(
sessionStorage
.
getItem
(
'currencies'
))
:
this
.
currencies
;
const
RoutePath
=
this
.
$route
.
params
.
name
;
const
RoutePath
=
this
.
$route
.
params
.
name
;
...
...
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