File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33.layout {
44 width : 100vw ;
5+ min-width : 900px ;
56 min-height : calc (100vh - @footer-height );
67
78 display : flex ;
Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ const htmlTemp = `
88<!DOCTYPE html>
99<html>
1010 <head>
11+ <meta charset="utf-8">
1112 <title state-data-title="">七牛云 - JS SDK 示例 V3</title>
12- <meta name="viewport" content="initial-scale=1.0,width=device-width,user-scalable=no ">
13+ <meta name="viewport" content="initial-scale=1.0,width=device-width">
1314 <link rel="shortcut icon" href="https://qiniu.staticfile.org/favicon.ico" type="image/vnd.microsoft.icon">
15+ <script src="//cdn.jsdelivr.net/npm/eruda"></script>
16+ <script>eruda.init();</script>
1417 </head>
1518 <body>
1619 <div id="root"></div>
You can’t perform that action at this time.
0 commit comments