feat: 分享中心有新内容时提示

This commit is contained in:
fofolee
2020-12-30 22:30:18 +08:00
parent 8bc4c8f766
commit 0bdebd9e53
3 changed files with 47 additions and 7 deletions

View File

@@ -952,3 +952,13 @@ li.CodeMirror-hint {
.swal2-input {
text-align: center;
}
.circle {
position: absolute;
background: red;
border-radius: 50%;
padding: 1px;
top: -8px;
right: 160px;
display: none;
}