update: 修复version.json文件格式并添加通知组件样式
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
"version": "2025-10-15 09:50:32",
|
"version": "2025-10-15 09:50:32",
|
||||||
"buildTime": "2025-10-15T01:50:32.937Z",
|
"buildTime": "2025-10-15T01:50:32.937Z",
|
||||||
"environment": "production"
|
"environment": "production"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user