优化文章内标签间距🍈
This commit is contained in:
parent
4602299bb8
commit
39dcc05247
@ -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 {
|
||||
padding: 2rem 0;
|
||||
display: flex;
|
||||
@ -225,7 +179,7 @@ section.vh-container {
|
||||
|
||||
// 自定义组件样式
|
||||
.vh-node {
|
||||
margin: 0.36rem 0;
|
||||
margin: 0.618rem 0;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: max-content;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user