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
939944cf
Commit
939944cf
authored
Aug 07, 2018
by
汪晓凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
overview搜索栏样式
parent
9746fbbd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
overview.vue
src/views/overview.vue
+9
-8
No files found.
src/views/overview.vue
View file @
939944cf
...
@@ -31,11 +31,11 @@
...
@@ -31,11 +31,11 @@
<div
v-show=
"showWebFilter"
class=
"select-bar-content exchange"
:class=
"
{'unfold' : !foldExchange}">
<div
v-show=
"showWebFilter"
class=
"select-bar-content exchange"
:class=
"
{'unfold' : !foldExchange}">
<span
class=
"title"
>
交易所
</span>
<span
class=
"title"
>
交易所
</span>
<div
class=
"fr"
>
<div
class=
"fr"
>
<span
class=
"ellipsis"
v-show=
"webs.length>
3
&& foldExchange"
>
...
</span>
<span
class=
"ellipsis"
v-show=
"webs.length>
1
&& foldExchange"
>
...
</span>
<span
class=
"amount"
>
{{
checkedWebs
.
length
}}
</span>
<span
class=
"amount"
>
{{
checkedWebs
.
length
}}
</span>
<i
class=
"fold-button"
<i
class=
"fold-button"
:class=
"
{'el-icon-caret-left' : foldExchange, 'el-icon-caret-bottom' : !foldExchange}"
:class=
"
{'el-icon-caret-left' : foldExchange, 'el-icon-caret-bottom' : !foldExchange}"
v-show="webs.length>
3
"
v-show="webs.length>
1
"
@click="clickFoldExchange('web')">
</i>
@click="clickFoldExchange('web')">
</i>
</div>
</div>
<el-checkbox-button
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
全部
</el-checkbox-button>
<el-checkbox-button
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
全部
</el-checkbox-button>
...
@@ -46,11 +46,11 @@
...
@@ -46,11 +46,11 @@
<div
v-show=
"showCurrencyFilter"
class=
"select-bar-content currency"
:class=
"
{'unfold' : !foldExchange0}">
<div
v-show=
"showCurrencyFilter"
class=
"select-bar-content currency"
:class=
"
{'unfold' : !foldExchange0}">
<span
class=
"title"
>
币种
</span>
<span
class=
"title"
>
币种
</span>
<div
class=
"fr"
>
<div
class=
"fr"
>
<span
class=
"ellipsis"
v-show=
"currencies.length>
3
&& foldExchange0"
>
...
</span>
<span
class=
"ellipsis"
v-show=
"currencies.length>
1
&& foldExchange0"
>
...
</span>
<span
class=
"amount"
>
{{
checkedCurrencies
.
length
}}
</span>
<span
class=
"amount"
>
{{
checkedCurrencies
.
length
}}
</span>
<i
class=
"fold-button"
<i
class=
"fold-button"
:class=
"
{'el-icon-caret-left' : foldExchange0, 'el-icon-caret-bottom' : !foldExchange0}"
:class=
"
{'el-icon-caret-left' : foldExchange0, 'el-icon-caret-bottom' : !foldExchange0}"
v-show="currencies.length>
3
"
v-show="currencies.length>
1
"
@click="clickFoldExchange('currency')">
</i>
@click="clickFoldExchange('currency')">
</i>
</div>
</div>
<el-checkbox-button
:indeterminate=
"isIndeterminate0"
v-model=
"checkAll0"
@
change=
"handleCheckAllChange0"
>
全部
</el-checkbox-button>
<el-checkbox-button
:indeterminate=
"isIndeterminate0"
v-model=
"checkAll0"
@
change=
"handleCheckAllChange0"
>
全部
</el-checkbox-button>
...
@@ -74,8 +74,6 @@
...
@@ -74,8 +74,6 @@
</el-checkbox-group>
</el-checkbox-group>
</div>
</div>
</div>
</div>
</div>
<div
class=
"clearfix"
>
<div
v-show=
"!robotStatus"
class=
"search-box fr"
>
<div
v-show=
"!robotStatus"
class=
"search-box fr"
>
<el-input
v-model=
"robotAccount"
placeholder=
"通过机器人账户搜索"
>
<el-input
v-model=
"robotAccount"
placeholder=
"通过机器人账户搜索"
>
<el-button
@
click=
"searchByAccount"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"searchByAccount"
slot=
"append"
icon=
"el-icon-search"
></el-button>
...
@@ -564,8 +562,8 @@
...
@@ -564,8 +562,8 @@
float
:
right
;
float
:
right
;
.select-bar-content
{
.select-bar-content
{
float
:
left
;
float
:
left
;
width
:
260px
;
margin-left
:
10px
;
margin-left
:
10px
;
width
:
410px
;
padding
:
5px
10px
0
65px
;
padding
:
5px
10px
0
65px
;
background-color
:
#fff
;
background-color
:
#fff
;
border-radius
:
4px
;
border-radius
:
4px
;
...
@@ -573,6 +571,9 @@
...
@@ -573,6 +571,9 @@
z-index
:
100
;
z-index
:
100
;
height
:
38px
;
height
:
38px
;
overflow
:
hidden
;
overflow
:
hidden
;
&.pair
{
width
:
410px
;
}
.amount
{
.amount
{
line-height
:
26px
;
line-height
:
26px
;
...
@@ -732,7 +733,7 @@
...
@@ -732,7 +733,7 @@
margin-top
:
100px
;
margin-top
:
100px
;
}
}
.search-box
{
.search-box
{
width
:
41
0px
;
width
:
30
0px
;
margin
:
0px
0
20px
0
;
margin
:
0px
0
20px
0
;
}
}
</
style
>
</
style
>
...
...
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