From d10434285f7d2e23f74079d5c2518d61ab00cb28 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 10 Jan 2020 22:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=B3=E4=BA=8E=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/views/Setting.vue | 35 +++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/renderer/views/Setting.vue b/src/renderer/views/Setting.vue index dfbf2514..f107846d 100644 --- a/src/renderer/views/Setting.vue +++ b/src/renderer/views/Setting.vue @@ -159,7 +159,10 @@ div.scroll(:class="$style.setting") strong 用户自愿 | 的行为, p.small 捐赠不会获得任何特权,并且你可能还要做好前一秒捐赠,下一秒软件将不可用的心理准备! - p.small 由于软件开发的初衷从未想过与利益挂钩,因此软件将会一直保持纯净。 + p.small + | 由于软件开发的初衷仅是为了 + span(:class="$style.delLine") 自用 + | 学习研究,因此软件直至停止维护都将会一直保持纯净。 br p.small @@ -661,6 +664,36 @@ export default { font-size: 12px; } +.del-line { + position: relative; +} +.del-line:after { + display: block; + height: 1px; + position: absolute; + width: 110%; + content: ' '; + left: 0; + background-color: #000; + transform: rotate(23deg); + transform-origin: 0px; + top: 2px; + z-index: 1; +} +.del-line:before { + display: block; + height: 1px; + position: absolute; + width: 110%; + content: ' '; + left: 0; + background-color: #000; + transform: rotate(-24deg); + transform-origin: 0; + top: 83%; + z-index: 1; +} + each(@themes, { :global(#container.@{value}) { .tbody {