Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f401da2a
authored
May 13, 2021
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
x
parent
f4466472
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
110 additions
and
1 deletions
src/assets/css/store/list.less
src/assets/css/store/list.min.css
src/views/Store/list.vue
src/assets/css/store/list.less
0 → 100644
View file @
f401da2a
.store-con{
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #E5EBF6;
padding:20px;
.search-btn{
cursor: pointer;
width: 76px;
height: 37px;
line-height: 37px;
background: #1969F9;
border-radius: 2px;
font-size: 14px;
color:#fff;
text-align: center;
&:hover{
background: #0050E0;
}
}
.btn-nav{
margin-top: 11px;
margin-bottom: 22px;
.update{
width: 66px;
height: 26px;
line-height: 26px;
text-align: center;
background: #FFEEDD;
border: 1px solid #FF870D;
border-radius: 2px;
color:#FF870D;
font-size: 14px;
cursor: pointer;
width: 66px;
i{margin-left: 3px;}
&:hover{
background: #FCA955;
color:#fff;
}
}
.dcg{
width: 66px;
height: 26px;
border-radius: 2px;
text-align: center;
line-height: 26px;
border: 1px solid #1969F9;
background: #E5EEFF;
color:#1969F9;
margin-left: 10px;
font-size: 14px;
transition: all 0.5s;
&:hover{
background: #1969F9;
cursor: pointer;
color:#fff;
}
&.heti{
width:56px;
background: #fff;
&:hover{
background: #E5EEFF;
color:#1969F9;
}
}
&.xjk{
position: relative;
left:-11px;
border-left:1px solid #1969F9;
&:hover{
border-left:1px solid #1969F9;
}
}
}
}
.updatebox{
position: relative;
.selectdw{
height: 36px;
width: 36px;
position: absolute;
top: 1px;
right: 2px;
.el-select {
width: 36px;
border-left:1px solid #C0C4CC;
input{
border:0px;
padding:0px;
height: 36px;
width: 36px;
font-size: 14px;
color: #333;
text-align: center;
}
.el-input__prefix, .el-input__suffix{display: none!important;}
}
}
}
}
\ No newline at end of file
src/assets/css/store/list.min.css
0 → 100644
View file @
f401da2a
.store-con
{
background
:
#FFFFFF
;
border-radius
:
4px
;
border
:
1px
solid
#E5EBF6
;
padding
:
20px
}
.store-con
.search-btn
{
cursor
:
pointer
;
width
:
76px
;
height
:
37px
;
line-height
:
37px
;
background
:
#1969F9
;
border-radius
:
2px
;
font-size
:
14px
;
color
:
#fff
;
text-align
:
center
}
.store-con
.search-btn
:hover
{
background
:
#0050E0
}
.store-con
.btn-nav
{
margin-top
:
11px
;
margin-bottom
:
22px
}
.store-con
.btn-nav
.update
{
height
:
26px
;
line-height
:
26px
;
text-align
:
center
;
background
:
#FFEEDD
;
border
:
1px
solid
#FF870D
;
border-radius
:
2px
;
color
:
#FF870D
;
font-size
:
14px
;
cursor
:
pointer
;
width
:
66px
}
.store-con
.btn-nav
.update
i
{
margin-left
:
3px
}
.store-con
.btn-nav
.update
:hover
{
background
:
#FCA955
;
color
:
#fff
}
.store-con
.btn-nav
.dcg
{
width
:
66px
;
height
:
26px
;
border-radius
:
2px
;
text-align
:
center
;
line-height
:
26px
;
border
:
1px
solid
#1969F9
;
background
:
#E5EEFF
;
color
:
#1969F9
;
margin-left
:
10px
;
font-size
:
14px
;
transition
:
all
.5s
}
.store-con
.btn-nav
.dcg
:hover
{
background
:
#1969F9
;
cursor
:
pointer
;
color
:
#fff
}
.store-con
.btn-nav
.dcg.heti
{
width
:
56px
;
background
:
#fff
}
.store-con
.btn-nav
.dcg.heti
:hover
{
background
:
#E5EEFF
;
color
:
#1969F9
}
.store-con
.btn-nav
.dcg.xjk
{
position
:
relative
;
left
:
-11px
;
border-left
:
1px
solid
#1969F9
}
.store-con
.btn-nav
.dcg.xjk
:hover
{
border-left
:
1px
solid
#1969F9
}
.store-con
.updatebox
{
position
:
relative
}
.store-con
.updatebox
.selectdw
{
height
:
36px
;
width
:
36px
;
position
:
absolute
;
top
:
1px
;
right
:
2px
}
.store-con
.updatebox
.selectdw
.el-select
{
width
:
36px
;
border-left
:
1px
solid
#C0C4CC
}
.store-con
.updatebox
.selectdw
.el-select
input
{
border
:
0px
;
padding
:
0px
;
height
:
36px
;
width
:
36px
;
font-size
:
14px
;
color
:
#333
;
text-align
:
center
}
.store-con
.updatebox
.selectdw
.el-select
.el-input__prefix
,
.store-con
.updatebox
.selectdw
.el-select
.el-input__suffix
{
display
:
none
!important
}
\ No newline at end of file
src/views/Store/list.vue
View file @
f401da2a
...
@@ -309,5 +309,5 @@
...
@@ -309,5 +309,5 @@
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
@import
"../../assets/css/
list
/list.min.css"
;
@import
"../../assets/css/
store
/list.min.css"
;
</
style
>
</
style
>
\ No newline at end of file
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