From bbece21ba4aa1f16cca6a3f02ca152e27b0315b9 Mon Sep 17 00:00:00 2001
From: chen <2659004835@qq.com>
Date: Fri, 1 Apr 2022 08:55:06 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/dates/yy-mm-dd-hh-ss.vue | 528 ++++++++++++++--------------
1 file changed, 270 insertions(+), 258 deletions(-)
diff --git a/components/dates/yy-mm-dd-hh-ss.vue b/components/dates/yy-mm-dd-hh-ss.vue
index 920196a..eab00e0 100644
--- a/components/dates/yy-mm-dd-hh-ss.vue
+++ b/components/dates/yy-mm-dd-hh-ss.vue
@@ -1,283 +1,295 @@
-
-
-
-
-
-
-
-
- {{ item + "年" }}
-
-
-
-
- {{ formatNum(item) + "月" }}
-
-
-
-
- {{ formatNum(item) + "日" }}
-
-
-
-
- {{ formatNum(item) + "时" }}
-
-
-
-
- {{ formatNum(item) + "分" }}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ item + "年" }}
+
+
+
+
+ {{ formatNum(item) + "月" }}
+
+
+
+
+ {{ formatNum(item) + "日" }}
+
+
+
+
+ {{ formatNum(item) + "时" }}
+
+
+
+
+ {{ formatNum(item) + "分" }}
+
+
+
+
+
+