小修改

This commit is contained in:
A1300399510
2023-08-09 15:18:06 +08:00
parent a503d2e292
commit 520b970905
5 changed files with 41 additions and 4 deletions

View File

@@ -426,7 +426,7 @@ onUnmounted(() => {
.info-right {
.operate-item:hover .btn-qrcode{
.operate-item:hover .btn-qrcode {
display: block;
}
@@ -534,6 +534,10 @@ onUnmounted(() => {
margin-right: 10px;
cursor: pointer;
&:hover {
color: #000;
}
&.pitch {
background-color: rgba(98, 177, 255, 1);
border-radius: 8px;