From b554f8f3d4b536e0a71c371593f26f0b49404053 Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Sat, 9 Apr 2022 22:00:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20v1.10.4=20-=20=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E6=89=93=E5=8D=B0=E5=92=8C=E5=AF=BC?= =?UTF-8?q?=E5=87=BApdf=E6=97=B6=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- vdoing/package.json | 2 +- vdoing/styles/index.styl | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30608507d8..0b0fcfe143 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "vuepress-plugin-one-click-copy": "^1.0.2", "vuepress-plugin-thirdparty-search": "^1.0.2", "vuepress-plugin-zooming": "^1.1.7", - "vuepress-theme-vdoing": "^1.10.3", + "vuepress-theme-vdoing": "^1.10.4", "yamljs": "^0.3.0" } } diff --git a/vdoing/package.json b/vdoing/package.json index ae2f11fd39..95fbb7c0a3 100644 --- a/vdoing/package.json +++ b/vdoing/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-vdoing", - "version": "1.10.3", + "version": "1.10.4", "description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。", "author": { "name": "gaoyi(Evan) Xu" diff --git a/vdoing/styles/index.styl b/vdoing/styles/index.styl index 1134997d04..0817f5dae5 100644 --- a/vdoing/styles/index.styl +++ b/vdoing/styles/index.styl @@ -301,3 +301,10 @@ th, td padding-left 0 @require 'mobile.styl' + +// 打印时的样式 +@media print + .navbar,.sidebar,.buttons + display: none + .page + padding-top: 0 !important