docs: opt doc #767 [update site]

pull/784/head^2
tangjinzhou 2019-05-14 22:16:44 +08:00
parent 28b7a68dc4
commit faa4c1c5d9
2 changed files with 4 additions and 2 deletions

View File

@ -304,7 +304,7 @@ export default {
</div>
</a-locale-provider>
{ name.indexOf('back-top') === -1 ? <a-back-top /> : null }
<Geektime />
{ isCN && <Geektime /> }
</div>
);
},

View File

@ -36,7 +36,9 @@
font-weight: 500;
background: rgba(0, 0, 0, 0.02);
}
.api-container pre code {
pre > code[class*='lang-'],
pre > code[class*='language-'] {
padding: 12px 20px;
overflow: auto;
}