mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
调试
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<!-- 修改热点标签区域 -->
|
||||
<div style="margin: 20px 0;">
|
||||
<div style="margin: 10px 0;">
|
||||
<div class="hot-tags-wrapper">
|
||||
<div class="hot-tags-wrapper">
|
||||
<div
|
||||
@@ -2705,7 +2705,7 @@ a.custom2 {
|
||||
.hot-tags-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 15px;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
padding-top: 2px;
|
||||
margin-left: 0;
|
||||
@@ -2735,7 +2735,7 @@ a.custom2 {
|
||||
|
||||
/* 第二行热点标签:与第一行第一个标签对齐 */
|
||||
.hot-tags-row:nth-child(2) {
|
||||
margin-left: 85px; /* 与第一行第一个标签对齐 */
|
||||
margin-left: 64px; /* 与第一行第一个标签对齐 */
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user