no message

This commit is contained in:
A1300399510 2024-01-08 18:58:46 +08:00
parent f3db01ec40
commit 9d07e02de6
2 changed files with 3 additions and 2 deletions

View File

@ -293,7 +293,6 @@
</div> </div>
</div> </div>
<!-- <div class="floor-area flexacenter" v-if="floorAreaState"> -->
<div class="floor-area flexacenter"> <div class="floor-area flexacenter">
<div class="floor-content flexacenter"> <div class="floor-content flexacenter">
<div class="floor-left flexacenter"> <div class="floor-left flexacenter">
@ -548,6 +547,7 @@ const clearAllData = () => {
let floorRightState = ref(false) // let floorRightState = ref(false) //
//
const handleFloorRight = value => { const handleFloorRight = value => {
floorRightState.value = value floorRightState.value = value
} }

View File

@ -193,7 +193,8 @@ try {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; // justify-content: space-between;
align-items: flex-start;
.empty-box { .empty-box {
width: 1200px; width: 1200px;