Files
mes-ui-d2/public/index.html
FairyEver d911bb3a43 根据用户反馈 解决 IE 11 下全屏显示一半的问题
Former-commit-id: a73f2ede112563ae4fedb3e358a2f644d7e51880 [formerly 919301b0bc7c3cfdf1c377b73b1611a6289133cb] [formerly a73f2ede112563ae4fedb3e358a2f644d7e51880 [formerly 919301b0bc7c3cfdf1c377b73b1611a6289133cb] [formerly a73f2ede112563ae4fedb3e358a2f644d7e51880 [formerly 919301b0bc7c3cfdf1c377b73b1611a6289133cb] [formerly 919301b0bc7c3cfdf1c377b73b1611a6289133cb [formerly bde43e0a4b15fbe730cac41efc11860a6422184b [formerly 53dc56e063159e4a9922c98dd5652494ba8e794f]]]]]
Former-commit-id: 1b4cb7a0b0c063234eaddf64d4f839ac0415abf2
Former-commit-id: 0b2ec8ced77a5af344e89d350ff0db73743dd7b2
Former-commit-id: fa20b5c1001ba9ab8ed6728de74647a5be2ea5fd [formerly 173ce8f9e75dd251c6958d3652be4ce9ee0e0281]
Former-commit-id: 003fcb7fb5ff7cb22dfa850ca2f3d5123819d9f2
Former-commit-id: a414ebf24b03eee377ffc1482f74ffaf1477cbf5
Former-commit-id: 5b92385df78f8a0debcc31d3179df3bdfc49a8cf
Former-commit-id: c2f77d212617f537dcd04881451096af75766130
Former-commit-id: 8101eda818a3b046fb3394168f16b3b609cad9af
2019-08-09 15:30:11 +08:00

48 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>icon.ico">
<title><%= VUE_APP_TITLE %></title>
<style>
html, body, #app { height: 100%; margin: 0px; padding: 0px; width: 100%; }
.d2-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
.d2-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
.d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
.d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
</style>
<script>
var _hmt = _hmt || [];
var hmid = "bc38887aa5588add05a38704342ad7e8";
(function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();
</script>
</head>
<body>
<noscript>
<strong>
Sorry, D2Admin will not work properly without JavaScript support. Enable JavaScript for browsers and continue.
</strong>
</noscript>
<div id="app">
<div class="d2-home">
<div class="d2-home__main">
<img
class="d2-home__loading"
src="./image/loading/loading-spin.svg"
alt="loading">
</div>
<div class="d2-home__footer">
<a
href="https://github.com/d2-projects/d2-admin"
target="_blank">
https://github.com/d2-projects/d2-admin
</a>
</div>
</div>
</div>
</body>
</html>