|
@@ -8,7 +8,10 @@
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
|
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
|
|
|
<link rel="stylesheet" href="https://cdn.staticfile.org/docsify/4.9.4/themes/vue.css" />
|
|
|
- <style type="text/css">a {text-decoration:none;}</style>
|
|
|
+ <style type="text/css">
|
|
|
+ a {text-decoration:none}
|
|
|
+ ::-webkit-scrollbar {width: 0px;height: 0px}
|
|
|
+ </style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="app">Load...</div>
|