Skip to content

Commit

Permalink
根据用户反馈 解决 IE 11 下全屏显示一半的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Aug 9, 2019
1 parent e9f948e commit 818121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -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; }
Expand Down

0 comments on commit 818121a

Please sign in to comment.