修改pane样式

This commit is contained in:
whyour 2022-02-24 23:24:21 +08:00
parent 0581a7ab10
commit 531fc48bdf
2 changed files with 14 additions and 2 deletions

View File

@ -13,7 +13,6 @@
&-scroller { &-scroller {
flex: 1; flex: 1;
overflow: auto; overflow: auto;
border-right: 1px dashed #f0f0f0;
padding-top: 6px; padding-top: 6px;
} }
} }
@ -22,3 +21,10 @@
display: flex; display: flex;
position: relative; position: relative;
} }
:global {
.Pane.vertical.Pane1 {
padding-right: 5px;
border-right: 1px dashed #f0f0f0;
}
}

View File

@ -13,7 +13,6 @@
&-scroller { &-scroller {
flex: 1; flex: 1;
overflow: auto; overflow: auto;
border-right: 1px dashed #f0f0f0;
padding-top: 6px; padding-top: 6px;
} }
} }
@ -22,3 +21,10 @@
display: flex; display: flex;
position: relative; position: relative;
} }
:global {
.Pane.vertical.Pane1 {
padding-right: 5px;
border-right: 1px dashed #f0f0f0;
}
}