From d0e3e0d1dfb753a9b54bb5d5ee24850d5919629b Mon Sep 17 00:00:00 2001 From: ikenxuan <2066855608@qq.com> Date: Mon, 19 Aug 2024 19:40:48 +0800 Subject: [PATCH] . --- .vitepress/theme/components/Task.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.vitepress/theme/components/Task.vue b/.vitepress/theme/components/Task.vue index ae2ad496..eb0ffa98 100644 --- a/.vitepress/theme/components/Task.vue +++ b/.vitepress/theme/components/Task.vue @@ -70,7 +70,7 @@ export default { position: relative; width: 20px; height: 20px; - border: 1.5px solid #20CC20; + border: 2px solid #00D26A; border-radius: 50%; display: flex; align-items: center; @@ -79,13 +79,14 @@ export default { .check-circle::after { content: ''; - width: 5px; - height: 10px; - border-right: 1.5px solid #20CC20; - border-bottom: 1.5px solid #20CC20; + width: 6px; + height: 11px; + border-right: 2px solid #00D26A; + border-bottom: 2px solid #00D26A; transform: rotate(45deg); position: absolute; - margin: 0 0 1.5px 0.8px; + margin: 0 0 2px 0.1px; + border-radius: 1px; } /* 动态旋转的小圆点动画 */