mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Fix eslint warnings (#5635)
* 01 fix eslint warnings * fix code warnings * fix code warnings * fix code warnings * fix code warnings * fix code warnings
This commit is contained in:
@@ -35,4 +35,4 @@
|
||||
}
|
||||
.add-reviewer .btn {
|
||||
width: 75px;
|
||||
}
|
||||
}
|
||||
|
@@ -84,4 +84,4 @@
|
||||
.tree-view {
|
||||
padding: 12px 12px 12px 0;
|
||||
flex: 1 1;
|
||||
}
|
||||
}
|
||||
|
@@ -95,4 +95,4 @@
|
||||
.old-history-main .go-back {
|
||||
margin-left: -2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -80,4 +80,4 @@
|
||||
|
||||
.disabled-link {
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
@@ -11,4 +11,4 @@
|
||||
#main {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
@@ -25,4 +25,4 @@
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
max-height: 365px;
|
||||
}
|
||||
}
|
||||
|
@@ -42,4 +42,4 @@
|
||||
.comment-dialog .comment-dialog-quote ul,
|
||||
.comment-dialog .comment-dialog-quote ol {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
@@ -25,4 +25,4 @@
|
||||
}
|
||||
.cur-view-path button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@@ -18,4 +18,4 @@
|
||||
}
|
||||
.cur-view-path .nav .nav-item a {
|
||||
padding: 7px 10px;
|
||||
}
|
||||
}
|
||||
|
@@ -75,4 +75,4 @@
|
||||
.example-multiple-targets::after {
|
||||
content: attr(data-count);
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
@@ -59,4 +59,4 @@
|
||||
|
||||
.readme-dialog .modal-body {
|
||||
padding: 0 30px;
|
||||
}
|
||||
}
|
||||
|
@@ -41,4 +41,4 @@
|
||||
.review-comment-dialog .review-comment-dialog-quote ul,
|
||||
.review-comment-dialog .review-comment-dialog-quote ol {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
@@ -23,4 +23,4 @@
|
||||
padding: 0;
|
||||
height: 600px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@
|
||||
.group-transfer-select .true__dropdown-indicator,
|
||||
.reviewer-select .true__indicator-separator {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@@ -41,4 +41,4 @@
|
||||
.right-tree-item:hover {
|
||||
color: #15181A;
|
||||
background-color: #F8F9FA;
|
||||
}
|
||||
}
|
||||
|
@@ -84,4 +84,4 @@
|
||||
.tree-view {
|
||||
padding: 12px 12px 12px 0;
|
||||
flex: 1 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user