fix(memberPointInfo): 修复全局样式问题

This commit is contained in:
woody 2025-09-28 09:12:23 +08:00
parent f326d950a2
commit b29d78bd16
2 changed files with 5 additions and 4 deletions

View File

@ -183,8 +183,5 @@ tbody {
line-height: 36px;
}
}
.thebtn2 {
color: #ffffff !important;
background: #ffad41 !important;
}

View File

@ -313,4 +313,8 @@ export default {
color: #333333;
margin-bottom: 18px;
}
.thebtn2 {
color: #ffffff !important;
background: #ffad41 !important;
}
</style>