mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
style(图表): 右侧侧边栏收缩后,文字优化为垂直显示
This commit is contained in:
parent
42b721987a
commit
06df959c88
@ -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);
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user