From aa69bbdc334707391579590aab7cf859ad4ab427 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期四, 13 六月 2024 16:57:15 +0800 Subject: [PATCH] 优化 --- src/books/mathBook/view/components/chapter001.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/books/mathBook/view/components/chapter001.vue b/src/books/mathBook/view/components/chapter001.vue index c887734..2f327f9 100644 --- a/src/books/mathBook/view/components/chapter001.vue +++ b/src/books/mathBook/view/components/chapter001.vue @@ -178,8 +178,8 @@ <span class="btn-box" @click="isShowExampleOne = !isShowExampleOne"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.501" - height="20.501" + width="18.501" + height="18.501" viewBox="0 0 20.501 20.501" > <path @@ -208,8 +208,8 @@ <span class="btn-box" @click="isShowExampleTwo = !isShowExampleTwo"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.501" - height="20.501" + width="18.501" + height="18.501" viewBox="0 0 20.501 20.501" > <path @@ -286,8 +286,8 @@ > <svg xmlns="http://www.w3.org/2000/svg" - width="18.501" - height="18.501" + width="16.501" + height="16.501" viewBox="0 0 20.501 20.501" > <path -- Gitblit v1.9.1