Commit 7e585057 by wufan

style:添加成员样式优化

parent 879d15e6
...@@ -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;
} }
} }
......
...@@ -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}
> >
{ {
......
...@@ -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"
> >
{ {
......
...@@ -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"
> >
{ {
......
...@@ -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: "15px 0 16px", padding: "0px 0 16px",
}} }}
> >
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment