mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
update style
This commit is contained in:
parent
e0047cc0ad
commit
f5a9868cfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user