Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
500f7e4e
Commit
500f7e4e
authored
Jun 15, 2022
by
吴永生#A02208
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改上版本的bug
parent
9c38ceef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
0 deletions
+52
-0
uploadIcon.svg
src/assets/img/uploadIcon.svg
+32
-0
index.module.css
src/views/ConsoleLayout/components/FileItem/index.module.css
+20
-0
No files found.
src/assets/img/uploadIcon.svg
0 → 100644
View file @
500f7e4e
<?xml version="1.0" encoding="UTF-8"?>
<svg
width=
"18px"
height=
"16px"
viewBox=
"0 0 18 16"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<title>
1.Base基础/Icon图标/文件传输
</title>
<defs>
<filter
color-interpolation-filters=
"auto"
id=
"filter-1"
>
<feColorMatrix
in=
"SourceGraphic"
type=
"matrix"
values=
"0 0 0 0 0.540000 0 0 0 0 0.564000 0 0 0 0 0.600000 0 0 0 1.000000 0"
></feColorMatrix>
</filter>
<filter
color-interpolation-filters=
"auto"
id=
"filter-2"
>
<feColorMatrix
in=
"SourceGraphic"
type=
"matrix"
values=
"0 0 0 0 0.540000 0 0 0 0 0.564000 0 0 0 0 0.600000 0 0 0 1.000000 0"
></feColorMatrix>
</filter>
</defs>
<g
id=
"上线UI"
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
>
<g
id=
"项目数据-长路径"
transform=
"translate(-1324.000000, -136.000000)"
>
<g
id=
"编组-10"
transform=
"translate(1317.000000, 128.000000)"
>
<g
id=
"文件传输"
transform=
"translate(7.000000, 7.000000)"
filter=
"url(#filter-1)"
>
<g>
<rect
id=
"矩形备份-5"
x=
"0"
y=
"0"
width=
"18"
height=
"18"
></rect>
<g
filter=
"url(#filter-2)"
>
<g
transform=
"translate(0.000000, 1.687500)"
>
<path
d=
"M5.95624614,0.9 L7.0470055,1.84033454 C7.43885553,2.2205386 7.96337743,2.43318258 8.50936421,2.43318258 L8.50936421,2.43318258 L16.8,2.43318258 L17.1,13.425 L1.2,13.725 L0.9,1.2 L5.95624614,0.9 Z"
id=
"路径-4"
stroke=
"#7C878E"
stroke-width=
"1.8"
></path>
<polygon
id=
"路径-5"
fill=
"#7C878E"
points=
"9.26587781 3.28436599 1.47245698 3.28436599 1.47245698 1.2526684 6.01231277 1.2526684"
></polygon>
<polygon
id=
"路径-6"
fill=
"#7C878E"
fill-rule=
"nonzero"
points=
"8.05145975 5.6167684 8.05145975 10.8168243 5.59717839 10.8168243 5.59717839 9.06182432 6.2508 9.0612484 6.25145975 5.6167684"
></polygon>
<polygon
id=
"路径-6备份"
fill=
"#7C878E"
fill-rule=
"nonzero"
transform=
"translate(11.062078, 8.216796) scale(-1, -1) translate(-11.062078, -8.216796) "
points=
"12.2726957 5.6167684 12.2726957 10.81608 9.85203814 10.8168243 9.85145975 9.06182437 10.472057 9.0612484 10.4726957 5.6167684"
></polygon>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
src/views/ConsoleLayout/components/FileItem/index.module.css
0 → 100644
View file @
500f7e4e
.itemBox
{
height
:
50px
;
padding
:
16px
0
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
border-bottom
:
1px
solid
#f0f2f5
;
}
.rightBox
{
font-size
:
12px
;
color
:
#1370ff
;
}
.leftBox
{
display
:
flex
;
}
.span
{
color
:
#8a9099
;
font-size
:
12px
;
}
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