mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-16 21:37:24 +08:00
首页课程分类选择
This commit is contained in:
parent
453bf9d8c8
commit
6985b7a8cc
@ -301,16 +301,17 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tree-treenode {
|
.ant-tree-treenode {
|
||||||
|
min-width: 200px;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin-bottom: 8px !important;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
&.ant-tree-treenode-selected {
|
&.ant-tree-treenode-selected {
|
||||||
background-color: #fff2f0 !important;
|
background-color: #fff2f0 !important;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
font-weight: 600;
|
||||||
.ant-tree-node-content-wrapper {
|
.ant-tree-node-content-wrapper {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
@ -351,6 +352,7 @@ h1 {
|
|||||||
|
|
||||||
.ant-tree-title {
|
.ant-tree-title {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user