mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
条件判断添加作用范围样式及拖拽校验
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user