This commit is contained in:
2024-05-17 18:02:49 +08:00
parent 8407d51fb6
commit b5264dc222
4056 changed files with 308094 additions and 41932 deletions

View File

@@ -78,7 +78,7 @@
padding: 8px 10px;
font-size: 14px;
border-bottom: 1px $border-color solid;
font-weight: 400;
font-weight: 600;
color: #606266;
line-height: 23px;
box-sizing: border-box;

View File

@@ -440,7 +440,7 @@
}
.list-item:hover {
background-color: #f0f0f0;
background-color: #f5f5f5;
}
.check {
@@ -453,7 +453,7 @@
.search-input {
font-size: 12px;
border: 1px solid #f0f0f0;
border: 1px solid #f5f5f5;
border-radius: 3px;
padding: 2px 5px;
min-width: 150px;
@@ -467,7 +467,7 @@
.input {
font-size: 12px;
border: 1px solid #f0f0f0;
border: 1px solid #f5f5f5;
border-radius: 3px;
margin: 10px;
padding: 2px 5px;