Commit fa7eede3 by zhangleyuan

style:UI样式优化

parent 140338aa
...@@ -289,7 +289,9 @@ class ChooseMembersModal extends React.Component { ...@@ -289,7 +289,9 @@ class ChooseMembersModal extends React.Component {
value={searchKey} value={searchKey}
onSearch={this.handleSearch} onSearch={this.handleSearch}
onChange={this.handleChangeSearchKey} onChange={this.handleChangeSearchKey}
className='search' className='search search-input'
enterButton={<span className="icon iconfont">&#xe832;</span>}
/> />
<div className='container-left-body-table'> <div className='container-left-body-table'>
<Table <Table
......
...@@ -284,12 +284,12 @@ class CopyFileModal extends React.Component { ...@@ -284,12 +284,12 @@ class CopyFileModal extends React.Component {
{/* 信息列表 */} {/* 信息列表 */}
{ {
(folderList.length>0) && (folderList.length>0) &&
<div <div>
onScrollCapture={() => this.handleScrollEvent()} <div className='folder-list'
style={{ height: '320px', overflowY: 'scroll' }} onScrollCapture={() => this.handleScrollEvent()}
ref={this.fileListRef} style={{ height: '320px', overflowY: 'scroll' }}
> ref={this.fileListRef}
<div className='folder-list'> >
{ {
folderList.map(item => { folderList.map(item => {
const { folderType, folderFormat, folderSize } = item; const { folderType, folderFormat, folderSize } = item;
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
right: 20px; right: 20px;
.iconfont { .iconfont {
color: #BFBFBF; color: #BFBFBF;
font-size:12px;
} }
} }
.file-item__size{ .file-item__size{
......
...@@ -84,9 +84,9 @@ ...@@ -84,9 +84,9 @@
&__size { &__size {
margin-left: 40px; margin-left: 40px;
} }
.iconfont { .iconfont {
color: #BFBFBF; color: #BFBFBF;
font-size:12px;
} }
} }
} }
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
.iconfont { .iconfont {
color: #BFBFBF; color: #BFBFBF;
font-size:12px;
&.correct { &.correct {
color: #FFB714; color: #FFB714;
} }
......
...@@ -55,6 +55,32 @@ ...@@ -55,6 +55,32 @@
} }
} }
// tr{
// background:transparent;
// &:nth-child(odd){
// td{
// background: #999999;
// }
// }
// &:nth-child(even){
// td{
// background: #FAFAFA;
// }
// }
// & + .ant-table-expanded-row{
// &:nth-child(odd){
// td{
// background: #999;
// }
// }
// &:nth-child(even){
// td{
// background: #FAFAFA;
// }
// }
// }
// }
// .ant-table-row{ // .ant-table-row{
// background:transparent; // background:transparent;
// &:nth-child(2n + 1){ // &:nth-child(2n + 1){
......
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