fix: add notion page in knowledge (#5430)

This commit is contained in:
zxhlyh
2024-06-20 15:48:38 +08:00
committed by GitHub
parent 3db110c0b9
commit 0d20df9a51
4 changed files with 43 additions and 9 deletions

View File

@@ -6,4 +6,9 @@
background: #155eef url(./assets/check.svg) center center no-repeat;
background-size: 12px 12px;
border-color: #155eef;
}
.checked.disabled {
background-color: #d0d5dd;
border-color: #d0d5dd;
}