style(图表): 右侧侧边栏收缩后,文字优化为垂直显示

This commit is contained in:
jianneng-fit2cloud 2024-12-25 17:23:49 +08:00 committed by jianneng-fit2cloud
parent 42b721987a
commit 06df959c88
2 changed files with 9 additions and 1 deletions

View File

@ -234,6 +234,10 @@ const onComponentNameChange = () => {
font-weight: 500;
text-align: center;
padding: 5px;
span {
writing-mode: vertical-rl;
text-orientation: mixed;
}
}
.main-content {
height: calc(100% - 45px);

View File

@ -4856,7 +4856,11 @@ span {
width: 35px;
text-align: center;
padding: 5px;
margin-top: 30px;
margin-top: 35px;
span {
writing-mode: vertical-rl;
text-orientation: mixed;
}
}
.custom-icon {