fix:修复博客接口错误的问题
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
|
||||
.item {
|
||||
display: grid;
|
||||
grid-template-columns: 40px 200px 1fr;
|
||||
grid-template-columns: 30px 150px 1fr;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 5px;
|
||||
cursor: pointer;
|
||||
color: blog.$normal-text-color;
|
||||
|
||||
|
||||
@@ -37,6 +37,13 @@
|
||||
color: #FFFFFF !important;
|
||||
background-color: #7d26cd;
|
||||
padding: 2px;
|
||||
|
||||
.fa-newspaper::after {
|
||||
content: "精品";
|
||||
margin-left: 2px;
|
||||
font-size: smaller;
|
||||
font-family: CustomFont, serif;
|
||||
}
|
||||
}
|
||||
|
||||
.date {
|
||||
|
||||
Reference in New Issue
Block a user