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
879d15e6
Commit
879d15e6
authored
Feb 05, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:添加成员样式优化
parent
da1679a7
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
14 deletions
+27
-14
src/bu-components/ChooseMembersModal.less
+19
-12
src/bu-components/ManagingMembersModal.less
+3
-2
src/bu-components/NonCompliantFileModal.jsx
+1
-0
src/core/antd.less
+3
-0
src/modules/prepare-lesson/modal/NonCompliantFileModal.jsx
+1
-0
No files found.
src/bu-components/ChooseMembersModal.less
View file @
879d15e6
...
...
@@ -78,6 +78,8 @@
.container-right-body{
border: 1px solid #E9E9E9;
margin: 10px;
margin-top: 12px;
min-height:376px;
.edit {
.edit-icon {
color:#999;
...
...
@@ -88,22 +90,27 @@
height: 16px;
}
.ant-table {
min-height: 378px !important;
height: 378px !important;
overflow-y: auto;
table {
height: 378px;
}
}
.ant-table .ant-table-body {
overflow: auto;
max-height: 378px !important;
height: 378px;
max-height: 376px!important;
}
.ant-table tbody tr:nth-child(even) {
.ant-table tbody {
tr{
&:nth-child(even){
background: transparent!important;
td{
background: #FFF;
}
}
&:nth-child(odd){
background: #FAFAFA !important;
td{
background: #FAFAFA;
}
}
}
}
.ant-empty-normal {
...
...
src/bu-components/ManagingMembersModal.less
View file @
879d15e6
...
...
@@ -8,8 +8,9 @@
.tool-tip-left{
cursor: pointer;
margin-left: 4px;
width: 14px;
height: 14px;
width: 16px;
height: 16px;
margin-bottom: 2px;
}
}
...
...
src/bu-components/NonCompliantFileModal.jsx
View file @
879d15e6
...
...
@@ -33,6 +33,7 @@ class NonCompliantFileModal extends React.Component {
maskClosable=
{
false
}
className=
"prepare-lesson__non-compliant-file-modal"
closeIcon=
{
<
span
className=
"icon iconfont modal-close-icon"
>

</
span
>
}
width=
{
560
}
>
<
div
className=
"file-list"
>
<
div
className=
"file-list__title"
>
以下文件超出上传限制,无法上传,点击继续上传不会上传以下文件。
</
div
>
...
...
src/core/antd.less
View file @
879d15e6
...
...
@@ -284,6 +284,9 @@ background-color: #F0F2F5 !important;
.ant-checkbox-wrapper+.ant-checkbox-wrapper {
margin-left: 0 !important;
}
.ant-checkbox-inner {
border-radius: 2px !important;
}
.ant-menu {
.iconfont {
...
...
src/modules/prepare-lesson/modal/NonCompliantFileModal.jsx
View file @
879d15e6
...
...
@@ -33,6 +33,7 @@ class NonCompliantFileModal extends React.Component {
onCancel=
{
this
.
props
.
onClose
}
onOk=
{
this
.
props
.
onOk
}
className=
"prepare-lesson__non-compliant-file-modal"
width=
{
560
}
>
<
div
className=
"file-list"
>
<
div
className=
"file-list__title"
>
以下文件已超出上传限制,无法上传。
</
div
>
...
...
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