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
a9a8da8f
Commit
a9a8da8f
authored
May 30, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:关联课程tab标签fontweight修改
parent
30860c79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
27 deletions
+22
-27
src/core/antd.less
+22
-27
No files found.
src/core/antd.less
View file @
a9a8da8f
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
* @Last Modified by: chenshu
* @Last Modified by: chenshu
* @Last Modified time: 2020-08-31 14:55:30
* @Last Modified time: 2020-08-31 14:55:30
*/
*/
@import
'./variables.less'
;
@import
"./variables.less"
;
@active-color: #2966
FF
;
@active-color: #2966
ff
;
// 消息提示框
// 消息提示框
.ant-message {
.ant-message {
...
@@ -233,10 +233,6 @@
...
@@ -233,10 +233,6 @@
}
}
}
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
font-weight: 700!important;
}
.ant-tabs-nav .ant-tabs-tab-active {
.ant-tabs-nav .ant-tabs-tab-active {
color: @active-color !important;
color: @active-color !important;
}
}
...
@@ -259,12 +255,12 @@
...
@@ -259,12 +255,12 @@
//display: none!important;
//display: none!important;
&:after {
&:after {
content:
''
;
content:
""
;
display: inline-block;
display: inline-block;
position: absolute;
position: absolute;
width: 30px;
width: 30px;
height: 4px;
height: 4px;
background: #2966
FF
!important;
background: #2966
ff
!important;
left: 50%;
left: 50%;
transform: translateX(-50%);
transform: translateX(-50%);
}
}
...
@@ -339,14 +335,14 @@ mr0 {
...
@@ -339,14 +335,14 @@ mr0 {
background: #f3f6fa;
background: #f3f6fa;
.ant-select-selected-icon {
.ant-select-selected-icon {
color:
#2966FF
!important;
color:
#2966ff
!important;
}
}
}
}
.ant-select-dropdown-menu-item-selected {
.ant-select-dropdown-menu-item-selected {
background: none;
background: none;
font-weight: 400 !important;
font-weight: 400 !important;
color:
#2966FF
;
color:
#2966ff
;
}
}
.ant-select-open .ant-select-selection {
.ant-select-open .ant-select-selection {
...
@@ -444,7 +440,7 @@ mr0 {
...
@@ -444,7 +440,7 @@ mr0 {
.ant-modal {
.ant-modal {
.ant-input {
.ant-input {
&:focus {
&:focus {
border: 1px solid #2966
FF
!important;
border: 1px solid #2966
ff
!important;
}
}
}
}
}
}
...
@@ -457,8 +453,8 @@ mr0 {
...
@@ -457,8 +453,8 @@ mr0 {
.ant-calendar-footer-extra {
.ant-calendar-footer-extra {
.ant-tag-blue {
.ant-tag-blue {
background: #fff;
background: #fff;
color: #2966
FF
;
color: #2966
ff
;
border-color: #2966
FF
;
border-color: #2966
ff
;
}
}
}
}
}
}
...
@@ -474,7 +470,7 @@ mr0 {
...
@@ -474,7 +470,7 @@ mr0 {
}
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
color: #2966
FF
!important;
color: #2966
ff
!important;
}
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
...
@@ -502,7 +498,7 @@ mr0 {
...
@@ -502,7 +498,7 @@ mr0 {
font-size: 22px !important;
font-size: 22px !important;
line-height: 22px !important;
line-height: 22px !important;
float: left !important;
float: left !important;
color:
#2966FF
!important;
color:
#2966ff
!important;
margin-right: 16px !important;
margin-right: 16px !important;
&.blue {
&.blue {
color: #5cbaff !important;
color: #5cbaff !important;
...
@@ -527,8 +523,8 @@ mr0 {
...
@@ -527,8 +523,8 @@ mr0 {
float: left;
float: left;
margin-right: 16px;
margin-right: 16px;
}
}
>
.confirm-icon
{
>
.confirm-icon
{
color: #2966
FF
;
color: #2966
ff
;
}
}
.ant-modal-confirm-content {
.ant-modal-confirm-content {
margin-left: 38px;
margin-left: 38px;
...
@@ -594,9 +590,9 @@ mr0 {
...
@@ -594,9 +590,9 @@ mr0 {
// background: #FAFAFA !important;
// background: #FAFAFA !important;
// }
// }
.ant-table-thead > tr > th{
.ant-table-thead > tr > th
{
font-weight:bold !important;
font-weight:
bold !important;
color:#333 !important;
color:
#333 !important;
}
}
td.ant-table-column-sort {
td.ant-table-column-sort {
background: none;
background: none;
...
@@ -657,12 +653,12 @@ td.ant-table-column-sort {
...
@@ -657,12 +653,12 @@ td.ant-table-column-sort {
border-color: @xm-color-text-select-primary !important;
border-color: @xm-color-text-select-primary !important;
border: none !important;
border: none !important;
&:hover {
&:hover {
background-color: #2966
FF
!important;
background-color: #2966
ff
!important;
opacity: 0.8 !important;
opacity: 0.8 !important;
}
}
&:focus,
&:focus,
&:active{
&:active
{
background-color:
#5C8AFF
!important;
background-color:
#5c8aff
!important;
}
}
}
}
...
@@ -721,9 +717,9 @@ td.ant-table-column-sort {
...
@@ -721,9 +717,9 @@ td.ant-table-column-sort {
border-right: 0px !important;
border-right: 0px !important;
}
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button span{
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button span
{
color:#bfbfbf !important;
color:
#bfbfbf !important;
font-size:12px;
font-size:
12px;
}
}
.ant-modal-footer {
.ant-modal-footer {
...
@@ -774,4 +770,3 @@ td.ant-table-column-sort {
...
@@ -774,4 +770,3 @@ td.ant-table-column-sort {
.ant-table-column-sorter-full {
.ant-table-column-sorter-full {
margin-top: -0.32rem !important;
margin-top: -0.32rem !important;
}
}
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