Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
周远喜
mes-ui
Commits
c5499681
Commit
c5499681
authored
Oct 09, 2020
by
骆瑛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改卡片颜色
parent
65289aaa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
deepBlank.less
assets/css/themes/deepBlank.less
+2
-0
default.less
assets/css/themes/default.less
+3
-1
green.less
assets/css/themes/green.less
+2
-0
index.vue
pages/those/index.vue
+5
-1
No files found.
assets/css/themes/deepBlank.less
View file @
c5499681
...
...
@@ -163,3 +163,5 @@
@stop_btn_col:#F62B65;
@incomplete_btn_col:rgba(255, 255, 255,0.4);
@over_btn_col:#106FFE;
//卡片
@card_box_bg: #ffffff;
\ No newline at end of file
assets/css/themes/default.less
View file @
c5499681
...
...
@@ -162,4 +162,6 @@
@loading_btn_col:#04bb8c;
@stop_btn_col:#ff6464;
@incomplete_btn_col:#182c51;
@over_btn_col:#106ffe;
\ No newline at end of file
@over_btn_col:#106ffe;
//卡片
@card_box_bg:#ffffff;
\ No newline at end of file
assets/css/themes/green.less
View file @
c5499681
...
...
@@ -163,3 +163,5 @@
@stop_btn_col:#ff6464;
@incomplete_btn_col:#182c51;
@over_btn_col:#106ffe;
//卡片
@card_box_bg:#ffffff;
pages/those/index.vue
View file @
c5499681
...
...
@@ -297,6 +297,10 @@ export default {
color: @over_btn_col;
}
}
// .card_more .card_box{
// background: @card_box_bg;
// color: #ffffff;
// }
</
style
>
<
style
lang=
"less"
scoped
>
.card_more {
...
...
@@ -305,7 +309,7 @@ export default {
height: auto;
.card_box {
margin: 0 0 60px 60px;
background:
#ffffff;
background:#ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
border-radius: 8px;
height: 220px;
...
...
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