1
0
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:
Michael An
2023-09-13 08:40:50 +08:00
committed by GitHub
parent d829ba5b23
commit 14ce391007
520 changed files with 4774 additions and 3438 deletions

View File

@@ -35,4 +35,4 @@
}
.add-reviewer .btn {
width: 75px;
}
}

View File

@@ -84,4 +84,4 @@
.tree-view {
padding: 12px 12px 12px 0;
flex: 1 1;
}
}

View File

@@ -95,4 +95,4 @@
.old-history-main .go-back {
margin-left: -2rem;
}
}
}

View File

@@ -80,4 +80,4 @@
.disabled-link {
color: #999999;
}
}

View File

@@ -11,4 +11,4 @@
#main {
display: flex;
flex: 1;
}
}

View File

@@ -25,4 +25,4 @@
cursor: pointer;
font-size: 12px;
padding-right: 10px;
}
}

View File

@@ -6,4 +6,4 @@
justify-content: center;
align-items: center;
max-height: 365px;
}
}

View File

@@ -42,4 +42,4 @@
.comment-dialog .comment-dialog-quote ul,
.comment-dialog .comment-dialog-quote ol {
padding-left: 1rem;
}
}

View File

@@ -25,4 +25,4 @@
}
.cur-view-path button:hover {
cursor: pointer;
}
}

View File

@@ -18,4 +18,4 @@
}
.cur-view-path .nav .nav-item a {
padding: 7px 10px;
}
}

View File

@@ -75,4 +75,4 @@
.example-multiple-targets::after {
content: attr(data-count);
display: block;
}
}

View File

@@ -59,4 +59,4 @@
.readme-dialog .modal-body {
padding: 0 30px;
}
}

View File

@@ -41,4 +41,4 @@
.review-comment-dialog .review-comment-dialog-quote ul,
.review-comment-dialog .review-comment-dialog-quote ol {
padding-left: 1rem;
}
}

View File

@@ -23,4 +23,4 @@
padding: 0;
height: 600px;
overflow: hidden;
}
}

View File

@@ -6,4 +6,4 @@
.group-transfer-select .true__dropdown-indicator,
.reviewer-select .true__indicator-separator {
display: none;
}
}

View File

@@ -41,4 +41,4 @@
.right-tree-item:hover {
color: #15181A;
background-color: #F8F9FA;
}
}

View File

@@ -84,4 +84,4 @@
.tree-view {
padding: 12px 12px 12px 0;
flex: 1 1;
}
}