feat: update docs and components, fix DLQ demo bug

This commit is contained in:
sanbuphy
2026-01-18 12:21:49 +08:00
parent 26ed39e1eb
commit e41063a1cd
159 changed files with 54236 additions and 2525 deletions
@@ -1,7 +1,7 @@
<template>
<div class="css-playground">
<div class="demo-box">
<div
<div
class="target-element"
:style="{
backgroundColor: bgColor,
@@ -52,7 +52,7 @@
<input type="range" v-model="borderWidth" min="0" max="10" />
<span class="value">{{ borderWidth }}px</span>
</div>
<div class="control-group">
<label>边框颜色 (border-color)</label>
<input type="color" v-model="borderColor" />
@@ -151,12 +151,12 @@ const borderColor = ref('#000000')
text-align: right;
}
input[type="range"] {
input[type='range'] {
flex: 1;
cursor: pointer;
}
input[type="color"] {
input[type='color'] {
width: 30px;
height: 30px;
padding: 0;
@@ -190,4 +190,4 @@ pre {
color: #9cdcfe;
font-weight: bold;
}
</style>
</style>