Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
Project
Project
Details
Activity
Releases
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
劳工
zeroing-editor
Commits
87832941
Commit
87832941
authored
Oct 14, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复素材面板滚动的问题
parent
13404bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
121 additions
and
121 deletions
+121
-121
assets.scss
src/themes/light/assets.scss
+121
-121
No files found.
src/themes/light/assets.scss
View file @
87832941
...
...
@@ -22,142 +22,142 @@
.container
{
display
:
flex
;
flex
:
1
;
}
.properties
{
width
:
30%
;
padding
:
3px
;
font-size
:
12px
;
line-height
:
14px
;
color
:
$--color-text-primary
;
border-right
:
1px
solid
$--border-color-base
;
.item
{
border-bottom
:
1px
solid
$--border-color-base
;
}
p
{
word-break
:
break-all
;
margin
:
0
;
}
.name
{
font-size
:
16px
;
line-height
:
22px
;
width
:
100%
;
}
.ext
{
color
:
$--color-text-regular
;
}
}
.file-list
{
display
:
flex
;
flex
:
1
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
.file-item
{
width
:
60px
;
padding
:
5px
;
color
:
$--color-text-regular
;
&
:hover
{
&
>
.icon
>
.operate-bar
{
display
:
block
;
}
height
:
0
;
.properties
{
width
:
30%
;
padding
:
3px
;
font-size
:
12px
;
line-height
:
14px
;
color
:
$--color-text-primary
;
border-right
:
1px
solid
$--border-color-base
;
.item
{
border-bottom
:
1px
solid
$--border-color-base
;
}
&
>
.name
>
.full-name
{
display
:
block
;
}
p
{
word-break
:
break-all
;
margin
:
0
;
}
.icon
{
.name
{
font-size
:
16px
;
line-height
:
22px
;
width
:
100%
;
height
:
60px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
position
:
relative
;
.thumbnail
{
max-width
:
60px
;
max-height
:
60px
;
}
}
.ext
{
color
:
$--color-text-regular
;
}
.file-icon
{
font-size
:
60px
;
}
}
.operate-bar
{
display
:
none
;
position
:
absolute
;
right
:
1px
;
bottom
:
1px
;
.assets-scrollbar
{
flex
:
1
;
.file-list
{
display
:
flex
;
flex
:
1
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
.file-item
{
width
:
60px
;
padding
:
5px
;
color
:
$--color-text-regular
;
&
:hover
{
&
>
.icon
>
.operate-bar
{
display
:
block
;
}
&
>
.name
>
.full-name
{
display
:
block
;
}
}
.el-button
{
padding
:
2px
;
margin-left
:
2px
;
.icon
{
width
:
100%
;
height
:
60px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
position
:
relative
;
.thumbnail
{
max-width
:
60px
;
max-height
:
60px
;
}
.file-icon
{
font-size
:
60px
;
}
.operate-bar
{
display
:
none
;
position
:
absolute
;
right
:
1px
;
bottom
:
1px
;
.el-button
{
padding
:
2px
;
margin-left
:
2px
;
}
}
}
}
}
.name
{
text-align
:
center
;
font-size
:
12px
;
position
:
relative
;
margin-top
:
2px
;
span
{
word-break
:
break-all
;
overflow
:hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:vertical
;
.name
{
text-align
:
center
;
font-size
:
12px
;
position
:
relative
;
margin-top
:
2px
;
span
{
word-break
:
break-all
;
overflow
:hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:vertical
;
}
.full-name
{
display
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
background-color
:
$--color-text-secondary
;
color
:
$--color-white
;
border-radius
:
5px
;
padding
:
2px
;
z-index
:
2
;
width
:
95%
;
line-height
:
17px
;
}
}
}
.full-name
{
display
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
background-color
:
$--color-text-secondary
;
color
:
$--color-white
;
border-radius
:
5px
;
padding
:
2px
;
z-index
:
2
;
width
:
95%
;
line-height
:
17px
;
.file-uploader
{
width
:
60px
;
height
:
60px
;
margin
:
4px
;
border
:
1px
dashed
$--color-text-secondary
;
border-radius
:
6px
;
cursor
:
pointer
;
position
:
relative
;
overflow
:
hidden
;
.file-uploader-icon
{
font-size
:
28px
;
color
:
$--color-text-regular
;
width
:
60px
;
height
:
60px
;
line-height
:
60px
;
text-align
:
center
;
}
}
}
}
.file-uploader
{
width
:
60px
;
height
:
60px
;
margin
:
4px
;
border
:
1px
dashed
$--color-text-secondary
;
border-radius
:
6px
;
cursor
:
pointer
;
position
:
relative
;
overflow
:
hidden
;
.file-uploader-icon
{
font-size
:
28px
;
color
:
$--color-text-regular
;
width
:
60px
;
height
:
60px
;
line-height
:
60px
;
text-align
:
center
;
}
}
}
.assets-scrollbar
{
width
:
100%
;
flex
:
1
;
}
.scrollbar-view
{
...
...
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