优化文章内标签间距🍈

This commit is contained in:
Han 2025-02-20 09:59:13 +08:00
parent 4602299bb8
commit 39dcc05247

View File

@ -147,52 +147,6 @@ section.vh-container {
} }
} }
// table {
// box-sizing: border-box;
// display: table;
// width: 100%;
// border-radius: 5px;
// border-spacing: 0;
// border-collapse: separate;
// border-top: 1px solid var(--light-grey);
// border-left: 1px solid var(--light-grey);
// empty-cells: show;
// thead {
// background: rgba(153, 169, 191, .1);
// &>tr:first-child th:first-child {
// border-top-left-radius: 5px
// }
// &>tr:first-child th:last-child {
// border-top-right-radius: 5px
// }
// }
// tbody {
// &>tr:last-child td:first-child {
// border-bottom-left-radius: 5px
// }
// &>tr:last-child td:last-child {
// border-bottom-right-radius: 5px
// }
// }
// td,
// table th {
// padding: 6px 12px;
// border: 1px solid var(--light-grey);
// border-top: none;
// border-left: none;
// vertical-align: middle
// }
// }
&>header { &>header {
padding: 2rem 0; padding: 2rem 0;
display: flex; display: flex;
@ -225,7 +179,7 @@ section.vh-container {
// 自定义组件样式 // 自定义组件样式
.vh-node { .vh-node {
margin: 0.36rem 0; margin: 0.618rem 0;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: max-content; height: max-content;