修改样式

This commit is contained in:
admin
2021-07-05 15:11:32 +08:00
parent 43f6875f2a
commit 0ec5b1c2fb
7 changed files with 27 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
.cn-panel {
display: grid;
grid-template-columns: repeat(30, 1fr);
grid-template-columns: repeat(30, 2.90%);
grid-auto-flow: row;
grid-auto-rows: var(--chart-height-unit);
grid-gap: 10px;
@@ -57,6 +57,7 @@
display: flex;
justify-content: center;
align-items: center;
grid-template-columns:(5,200px);
.single-value-icon__box{
height: 70px;
@@ -96,19 +97,13 @@
font-weight: bold;
}
.content__title {
width: 206px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
width: 80px;
font-size: 16px;
color: #666666;
}
.content__title:hover{
overflow: visible;
white-space: inherit;
min-width:100%;
}
}
}
&>.cn-chart__single-value.cn-chart__single-value--icon-right {