Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform-ui
Commits
688beb4d
Commit
688beb4d
authored
Aug 30, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航列表新增el-button样式
parent
b4112c2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
141 additions
and
0 deletions
+141
-0
List.vue
src/views/navigate/List.vue
+141
-0
No files found.
src/views/navigate/List.vue
View file @
688beb4d
...
@@ -46,4 +46,145 @@ export default {
...
@@ -46,4 +46,145 @@ export default {
.component-item{
.component-item{
min-height: 100px;
min-height: 100px;
}
}
// 自定义el-button样式
// goon
.el-button--goon.is-active,
.el-button--goon:active {
background: #20B2AA;
border-color: #20B2AA;
color: #fff;
}
.el-button--goon:focus,
.el-button--goon:hover {
background: #48D1CC ;
border-color: #48D1CC;
color: #fff;
}
.el-button--goon {
color: #FFF;
background-color: #20B2AA;
border-color: #20B2AA;
}
// blue
.el-button--blue.is-active,
.el-button--blue:active {
background: #324157;
border-color: #324157;
color: #fff;
}
.el-button--blue:focus,
.el-button--blue:hover {
background: #324157 ;
border-color: #324157;
color: #fff;
}
.el-button--blue {
color: #FFF;
background-color: #324157;
border-color: #324157;
}
// light-blue
.el-button--light-blue.is-active,
.el-button--light-blue:active {
background: #3A71A8;
border-color: #3A71A8;
color: #fff;
}
.el-button--light-blue:focus,
.el-button--light-blue:hover {
background: #3A71A8 ;
border-color: #3A71A8;
color: #fff;
}
.el-button--light-blue {
color: #FFF;
background-color: #3A71A8;
border-color: #3A71A8;
}
// red
.el-button--red.is-active,
.el-button--red:active {
background: #C03639;
border-color: #C03639;
color: #fff;
}
.el-button--red:focus,
.el-button--red:hover {
background: #C03639 ;
border-color: #C03639;
color: #fff;
}
.el-button--red {
color: #FFF;
background-color: #C03639;
border-color: #C03639;
}
// pink
.el-button--pink.is-active,
.el-button--pink:active {
background: #E65D6E;
border-color: #E65D6E;
color: #fff;
}
.el-button--pink:focus,
.el-button--pink:hover {
background: #E65D6E ;
border-color: #E65D6E;
color: #fff;
}
.el-button--pink {
color: #FFF;
background-color: #E65D6E;
border-color: #E65D6E;
}
// green
.el-button--green.is-active,
.el-button--green:active {
background: #30B08F;
border-color: #30B08F;
color: #fff;
}
.el-button--green:focus,
.el-button--green:hover {
background: #30B08F ;
border-color: #30B08F;
color: #fff;
}
.el-button--green {
color: #FFF;
background-color: #30B08F;
border-color: #30B08F;
}
// yellow
.el-button--yellow.is-active,
.el-button--yellow:active {
background: #FEC171;
border-color: #FEC171;
color: #fff;
}
.el-button--yellow:focus,
.el-button--yellow:hover {
background: #FEC171 ;
border-color: #FEC171;
color: #fff;
}
.el-button--yellow {
color: #FFF;
background-color: #FEC171;
border-color: #FEC171;
}
</
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