fix: termail 文件上传下载 样式调整
This commit is contained in:
@@ -14,8 +14,19 @@
|
||||
background: #1E1E1E;
|
||||
box-sizing: border-box;
|
||||
color: #ffffff;
|
||||
i {
|
||||
margin-right: 22px;
|
||||
.header-option{
|
||||
>i {
|
||||
margin-right: 22px;
|
||||
}
|
||||
}
|
||||
.breadcrumb-item{
|
||||
color: #ffffff
|
||||
}
|
||||
.breadcrumb-action{
|
||||
cursor: pointer;
|
||||
}
|
||||
.breadcrumb-action:hover{
|
||||
color: $--color-primary;
|
||||
}
|
||||
}
|
||||
.file-directory-content{
|
||||
@@ -34,7 +45,10 @@
|
||||
.file-directory-content::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(244,244,244,0.16);
|
||||
border-radius: 4px;
|
||||
border:none
|
||||
border:none;
|
||||
.file-feature{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.file-item{
|
||||
font-family: Roboto-Regular;
|
||||
@@ -54,6 +68,7 @@
|
||||
.file-feature{
|
||||
width: 100px;
|
||||
flex-shrink: 1;
|
||||
opacity: 0;
|
||||
>.nz-icon-download1 {
|
||||
margin-right: 24px;
|
||||
}
|
||||
@@ -73,5 +88,11 @@
|
||||
color: #FF9230;
|
||||
line-height: 21px;
|
||||
font-weight: 400;
|
||||
.file-feature{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.my-loading-box{
|
||||
background: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user