docs: perf dark (#5440)

Co-authored-by: caijun <caijun@gumingnc.com>
pull/5449/head
ajuner 3 years ago committed by GitHub
parent a7ea9bbe34
commit b68a395e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,6 +70,7 @@ A simple playground for column count and gutter.
<pre
>{{ rowColHtml }}
</pre>
<br />
<pre
>{{ rowColHtml }}
</pre>
@ -138,4 +139,7 @@ export default defineComponent({
font-size: 13px;
padding: 8px 16px;
}
[data-theme='dark'] #components-grid-demo-playground pre {
background: #2f2f2f;
}
</style>

@ -85,4 +85,9 @@ export default defineComponent({
.steps-action {
margin-top: 24px;
}
[data-theme='dark'] .steps-content {
background-color: #2f2f2f;
border: 1px dashed #404040;
}
</style>

Loading…
Cancel
Save