no message

This commit is contained in:
A1300399510
2024-01-25 19:29:12 +08:00
parent 89020a40b7
commit bd7c792cbe
970 changed files with 119575 additions and 101 deletions

View File

@@ -90,6 +90,7 @@ const getFullUrl = () => {
return window.location.href
}
// 复制
let copyText = text => {
if (navigator.clipboard) {
@@ -280,7 +281,7 @@ const floorCommentBtn = inject("floorCommentBtn")
.comment-btn {
width: 40px;
height: 40px;
background-color: rgba(172, 183, 46, 1);
background-color: var(--main-color);
border-radius: 20px;
cursor: pointer;
.comment-btn-icon {
@@ -364,7 +365,6 @@ const floorCommentBtn = inject("floorCommentBtn")
}
color: #555555;
// line-height: 22px;
font-size: 13px;
.give-sweep {