大屏显示

main
FOAM 2023-12-07 11:45:47 +08:00
parent 2e5cafd75f
commit b3bbb122fd
1 changed files with 10 additions and 10 deletions

View File

@ -25,9 +25,9 @@
<el-popover
v-if="item.type==0"
placement="top-start"
:title="item.id"
trigger="hover"
:content="item.code"
:content="item.id"
width="160px"
>
<template #reference>
<el-image
@ -42,9 +42,10 @@
<el-popover
v-if="item.type==1"
placement="top-start"
:title="item.id"
:title="item.code"
trigger="hover"
:content="item.code"
:content="item.id"
width="160px"
>
<template #reference>
<el-image
@ -59,9 +60,9 @@
<el-popover
v-if="item.type==2"
placement="top-start"
:title="item.id"
trigger="hover"
:content="item.code"
:content="item.id"
width="160px"
>
<template #reference>
<el-image
@ -76,9 +77,9 @@
<el-popover
v-if="item.type==3"
placement="top-start"
:title="item.id"
trigger="hover"
:content="item.code"
:content="item.id"
width="160px"
>
<template #reference>
<el-image
@ -201,7 +202,7 @@ span {
line-height: v-bind(lineHeight);
}
.seatImg0Class {
background: #E53240;
background: #A681E6;
position: absolute;
top: 0;
left: 0;
@ -227,7 +228,6 @@ span {
}
.seatImg3Class {
background:#F29961;
position: absolute;
top: 0;
left: 0;