Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
711b5b3a
authored
2022-11-18 15:37:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页样式
1 parent
9484e889
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
src/components/Calendar/index.vue
src/components/calendar/index.vue
src/components/Calendar/index.vue
View file @
711b5b3
...
...
@@ -90,6 +90,14 @@ export default {
padding
:
3px
!important
;
}
/
deep
/
.el-calendar-table
td
.is-today
{
font-weight
:
700
;
}
/
deep
/
.el-calendar-table
td
.is-selected
{
background-color
:
rgb
(
179
,
216
,
255
);
}
/
deep
/
.el-calendar__header
{
padding
:
8px
15px
;
}
...
...
@@ -141,9 +149,9 @@ export default {
}
/**本月周末设置为红色*/
.el-calendar-table
.current
:nth-last-child
(
-n
+
2
)
.solar
{
/*
.el-calendar-table .current:nth-last-child(-n+2) .solar {
color: red;
}
}
*/
/**本月农历设置为灰色*/
.el-calendar-table
.current
.lunar
{
...
...
src/components/calendar/index.vue
View file @
711b5b3
...
...
@@ -90,6 +90,14 @@ export default {
padding
:
3px
!important
;
}
/
deep
/
.el-calendar-table
td
.is-today
{
font-weight
:
700
;
}
/
deep
/
.el-calendar-table
td
.is-selected
{
background-color
:
rgb
(
179
,
216
,
255
);
}
/
deep
/
.el-calendar__header
{
padding
:
8px
15px
;
}
...
...
@@ -141,9 +149,9 @@ export default {
}
/**本月周末设置为红色*/
.el-calendar-table
.current
:nth-last-child
(
-n
+
2
)
.solar
{
/*
.el-calendar-table .current:nth-last-child(-n+2) .solar {
color: red;
}
}
*/
/**本月农历设置为灰色*/
.el-calendar-table
.current
.lunar
{
...
...
Please
register
or
sign in
to post a comment