update style

This commit is contained in:
Fine 2022-11-10 14:00:17 +08:00
parent e0047cc0ad
commit f5a9868cfc

View File

@ -35,7 +35,7 @@ limitations under the License. -->
<th>
<el-popover placement="bottom" :width="230" trigger="click">
<template #reference>
<div>
<div class="name">
<Icon iconName="circle" :style="`color: ${colors[index]};`" />
<i>{{ item.name }}</i>
</div>
@ -127,6 +127,10 @@ table thead th {
background: #fff;
}
.name {
cursor: pointer;
}
table td {
padding: 5px;
text-align: center;
@ -164,10 +168,6 @@ i {
}
}
.name {
cursor: pointer;
}
.list {
height: 360px;
overflow: auto;