Commit 0a104e40 by wufan

style:资料云盘样式优化

parent 9398e5f2
......@@ -262,7 +262,7 @@ class ChooseMembersModal extends React.Component {
render: (value, record) => {
return (
<div className='edit' onClick={() => this.clearOneUser(record)}>
<span className="icon iconfont">&#xe717;</span>
<span className="icon iconfont edit-icon">&#xe717;</span>
</div>
)
}
......
......@@ -68,13 +68,20 @@
.span-right{
float: right;
margin-right: 10px;
color:#5289FA;
.span-right-l{
color: #FD9A6A;
cursor: pointer;
}
}
.container-right-body{
border: 1px solid #E9E9E9;
margin: 10px;
.edit {
.edit-icon {
color:#999;
}
}
.edit-img{
width: 16px;
height: 16px;
......@@ -83,12 +90,17 @@
.ant-table {
min-height: 378px !important;
}
.ant-table tbody tr:nth-child(even) {
background: transparent!important;
}
.ant-empty-normal {
margin: 130px 0 !important;
}
.avatar{
display: flex;
align-items: center;
.avatar-img{
height: 23px;
width: 23px;
......
......@@ -333,9 +333,11 @@ class CopyFileModal extends React.Component {
}
{
!(folderList.length>0) && showLottieIcon &&
<LottieIcon
title={<span className="desc">这个文件夹是空的</span>}
/>
<div className="lottie-box">
<LottieIcon
title={<span className="desc">这个文件夹是空的</span>}
/>
</div>
}
</div>
</Modal>
......
......@@ -56,6 +56,10 @@
}
}
.lottie-box {
border:1px solid #E8E8E8;
border-radius:4px;
}
.lottie-icon{
margin: 100px 0;
......
......@@ -637,6 +637,7 @@ class FolderList extends React.Component {
key="table"
rowKey={(record) => record.id}
columns={this.parseColumns()}
showSorterTooltip={false}
dataSource={folderList}
rowSelection={
{
......
......@@ -341,6 +341,7 @@ class OperateArea extends React.Component {
<Button
onClick={this.handleToggleCreateFolderModal}
disabled={showResultPage}
className="create-btn"
>
<div className="btn-content">
<span className="icon iconfont">&#xe7a2;</span>
......
......@@ -140,6 +140,10 @@
margin-right: 4px;
}
}
// .create-btn {
// padding:0;
// margin:0;
// }
}
&__search {
......
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