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
7ca14993
Commit
7ca14993
authored
Jan 20, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:处理样式问题
parent
65fd1db4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
47 deletions
+44
-47
src/modules/common/DateRangePicker.jsx
+1
-0
src/modules/course-manage/components/LiveCourseFilter.jsx
+2
-0
src/modules/root/Menu.less
+41
-47
No files found.
src/modules/common/DateRangePicker.jsx
View file @
7ca14993
...
...
@@ -27,6 +27,7 @@ class DateRangePicker extends React.Component {
this
.
props
.
onChange
(
date
)
}
}
{
...
showTime
}
suffixIcon=
{
<
span
class=
"icon iconfont"
>

</
span
>
}
/>
)
}
...
...
src/modules/course-manage/components/LiveCourseFilter.jsx
View file @
7ca14993
...
...
@@ -159,11 +159,13 @@ class LiveCourseFilter extends React.Component {
<
div
className=
"search-condition__item"
>
<
span
className=
"search-name"
>
直播名称:
</
span
>
<
Search
suffixIcon=
{
<
span
class=
"icon iconfont"
>

</
span
>
}
value=
{
courseName
}
placeholder=
"搜索直播名称"
onChange=
{
(
e
)
=>
{
this
.
handleChangeQuery
(
'courseName'
,
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
this
.
props
.
onChange
(
this
.
state
.
query
)
}
}
style=
{
{
width
:
"calc(100% - 70px)"
}
}
/>
</
div
>
<
div
className=
"search-condition__item"
>
...
...
src/modules/root/Menu.less
View file @
7ca14993
...
...
@@ -76,12 +76,6 @@
&.left-container-vertical {
width: 62px;
.left {
// .ant-menu-item {
// text-align: center;
// }
// .icon {
// margin-right: 0px;
// }
.ant-menu-submenu-arrow{
display:none !important;
}
...
...
@@ -96,50 +90,50 @@
background: @menu-bakg !important;
}
//
.ant-menu-submenu-popup>.ant-menu {
//
background: @menu-bakg !important;
//
color: #9A9DA7;
//
padding-left: 15px;
//
width: 132px;
//
min-width: auto;
.ant-menu-submenu-popup>.ant-menu {
background: @menu-bakg !important;
color: #9A9DA7;
padding-left: 15px;
width: 132px;
min-width: auto;
//
li {
//
padding-left: 22px;
//
padding-right: 0;
//
width: 117px;
//
}
li {
padding-left: 22px;
padding-right: 0;
width: 117px;
}
//
.listType {
//
width: 5px;
//
height: 5px;
//
background: #9A9DA7;
//
border-radius: 50%;
//
top: 18px;
// left: 5
px;
//
position: absolute;
//
}
.listType {
width: 5px;
height: 5px;
background: #9A9DA7;
border-radius: 50%;
top: 18px;
left: 10
px;
position: absolute;
}
//
.ant-menu-item-selected {
//
background: @menu-bakg;
//
color: #fff;
.ant-menu-item-selected {
background: @menu-bakg;
color: #fff;
//
.listType {
//
background: @active-color;
//
}
//
}
.listType {
background: @active-color;
}
}
//
&:hover {
//
.ant-menu-item-active {
//
color: #fff;
//
.listType {
//
background: #fff;
//
}
//
}
&:hover {
.ant-menu-item-active {
color: #fff;
.listType {
background: #fff;
}
}
//
.ant-menu-item-selected {
//
.listType {
//
background: @active-color;
//
}
//
}
//
}
//
}
.ant-menu-item-selected {
.listType {
background: @active-color;
}
}
}
}
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