CN-1217: dashboard下钻页面增加实体跳转按钮

This commit is contained in:
刘洪洪
2023-08-08 11:56:11 +08:00
parent 6764ec4fab
commit 9b85a30214
7 changed files with 78 additions and 6 deletions

View File

@@ -55,6 +55,19 @@
align-items: center;
justify-content: center;
}
.panel-show-detail {
width: 24px;
height: 24px;
line-height: 24px;
margin-left: 6px;
i {
font-size: 22px;
cursor: pointer;
color: #626262;
}
}
}
.panel__tools {
display: flex;
@@ -104,3 +117,13 @@
}
}
}
.panel-tooltip {
height: 28px !important;
padding: 6px 10px 8px 10px !important;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
font-family: NotoSansSChineseRegular;
font-size: 12px;
color: #353636;
font-weight: 400;
}

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1690879635451') format('woff2'),
url('iconfont.woff?t=1690879635451') format('woff'),
url('iconfont.ttf?t=1690879635451') format('truetype');
src: url('iconfont.woff2?t=1691461947018') format('woff2'),
url('iconfont.woff?t=1691461947018') format('woff'),
url('iconfont.ttf?t=1691461947018') format('truetype');
}
.cn-icon {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-jump-to:before {
content: "\e7fe";
}
.cn-icon-next-step:before {
content: "\e7fd";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.