!806 docs(#I2ARWQ): update docs for InstallContent

* docs: update InstallConstent file
* refactor: remove the close button
This commit is contained in:
Argo 2020-12-25 10:15:56 +08:00
parent 00b9c83106
commit 364d257fe0
2 changed files with 4 additions and 9 deletions

View File

@ -16,14 +16,13 @@
<Pre CodeFile="install.1.html"></Pre>
<Alert ShowBar="true" Color="Color.Danger">
<b>特别注意:</b>
<p class="mt-1">如果是使用 <code>Blazozr App</code> 模板创建的工程请移除默认的 <code>Bootstrap</code> 样式链接 <code>&lt;link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" /&gt;</code></p>
</Alert>
<Tips>
<p>如果是使用 <code>Blazozr App</code> 模板创建的工程请移除默认的 <code>Bootstrap</code> 样式链接 <code>&lt;link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" /&gt;</code></p>
</Tips>
<h4>JS 文件</h4>
<p>Bootstrap 所提供的许多组件都依赖 JavaScript 才能运行。具体来说,这些组件都依赖 jQuery、Popper.js 以及我们自己的 JavaScript 插件。将以下 <code>&lt;script&gt;</code> 标签放到 <code>>@HostFile</code> 文件尾部且在 <code>&lt;/body&gt;</code> 标签之前即可起作用。</p>
<p>Bootstrap 所提供的许多组件都依赖 JavaScript 才能运行。具体来说,这些组件都依赖 jQuery、Popper.js 以及我们自己的 JavaScript 插件。将以下 <code>&lt;script&gt;</code> 标签放到 <code>@HostFile</code> 文件尾部且在 <code>&lt;/body&gt;</code> 标签之前即可起作用。</p>
<Pre CodeFile="install.2.html"></Pre>
<h4>添加命名空间到 <code>_Imports.razor</code> 文件</h4>

View File

@ -134,10 +134,6 @@
</div>
</div>
</div>
<div class="mt-3 text-right">
<button type="button" class="btn btn-primary" @onclick="@(e => IsOpen = false)">关闭</button>
</div>
</div>
</Drawer>
</CascadingValue>