updat
This commit is contained in:
parent
96bedede04
commit
5f000d8f4c
@ -633,8 +633,6 @@ export default {
|
|||||||
color: #00b4dc;
|
color: #00b4dc;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 100vh;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-header {
|
.dashboard-header {
|
||||||
@ -1065,13 +1063,16 @@ export default {
|
|||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-table-container,
|
.community-table-container {
|
||||||
.chart {
|
height: 180px;
|
||||||
height: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable-tbody {
|
.scrollable-tbody {
|
||||||
height: 150px;
|
height: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart {
|
||||||
|
height: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-decoration {
|
.title-decoration {
|
||||||
@ -1081,6 +1082,14 @@ export default {
|
|||||||
.dashboard-header h1 {
|
.dashboard-header h1 {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.data-card {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.data-value {
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 添加一些动画效果 */
|
/* 添加一些动画效果 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user