修改样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user