From 4939847a4d67b725656d7e4569063299e6be452f Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 17 Nov 2023 13:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E6=97=B6=E9=97=B4=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/time/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/time/index.js b/src/time/index.js index 6539bcf..cad7000 100644 --- a/src/time/index.js +++ b/src/time/index.js @@ -79,8 +79,6 @@ class Time extends Component { display: inline-flex; font-size: 12px; color: var(--color-dark-1); - } - time { -webkit-user-select: none; user-select: none; cursor: default; @@ -89,7 +87,7 @@ class Time extends Component { ] render() { - return html`` + return this.#value } }