no message

main
bbl\baobl 2023-12-27 15:17:25 +08:00
parent 81957e9aa5
commit b385589724
2 changed files with 32 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -64,10 +64,10 @@
>
<template #reference>
<el-image
class="seatImg2Class"
class="seatImg6Class"
:seatId="item.id"
:seatIndex="index"
:src="img_3"
:src="img_130"
/>
</template>
</el-popover>
@ -76,6 +76,7 @@
v-if="item.type==4"
placement="top-start"
trigger="hover"
:title="item.code"
:content="item.id"
width="160px"
>
@ -93,15 +94,33 @@
v-if="item.type==5"
placement="top-start"
trigger="hover"
:title="item.code"
:content="item.id"
width="160px"
>
<template #reference>
<el-image
class="seatImg4Class"
class="seatImg6Class"
:seatId="item.id"
:seatIndex="index"
:src="img_5"
:src="img_kong"
/>
</template>
</el-popover>
<el-popover
v-if="item.type==6"
placement="top-start"
trigger="hover"
:title="item.code"
:content="item.item_code"
width="160px"
>
<template #reference>
<el-image
class="seatImg2Class"
:seatId="item.id"
:seatIndex="index"
:src="img_134"
/>
</template>
</el-popover>
@ -119,6 +138,7 @@ import img_jinyong from "@/assets/kuwei/132.png";
import img_kong from "@/assets/kuwei/133.png";
import img_3 from "@/assets/kuwei/md3.png";
import img_5 from "@/assets/kuwei/md5.png";
import img_134 from "@/assets/kuwei/134.png";
import type KuWeiComponent from './config'
import type { KuWeiType } from './type'
import { ElNotification } from 'element-plus'
@ -254,6 +274,14 @@ span {
height: 100%;
border-radius:3px;
}
.seatImg6Class {
background: #B4870CFF;
position: absolute;
top: 0;
left: 0;
height: 100%;
border-radius:3px;
}
.title {
width: 100%;
height: 35px;