From 6a7257f9d8f659c508cf826726126c0fa4363eef Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期一, 14 四月 2025 17:04:39 +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