mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
fix: 修复首页图表样式
This commit is contained in:
parent
20361dceb6
commit
7b1c898b90
@ -76,7 +76,7 @@
|
|||||||
<ArticleSubjects></ArticleSubjects>
|
<ArticleSubjects></ArticleSubjects>
|
||||||
</bl-col>
|
</bl-col>
|
||||||
|
|
||||||
<bl-col width="100%" height="calc(100% - 45px - 270px - 330px)">
|
<bl-col width="100%" height="calc(100% - 33px - 270px - 330px)">
|
||||||
<bl-row class="container-name">待办事项</bl-row>
|
<bl-row class="container-name">待办事项</bl-row>
|
||||||
<bl-row class="container-sub-name">Todo List</bl-row>
|
<bl-row class="container-sub-name">Todo List</bl-row>
|
||||||
<bl-row style="padding-bottom: 10px; height: calc(100% - 80px)">
|
<bl-row style="padding-bottom: 10px; height: calc(100% - 80px)">
|
||||||
@ -220,7 +220,6 @@ const fold = () => {
|
|||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
@include box(100%, calc(100% - 315px));
|
@include box(100%, calc(100% - 315px));
|
||||||
height: 100%;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user