diff --git a/src/styles/Article.less b/src/styles/Article.less index dc711d6..4085a90 100644 --- a/src/styles/Article.less +++ b/src/styles/Article.less @@ -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;