mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
修复部分弹窗背景透明的 bug
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<q-card
|
||||
@click="handleCardClick"
|
||||
v-ripple
|
||||
:class="{ [`text-${disabledColor}`]: !isCommandActivated }"
|
||||
:class="{ [`text-${disabledColor}`]: !isCommandActivated, command: 1 }"
|
||||
>
|
||||
<q-card-section>
|
||||
<!-- logo -->
|
||||
@@ -416,12 +416,12 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.q-card {
|
||||
.q-card.command {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
background: #00000008;
|
||||
}
|
||||
.q-card--dark {
|
||||
.q-card--dark.command {
|
||||
background: #ffffff08;
|
||||
}
|
||||
.q-badge {
|
||||
|
Reference in New Issue
Block a user