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
fa7eede3
Commit
fa7eede3
authored
Feb 04, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:UI样式优化
parent
140338aa
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
5 deletions
+34
-5
src/bu-components/ChooseMembersModal.jsx
+3
-1
src/bu-components/CopyFileModal.jsx
+2
-2
src/bu-components/CopyFileModal.less
+1
-0
src/bu-components/SelectPrepareFileModal.less
+1
-1
src/modules/prepare-lesson/modal/SelectPrepareFileModal.less
+1
-1
src/modules/store-manage/CourseCatalogPage.less
+26
-0
No files found.
src/bu-components/ChooseMembersModal.jsx
View file @
fa7eede3
...
...
@@ -289,7 +289,9 @@ class ChooseMembersModal extends React.Component {
value=
{
searchKey
}
onSearch=
{
this
.
handleSearch
}
onChange=
{
this
.
handleChangeSearchKey
}
className=
'search'
className=
'search search-input'
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
/>
<
div
className=
'container-left-body-table'
>
<
Table
...
...
src/bu-components/CopyFileModal.jsx
View file @
fa7eede3
...
...
@@ -284,12 +284,12 @@ class CopyFileModal extends React.Component {
{
/* 信息列表 */
}
{
(
folderList
.
length
>
0
)
&&
<
div
<
div
>
<
div
className=
'folder-list'
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
style=
{
{
height
:
'320px'
,
overflowY
:
'scroll'
}
}
ref=
{
this
.
fileListRef
}
>
<
div
className=
'folder-list'
>
{
folderList
.
map
(
item
=>
{
const
{
folderType
,
folderFormat
,
folderSize
}
=
item
;
...
...
src/bu-components/CopyFileModal.less
View file @
fa7eede3
...
...
@@ -47,6 +47,7 @@
right: 20px;
.iconfont {
color: #BFBFBF;
font-size:12px;
}
}
.file-item__size{
...
...
src/bu-components/SelectPrepareFileModal.less
View file @
fa7eede3
...
...
@@ -84,9 +84,9 @@
&__size {
margin-left: 40px;
}
.iconfont {
color: #BFBFBF;
font-size:12px;
}
}
}
...
...
src/modules/prepare-lesson/modal/SelectPrepareFileModal.less
View file @
fa7eede3
...
...
@@ -81,7 +81,7 @@
.iconfont {
color: #BFBFBF;
font-size:12px;
&.correct {
color: #FFB714;
}
...
...
src/modules/store-manage/CourseCatalogPage.less
View file @
fa7eede3
...
...
@@ -55,6 +55,32 @@
}
}
// tr{
// background:transparent;
// &:nth-child(odd){
// td{
// background: #999999;
// }
// }
// &:nth-child(even){
// td{
// background: #FAFAFA;
// }
// }
// & + .ant-table-expanded-row{
// &:nth-child(odd){
// td{
// background: #999;
// }
// }
// &:nth-child(even){
// td{
// background: #FAFAFA;
// }
// }
// }
// }
// .ant-table-row{
// background:transparent;
// &:nth-child(2n + 1){
...
...
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