parent
a7ea9bbe34
commit
b68a395e33
|
@ -70,6 +70,7 @@ A simple playground for column count and gutter.
|
||||||
<pre
|
<pre
|
||||||
>{{ rowColHtml }}
|
>{{ rowColHtml }}
|
||||||
</pre>
|
</pre>
|
||||||
|
<br />
|
||||||
<pre
|
<pre
|
||||||
>{{ rowColHtml }}
|
>{{ rowColHtml }}
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -138,4 +139,7 @@ export default defineComponent({
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
}
|
}
|
||||||
|
[data-theme='dark'] #components-grid-demo-playground pre {
|
||||||
|
background: #2f2f2f;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -85,4 +85,9 @@ export default defineComponent({
|
||||||
.steps-action {
|
.steps-action {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme='dark'] .steps-content {
|
||||||
|
background-color: #2f2f2f;
|
||||||
|
border: 1px dashed #404040;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue