From 94b93ea7e7f83c678b1413fc9fc8642e69213647 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 18 六月 2024 14:49:57 +0800
Subject: [PATCH] 版本更新

---
 index.html |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/index.html b/index.html
index 46fa825..41d55cf 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
-<!DOCTYPE html>
-<html lang="en" id="htmlRoot">
+<!doctype html>
+<html lang="zh" id="htmlRoot">
   <head>
     <meta charset="UTF-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
@@ -14,6 +14,11 @@
   <body>
     <div id="app">
       <style>
+        html {
+          /* same as ant-design-vue/dist/reset.css setting, avoid the title line-height changed */
+          line-height: 1.15;
+        }
+
         html[data-theme='dark'] .app-loading {
           background-color: #2c344a;
         }
@@ -117,18 +122,6 @@
         @keyframes ant-rotate {
           to {
             transform: rotate(405deg);
-          }
-        }
-
-        @keyframes ant-rotate {
-          to {
-            transform: rotate(405deg);
-          }
-        }
-
-        @keyframes ant-spin-move {
-          to {
-            opacity: 1;
           }
         }
 

--
Gitblit v1.9.3