修改通知样式问题

This commit is contained in:
nisen
2023-09-06 23:12:52 +08:00
parent 7c614bed6b
commit 92610d4640

View File

@@ -108,7 +108,7 @@ export default {
.bgc {
font-size: 18px;
font-weight: 600;
// font-weight: 600;
color: #000000;
background: linear-gradient(180deg,
rgba(56, 125, 247, 0.2) 0%,
@@ -118,6 +118,7 @@ export default {
padding: 40px 70px;
.title {
font-weight: 600;
padding: 20px;
display: flex;
justify-content: space-between;