根据用户反馈 解决 IE 11 下全屏显示一半的问题

This commit is contained in:
FairyEver 2019-08-09 15:30:11 +08:00
parent e9f948e79d
commit 818121ae55
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link rel="icon" href="<%= BASE_URL %>icon.ico">
<title><%= VUE_APP_TITLE %></title>
<style>
html, body, #app { height: 100%; margin: 0px; padding: 0px; }
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; }