mirror of
https://github.com/PlayEdu/backend
synced 2025-12-28 22:29:43 +08:00
tree组件overflow
This commit is contained in:
@@ -457,6 +457,7 @@ textarea.ant-input {
|
||||
margin-bottom: 8px !important;
|
||||
display: flex;
|
||||
align-items: center !important;
|
||||
|
||||
&.ant-tree-treenode-selected {
|
||||
background-color: #fff2f0 !important;
|
||||
border-radius: 6px !important;
|
||||
@@ -559,9 +560,11 @@ textarea.ant-input {
|
||||
|
||||
.tree-title-elli {
|
||||
width: 100%;
|
||||
display: -webkit-box;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.ant-tabs {
|
||||
|
||||
Reference in New Issue
Block a user