细节调整

This commit is contained in:
huanqing.shao
2019-10-13 21:10:25 +08:00
parent abd0b65f70
commit 318711571a
7 changed files with 49 additions and 25 deletions

View File

@ -3,9 +3,11 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- PageBottomInline -->
<ins class="adsbygoogle"
style="display:inline-block;min-width:200px;max-width:1000px;width:100%;height:160px"
style="display:block"
data-ad-client="ca-pub-3313149841665250"
data-ad-slot="8977269331"></ins>
data-ad-slot="8977269331"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
@ -20,8 +22,8 @@ export default {
<style scoped>
.adsense-page-bottom-inline {
border: 1px solid #d7dae2;
max-height: 160px;
overflow: hidden;
/* border: 1px solid #d7dae2; */
/* max-height: 160px;
overflow: hidden; */
}
</style>

View File

@ -33,7 +33,7 @@ export default {
position: fixed;
bottom: 80px;
right: 10px;
background-color: grey;
/* background-color: grey; */
}
</style>

View File

@ -5,19 +5,9 @@
</p>
<slot></slot>
<div class="adsense-page-top">
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-3313149841665250"
data-ad-slot="6968314981"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
style="display:block;"
data-ad-format="fluid"
data-ad-layout-key="-h2+d+5c-9-3e"
data-ad-client="ca-pub-3313149841665250"
@ -25,6 +15,14 @@
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-3313149841665250"
data-ad-slot="7680268021"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> -->
</div>
</div>
</template>
@ -38,10 +36,9 @@ export default {
<style scoped>
.adsense-page-top {
/* background-color: green; */
cursor: pointer;
padding-right: 2px;
border: 1px solid #d7dae2;
height: 124px !important;
max-height: 120px !important;
overflow: hidden;
}
</style>

View File

@ -8,9 +8,7 @@
<Content class="theme-default-content" style="padding-top: 0; margin-top: 0; padding-bottom: 1rem;"/>
<div class="page-nav" style="max-width: 1000px; padding-top:0;">
<AdSensePageBottomInline/>
</div>
<!-- <el-divider>加入 Kuboard 社群</el-divider> -->
<div style="margin: auto; width: 182px;">
@ -22,12 +20,15 @@
</p>
</div>
<div style="text-align: center; margin-bottom: 10px;" v-if="$page.path.indexOf('/learning/') === 0">
<div class="page-nav" style="max-width: 1000px; padding-top:0;">
<AdSensePageBottomInline/>
</div>
<!-- <div style="text-align: center; margin-bottom: 10px;" v-if="$page.path.indexOf('/learning/') === 0">
<a href="https://github.com/eip-work/kuboard-press" target="_blank">如果您觉得 Kubernetes教程 有帮到您点击此处给个 Github Star谢谢</a>
</div>
<div style="text-align: center; margin-bottom: 10px;" v-else>
<a href="https://github.com/eip-work/kuboard-press" target="_blank">如果您觉得这篇文档有帮到您点击此处给个 Github Star谢谢</a>
</div>
</div> -->
<!-- <Valine></Valine> -->
<footer class="page-edit" style="max-width: 1000px;">
<div

View File

@ -34,6 +34,7 @@
<div class="tip custom-block" style="padding: 10px 20px; margin-top: 0;">
<div style="display: inline-block; vertical-align: top;">
<li><span style="color: red; font-weight: 500;">免费</span> Kubernetes 教程绝不降低品质</li>
<li><a href="https://github.com/eip-work/kuboard-press" target="_blank" @click="$sendGaEvent('GithubStar', '页头求GitHubStar', 'GitHubStar: ' + $page.path)">给一个 Github Start</a> 是对作者最好的鼓励</li>
<!-- <li><Qq></Qq> <span style="color: red; font-weight: 500;">在线答疑</span>也可以扫描本文末尾的二维码加群</li> -->
</div>
</div>

View File

@ -1,7 +1,19 @@
Kuboard v1.0.x 的更新说明
## v1.0.4-beta.3
**发布日期**
2019年10月13日
**新特性**
**优化**
* 工作负载的名称前缀为可选添加
* 存储类列表为空时,提示当前没有存储类
* 集群中事件过多时,名称空间页面渲染时间过长
**BUG 修复**
@ -12,7 +24,6 @@ Kuboard v1.0.x 的更新说明
* HostAliases
* 容器组列表,筛选结果为空时,提示筛选 “其他”
* 存储类列表为空时,提示当前无内容,请创建
* https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

View File

@ -9,6 +9,18 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
Kuboard v1.0.x 的更新说明
## v1.0.4-beta.3
**发布日期**
2019年10月13日
**优化**
* 工作负载的名称前缀为可选添加
* 存储类列表为空时,提示当前没有存储类
* 集群中事件过多时,名称空间页面渲染时间过长
## v1.0.4-beta.2
**发布日期**