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