no message
This commit is contained in:
parent
f3db01ec40
commit
9d07e02de6
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user