From 39dcc0524714143653f3277e6e9d6a9bd77fbb95 Mon Sep 17 00:00:00 2001 From: Han <1655466387@qq.com> Date: Thu, 20 Feb 2025 09:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E7=AB=A0=E5=86=85?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=97=B4=E8=B7=9D=F0=9F=8D=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/Article.less | 48 +---------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) 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;