Commit 7e585057 by wufan

style:添加成员样式优化

parent 879d15e6
......@@ -46,6 +46,8 @@
margin: 100px 0 !important;
}
.avatar{
display: flex;
align-items: center;
.avatar-img{
height: 23px;
width: 23px;
......@@ -62,7 +64,7 @@
.span-left{
margin-left: 10px;
.span-left-l{
color: #FD9A6A;
color: #ffb714;
cursor: pointer;
}
}
......
......@@ -287,7 +287,7 @@ class CopyFileModal extends React.Component {
<div>
<div className='folder-list'
onScrollCapture={() => this.handleScrollEvent()}
style={{ height: '320px', overflowY: 'scroll' }}
style={{ height: '320px', overflowY: 'auto' }}
ref={this.fileListRef}
>
{
......
......@@ -572,7 +572,7 @@ class SelectPrepareFileModal extends React.Component {
<div>
<div className="file-list"
onScrollCapture={() => this.handleScrollEvent()}
style={{ height: '320px', overflowY: 'scroll' }}
style={{ height: '320px', overflowY: 'auto' }}
ref="fileListRef"
>
{
......
......@@ -587,7 +587,7 @@ class SelectPrepareFileModal extends React.Component {
<div>
<div className="file-list"
onScrollCapture={() => this.handleScrollEvent()}
style={{ height: '320px', overflowY: 'scroll' }}
style={{ height: '320px', overflowY: 'auto' }}
ref="fileListRef"
>
{
......
......@@ -313,7 +313,7 @@ function EmployeesManagePage() {
display: "flex",
alignItems: "center",
justifyContent: "flex-start",
padding: "15px 0 16px",
padding: "0px 0 16px",
}}
>
<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