Skip to content

Commit b68a395

Browse files
ajunercaijun
andauthored
docs: perf dark (#5440)
Co-authored-by: caijun <[email protected]>
1 parent a7ea9bb commit b68a395

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

components/grid/demo/playfround.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ A simple playground for column count and gutter.
7070
<pre
7171
>{{ rowColHtml }}
7272
</pre>
73+
<br />
7374
<pre
7475
>{{ rowColHtml }}
7576
</pre>
@@ -138,4 +139,7 @@ export default defineComponent({
138139
font-size: 13px;
139140
padding: 8px 16px;
140141
}
142+
[data-theme='dark'] #components-grid-demo-playground pre {
143+
background: #2f2f2f;
144+
}
141145
</style>

components/steps/demo/step-next.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,9 @@ export default defineComponent({
8585
.steps-action {
8686
margin-top: 24px;
8787
}
88+
89+
[data-theme='dark'] .steps-content {
90+
background-color: #2f2f2f;
91+
border: 1px dashed #404040;
92+
}
8893
</style>

0 commit comments

Comments
 (0)