This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
feat: 添加资产管理动态
dev-new-workspace
zhaowei
7 months ago
parent
ef3b853de1
commit
d643cc5c81
4 changed files
with
17 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
react-ui/src/assets/img/workspace/statistics-bg.png
BIN
react-ui/src/assets/img/workspace/statistics.apng
+13
-1
react-ui/src/pages/Workspace/components/AssetsManagement/index.less
+4
-0
react-ui/src/pages/Workspace/components/AssetsManagement/index.tsx
BIN
react-ui/src/assets/img/workspace/statistics-bg.png
View File
Before
After
Width:
2704
| Height:
348
| Size:
681 kB
Width:
4056
| Height:
522
| Size:
849 kB
BIN
react-ui/src/assets/img/workspace/statistics.apng
View File
Before
After
Width:
580
| Height:
294
| Size:
5.7 MB
+ 13
- 1
react-ui/src/pages/Workspace/components/AssetsManagement/index.less
View File
@@ -1,9 +1,11 @@
.assets-management {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 10.875rem;
color: white;
border-radius: 0.625rem;
box-shadow: 0px 3px 12px rgba(151, 150, 180, 0.08);
.backgroundFullImage(url(@/assets/img/workspace/statistics-bg.png));
@@ -16,7 +18,7 @@
&__line {
flex: none;
width: 6
4.9375
rem;
width: 6
0
rem;
height: 1px;
padding-left: 1.25rem;
background-image: linear-gradient(
@@ -53,4 +55,14 @@
font-size: 0.875rem;
}
}
&__img {
position: absolute;
top: 0;
right: 0;
width: 23.5625rem;
height: 100%;
margin-right: 0;
margin-left: auto;
}
}
+ 4
- 0
react-ui/src/pages/Workspace/components/AssetsManagement/index.tsx
View File
@@ -81,6 +81,10 @@ function AssetsManagement() {
</div>
))}
</Flex>
<img
className={styles['assets-management__img']}
src={require('@/assets/img/workspace/statistics.apng')}
></img>
</div>
);
}
Write
Preview
Loading…
Cancel
Save