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
bc95d494
Commit
bc95d494
authored
Jan 04, 2021
by
wufan
Committed by
zhangleyuan
Jan 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:资料云盘样式优化
parent
5aea1288
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
4 deletions
+28
-4
src/bu-components/ChooseMembersModal.jsx
+1
-1
src/bu-components/ChooseMembersModal.less
+12
-0
src/bu-components/CopyFileModal.jsx
+5
-3
src/bu-components/CopyFileModal.less
+4
-0
src/modules/resource-disk/components/FolderList.jsx
+1
-0
src/modules/resource-disk/components/OperateArea.jsx
+1
-0
src/modules/resource-disk/index.less
+4
-0
No files found.
src/bu-components/ChooseMembersModal.jsx
View file @
bc95d494
...
@@ -262,7 +262,7 @@ class ChooseMembersModal extends React.Component {
...
@@ -262,7 +262,7 @@ class ChooseMembersModal extends React.Component {
render
:
(
value
,
record
)
=>
{
render
:
(
value
,
record
)
=>
{
return
(
return
(
<
div
className=
'edit'
onClick=
{
()
=>
this
.
clearOneUser
(
record
)
}
>
<
div
className=
'edit'
onClick=
{
()
=>
this
.
clearOneUser
(
record
)
}
>
<
span
className=
"icon iconfont"
>

</
span
>
<
span
className=
"icon iconfont
edit-icon
"
>

</
span
>
</
div
>
</
div
>
)
)
}
}
...
...
src/bu-components/ChooseMembersModal.less
View file @
bc95d494
...
@@ -68,13 +68,20 @@
...
@@ -68,13 +68,20 @@
.span-right{
.span-right{
float: right;
float: right;
margin-right: 10px;
margin-right: 10px;
color:#5289FA;
.span-right-l{
.span-right-l{
color: #FD9A6A;
color: #FD9A6A;
cursor: pointer;
cursor: pointer;
}
}
}
}
.container-right-body{
.container-right-body{
border: 1px solid #E9E9E9;
margin: 10px;
margin: 10px;
.edit {
.edit-icon {
color:#999;
}
}
.edit-img{
.edit-img{
width: 16px;
width: 16px;
height: 16px;
height: 16px;
...
@@ -83,12 +90,17 @@
...
@@ -83,12 +90,17 @@
.ant-table {
.ant-table {
min-height: 378px !important;
min-height: 378px !important;
}
}
.ant-table tbody tr:nth-child(even) {
background: transparent!important;
}
.ant-empty-normal {
.ant-empty-normal {
margin: 130px 0 !important;
margin: 130px 0 !important;
}
}
.avatar{
.avatar{
display: flex;
align-items: center;
.avatar-img{
.avatar-img{
height: 23px;
height: 23px;
width: 23px;
width: 23px;
...
...
src/bu-components/CopyFileModal.jsx
View file @
bc95d494
...
@@ -333,9 +333,11 @@ class CopyFileModal extends React.Component {
...
@@ -333,9 +333,11 @@ class CopyFileModal extends React.Component {
}
}
{
{
!
(
folderList
.
length
>
0
)
&&
showLottieIcon
&&
!
(
folderList
.
length
>
0
)
&&
showLottieIcon
&&
<
LottieIcon
<
div
className=
"lottie-box"
>
title=
{
<
span
className=
"desc"
>
这个文件夹是空的
</
span
>
}
<
LottieIcon
/>
title=
{
<
span
className=
"desc"
>
这个文件夹是空的
</
span
>
}
/>
</
div
>
}
}
</
div
>
</
div
>
</
Modal
>
</
Modal
>
...
...
src/bu-components/CopyFileModal.less
View file @
bc95d494
...
@@ -56,6 +56,10 @@
...
@@ -56,6 +56,10 @@
}
}
}
}
.lottie-box {
border:1px solid #E8E8E8;
border-radius:4px;
}
.lottie-icon{
.lottie-icon{
margin: 100px 0;
margin: 100px 0;
...
...
src/modules/resource-disk/components/FolderList.jsx
View file @
bc95d494
...
@@ -637,6 +637,7 @@ class FolderList extends React.Component {
...
@@ -637,6 +637,7 @@ class FolderList extends React.Component {
key=
"table"
key=
"table"
rowKey=
{
(
record
)
=>
record
.
id
}
rowKey=
{
(
record
)
=>
record
.
id
}
columns=
{
this
.
parseColumns
()
}
columns=
{
this
.
parseColumns
()
}
showSorterTooltip=
{
false
}
dataSource=
{
folderList
}
dataSource=
{
folderList
}
rowSelection=
{
rowSelection=
{
{
{
...
...
src/modules/resource-disk/components/OperateArea.jsx
View file @
bc95d494
...
@@ -341,6 +341,7 @@ class OperateArea extends React.Component {
...
@@ -341,6 +341,7 @@ class OperateArea extends React.Component {
<
Button
<
Button
onClick=
{
this
.
handleToggleCreateFolderModal
}
onClick=
{
this
.
handleToggleCreateFolderModal
}
disabled=
{
showResultPage
}
disabled=
{
showResultPage
}
className=
"create-btn"
>
>
<
div
className=
"btn-content"
>
<
div
className=
"btn-content"
>
<
span
className=
"icon iconfont"
>

</
span
>
<
span
className=
"icon iconfont"
>

</
span
>
...
...
src/modules/resource-disk/index.less
View file @
bc95d494
...
@@ -140,6 +140,10 @@
...
@@ -140,6 +140,10 @@
margin-right: 4px;
margin-right: 4px;
}
}
}
}
// .create-btn {
// padding:0;
// margin:0;
// }
}
}
&__search {
&__search {
...
...
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