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
34f5cdba
Commit
34f5cdba
authored
May 26, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:资料云盘样式调整
parent
12ff6c93
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
src/bu-components/UploadProgressModal.jsx
+1
-1
src/bu-components/UploadProgressModal.less
+3
-0
src/modules/prepare-lesson/index.less
+2
-2
src/modules/resource-disk/index.less
+2
-2
No files found.
src/bu-components/UploadProgressModal.jsx
View file @
34f5cdba
...
...
@@ -316,7 +316,7 @@ class UploadProgressModal extends React.Component {
return
(
<
div
className=
"file-item"
className=
{
`file-item ${file.status === 'fail' ? 'fail':''}`
}
key=
{
`file-item${index}`
}
>
...
...
src/bu-components/UploadProgressModal.less
View file @
34f5cdba
...
...
@@ -54,6 +54,9 @@
line-height: 50px;
padding: 0 24px;
position: relative;
&.fail {
background-color: rgba(255, 79, 79, 0.06);
}
&:not(:last-child) {
margin-bottom: 4px;
...
...
src/modules/prepare-lesson/index.less
View file @
34f5cdba
...
...
@@ -45,11 +45,11 @@
}
&:hover {
background: rgba(
255,133,52,
0.06);
background: rgba(
41, 102, 255,
0.06);
}
&.active {
background: rgba(
255,133,52,
0.06);
background: rgba(
41, 102, 255,
0.06);
.iconfont, .disk-name {
font-weight: 500;
}
...
...
src/modules/resource-disk/index.less
View file @
34f5cdba
...
...
@@ -40,11 +40,11 @@
}
&:hover {
background: rgba(
255, 183, 20, 0.05
);
background: rgba(
41, 102, 255, 0.06
);
}
&.active {
background: rgba(
255, 183, 20, 0.05
);
background: rgba(
41, 102, 255, 0.06
);
.iconfont, .disk-name {
font-weight: 500;
}
...
...
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