From 3741eae0abfeb6327ee176bde024ba98ded27452 Mon Sep 17 00:00:00 2001 From: lvxiangcong Date: Thu, 22 Sep 2022 19:52:46 +0800 Subject: [PATCH] =?UTF-8?q?TASK:#110955=E4=BF=AE=E6=94=B9=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- src/components/clock/clock-style.ts | 4 ++-- src/test/panels/root.ts | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 537b7a7..495378a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - add indicator-page-point - add blur - add radio +- add clock - add toast - add card - add contaienr @@ -18,4 +19,3 @@ - add delay exchange feature - fix bugs of container exchange stradegy - add confirm -- add clock diff --git a/src/components/clock/clock-style.ts b/src/components/clock/clock-style.ts index 7e5f7ab..1cafcdf 100644 --- a/src/components/clock/clock-style.ts +++ b/src/components/clock/clock-style.ts @@ -141,8 +141,8 @@ export const sharedStyles: CSSResult = css` } .star-clock-point-transparent { display: inline-block; - width: 20px; - height: 20px; + width: 18px; + height: 18px; position: absolute; right: 50%; top: 0; diff --git a/src/test/panels/root.ts b/src/test/panels/root.ts index 7c33539..c791953 100644 --- a/src/test/panels/root.ts +++ b/src/test/panels/root.ts @@ -145,14 +145,6 @@ export class PanelRoot extends LitElement { href="#radio" >
- -

+ +