update: 修复version.json文件格式并添加通知组件样式

This commit is contained in:
刘引
2025-10-15 09:56:10 +08:00
parent 20428e2ac8
commit eb7312fb23
2 changed files with 12 additions and 1 deletions

View File

@@ -11,3 +11,14 @@ li {
margin: 0 auto; margin: 0 auto;
} }
$fzt: 20px; $fzt: 20px;
.t-notification__detail {
// padding: 0 20px;
.t-notification__detail-item {
padding: 6px 12px;
&:nth-child(1) {
color: #0052d9;
}
}
}