条件判断添加作用范围样式及拖拽校验

This commit is contained in:
fofolee
2025-01-01 14:04:37 +08:00
parent 9ea10f8033
commit f3a01a1ba9
10 changed files with 474 additions and 166 deletions

View File

@@ -179,6 +179,7 @@ export default defineComponent({
flex-direction: column;
height: 100%;
border-radius: 10px;
user-select: none;
}
.section-header {
@@ -218,6 +219,10 @@ export default defineComponent({
border: none;
}
.composer-list :deep(.q-expansion-item .q-item) {
justify-content: space-between;
}
.body--dark .composer-list {
background-color: rgba(32, 32, 32, 0.8);
}