魔墙:修改对话框大小
This commit is contained in:
parent
6f636315b6
commit
138b19c717
|
@ -102,7 +102,7 @@
|
|||
|
||||
<q-separator />
|
||||
|
||||
<q-card-section style="max-height: 80vh; width: 55vw" class="q-pa-none">
|
||||
<q-card-section style="max-height: 70vh; width: 48vw" class="q-pa-none">
|
||||
<q-scroll-area style="height: 70vh">
|
||||
<q-card class="my-card" flat bordered>
|
||||
<q-card-section horizontal>
|
||||
|
@ -298,8 +298,8 @@
|
|||
<div
|
||||
style="
|
||||
position: absolute;
|
||||
height: 20.7vw;
|
||||
width: 36.8vw;
|
||||
height: 18vw;
|
||||
width: 32vw;
|
||||
text-align: center;
|
||||
"
|
||||
:class="$store.state.power_state ? 'wall' : ''"
|
||||
|
@ -321,8 +321,8 @@
|
|||
v-if="$store.state.power_state"
|
||||
style="
|
||||
position: absolute;
|
||||
height: 20.7vw;
|
||||
width: 36.8vw;
|
||||
height: 18vw;
|
||||
width: 32vw;
|
||||
overflow: hidden;
|
||||
"
|
||||
@click="canel_active()"
|
||||
|
@ -670,7 +670,7 @@
|
|||
.wall {
|
||||
border: 1px solid black;
|
||||
background: no-repeat url("../../public/magic_bg/bg.jpg");
|
||||
background-size: 36.8vw 20.7vw;
|
||||
background-size: 32vw 18vw;
|
||||
}
|
||||
|
||||
.wall_row {
|
||||
|
@ -2009,7 +2009,10 @@ export default defineComponent({
|
|||
monitor_list_current_index.value = -1;
|
||||
}
|
||||
}
|
||||
console.log(item)
|
||||
console.log(test_monitor_wall.value)
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
onDragEnter(e: DragEvent, index: string) {
|
||||
|
|
Loading…
Reference in New Issue