Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-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
easyUI
hls-easy-ui
Commits
1c639902
Commit
1c639902
authored
Jul 10, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组建默认颜色
parent
e38e00ee
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
variables.less
packages/common/styles/variables.less
+1
-1
index.vue
packages/components/CheckBox/index.vue
+1
-0
Item.vue
packages/components/ListItem/Item.vue
+3
-2
radio.vue
packages/components/Radio/radio.vue
+1
-1
index.vue
packages/components/Switch/index.vue
+1
-1
No files found.
packages/common/styles/variables.less
View file @
1c639902
...
...
@@ -21,7 +21,7 @@
@divider-color:#fafafa;
@switch-box-bg:#48D2A0;
@check-box-bg:@theme-color;
@radio-box-bg:
@theme-color
;
@radio-box-bg:
#ff00ff
;
/**
...
...
packages/components/CheckBox/index.vue
View file @
1c639902
...
...
@@ -48,6 +48,7 @@ export default {
</
script
>
<
style
lang=
"less"
>
@import "../../common/styles/variables";
.h-checkbox {
//width: 42px;
//height: 42px;
...
...
packages/components/ListItem/Item.vue
View file @
1c639902
...
...
@@ -109,6 +109,7 @@ export default {
</
script
>
<
style
lang=
"less"
>
@import "../../common/styles/variables";
.hls-item {
//height: 100px;
width: 100%;
...
...
@@ -219,8 +220,8 @@ export default {
}
.toggle.toggle-positive input:checked + .track {
border-color: @
check
-box-bg;
background-color: @
check
-box-bg;
border-color: @
switch
-box-bg;
background-color: @
switch
-box-bg;
.handle {
width: 22.5px;
...
...
packages/components/Radio/radio.vue
View file @
1c639902
...
...
@@ -63,8 +63,8 @@ export default {
},
}
</
script
>
<
style
lang=
"less"
>
@import "../../common/styles/variables";
.h-radio {
display: flex;
height: 100%;
...
...
packages/components/Switch/index.vue
View file @
1c639902
...
...
@@ -53,7 +53,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
@import "../../common/styles/variables";
.toggle-check {
display: -webkit-flex;
display: flex;
...
...
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