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