We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ea9bb commit b68a395Copy full SHA for b68a395
components/grid/demo/playfround.vue
@@ -70,6 +70,7 @@ A simple playground for column count and gutter.
70
<pre
71
>{{ rowColHtml }}
72
</pre>
73
+ <br />
74
75
76
@@ -138,4 +139,7 @@ export default defineComponent({
138
139
font-size: 13px;
140
padding: 8px 16px;
141
}
142
+[data-theme='dark'] #components-grid-demo-playground pre {
143
+ background: #2f2f2f;
144
+}
145
</style>
components/steps/demo/step-next.vue
@@ -85,4 +85,9 @@ export default defineComponent({
85
.steps-action {
86
margin-top: 24px;
87
88
+
89
+[data-theme='dark'] .steps-content {
90
+ background-color: #2f2f2f;
91
+ border: 1px dashed #404040;
92
93
0 commit comments