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>
|
<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;
|
||||||
|
Loading…
Reference in New Issue
Block a user