| | |
| | | <!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" /> |
| | |
| | | <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; |
| | | } |
| | |
| | | @keyframes ant-rotate { |
| | | to { |
| | | transform: rotate(405deg); |
| | | } |
| | | } |
| | | |
| | | @keyframes ant-rotate { |
| | | to { |
| | | transform: rotate(405deg); |
| | | } |
| | | } |
| | | |
| | | @keyframes ant-spin-move { |
| | | to { |
| | | opacity: 1; |
| | | } |
| | | } |
| | | |