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
7e585057
Commit
7e585057
authored
Feb 05, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:添加成员样式优化
parent
879d15e6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
src/bu-components/ChooseMembersModal.less
+3
-1
src/bu-components/CopyFileModal.jsx
+1
-1
src/bu-components/SelectPrepareFileModal.jsx
+1
-1
src/modules/prepare-lesson/modal/SelectPrepareFileModal.jsx
+1
-1
src/modules/store-manage/EmployeesManagePage.tsx
+1
-1
No files found.
src/bu-components/ChooseMembersModal.less
View file @
7e585057
...
@@ -46,6 +46,8 @@
...
@@ -46,6 +46,8 @@
margin: 100px 0 !important;
margin: 100px 0 !important;
}
}
.avatar{
.avatar{
display: flex;
align-items: center;
.avatar-img{
.avatar-img{
height: 23px;
height: 23px;
width: 23px;
width: 23px;
...
@@ -62,7 +64,7 @@
...
@@ -62,7 +64,7 @@
.span-left{
.span-left{
margin-left: 10px;
margin-left: 10px;
.span-left-l{
.span-left-l{
color: #
FD9A6A
;
color: #
ffb714
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/bu-components/CopyFileModal.jsx
View file @
7e585057
...
@@ -287,7 +287,7 @@ class CopyFileModal extends React.Component {
...
@@ -287,7 +287,7 @@ class CopyFileModal extends React.Component {
<
div
>
<
div
>
<
div
className=
'folder-list'
<
div
className=
'folder-list'
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
style=
{
{
height
:
'320px'
,
overflowY
:
'
scroll
'
}
}
style=
{
{
height
:
'320px'
,
overflowY
:
'
auto
'
}
}
ref=
{
this
.
fileListRef
}
ref=
{
this
.
fileListRef
}
>
>
{
{
...
...
src/bu-components/SelectPrepareFileModal.jsx
View file @
7e585057
...
@@ -572,7 +572,7 @@ class SelectPrepareFileModal extends React.Component {
...
@@ -572,7 +572,7 @@ class SelectPrepareFileModal extends React.Component {
<
div
>
<
div
>
<
div
className=
"file-list"
<
div
className=
"file-list"
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
style=
{
{
height
:
'320px'
,
overflowY
:
'
scroll
'
}
}
style=
{
{
height
:
'320px'
,
overflowY
:
'
auto
'
}
}
ref=
"fileListRef"
ref=
"fileListRef"
>
>
{
{
...
...
src/modules/prepare-lesson/modal/SelectPrepareFileModal.jsx
View file @
7e585057
...
@@ -587,7 +587,7 @@ class SelectPrepareFileModal extends React.Component {
...
@@ -587,7 +587,7 @@ class SelectPrepareFileModal extends React.Component {
<
div
>
<
div
>
<
div
className=
"file-list"
<
div
className=
"file-list"
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
onScrollCapture=
{
()
=>
this
.
handleScrollEvent
()
}
style=
{
{
height
:
'320px'
,
overflowY
:
'
scroll
'
}
}
style=
{
{
height
:
'320px'
,
overflowY
:
'
auto
'
}
}
ref=
"fileListRef"
ref=
"fileListRef"
>
>
{
{
...
...
src/modules/store-manage/EmployeesManagePage.tsx
View file @
7e585057
...
@@ -313,7 +313,7 @@ function EmployeesManagePage() {
...
@@ -313,7 +313,7 @@ function EmployeesManagePage() {
display
:
"flex"
,
display
:
"flex"
,
alignItems
:
"center"
,
alignItems
:
"center"
,
justifyContent
:
"flex-start"
,
justifyContent
:
"flex-start"
,
padding
:
"
15
px 0 16px"
,
padding
:
"
0
px 0 16px"
,
}
}
}
}
>
>
<
div
>
<
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