Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
82040c9c
Commit
82040c9c
authored
May 24, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:日期选择框样式优化
parent
93c161cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/components/MultipleDatePicker.less
+9
-9
No files found.
src/components/MultipleDatePicker.less
View file @
82040c9c
...
...
@@ -3,7 +3,7 @@
.multiple-calendar {
width: 295px;
border: 1px solid #e8e8e8;
border-radius:
4
px;
border-radius:
2
px;
ul {
list-style: none;
}
...
...
@@ -22,7 +22,7 @@
cursor: default;
&:hover {
background: #FFFFFF;
border-radius:
4
px;
border-radius:
2
px;
}
}
.self {
...
...
@@ -55,8 +55,8 @@
cursor: pointer;
vertical-align: top;
&:hover {
background: rgb
(41, 102, 255, .2
);
border-radius:
4
px;
background: rgb
a(41, 102, 255, .1
);
border-radius:
2
px;
}
&.before-disabled {
color: #e8e8e8;
...
...
@@ -81,11 +81,11 @@
&.active {
background: @xm-color-primary;
color: #fff;
border-radius:
4
px;
border-radius:
2
px;
}
&.today {
border: 1px solid @xm-color-primary;
border-radius:
5
px;
border-radius:
2
px;
}
}
}
...
...
@@ -151,7 +151,7 @@
border-radius: none;
span {
background: @xm-color-primary;
border-radius:
4
px;
border-radius:
2
px;
}
&:hover {
span {
...
...
@@ -164,13 +164,13 @@
border-radius: none;
span {
border: 1px solid @xm-color-primary;
border-radius:
5
px;
border-radius:
2
px;
}
}
&.past {
span {
background:rgba(255,133,52,0.1);
border-radius:
4
px;
border-radius:
2
px;
color:rgba(0,0,0,0.25);
}
}
...
...
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