no message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user