大屏显示
parent
2e5cafd75f
commit
b3bbb122fd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue