This commit is contained in:
lhj
2024-10-10 00:08:14 +08:00
parent 4ea7cb6c13
commit 5daa234cda
4 changed files with 2 additions and 17 deletions

View File

@ -163,7 +163,8 @@ useDraggable(el2, componentsList, {
.component-list-inner {
display: flex;
flex-direction: column;
height: 500px;
overflow-y: auto;
height: 960px;
}
.component-item {

View File

@ -47,11 +47,6 @@ button {
button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}
.card {
padding: 2em;
}