使得样式更加适配 vscode 的 size
This commit is contained in:
parent
77575c2efe
commit
2fd8e87162
@ -107,6 +107,7 @@ const expandManage = reactive({
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.vcd-treeview-item::selection {
|
||||
@ -141,8 +142,8 @@ const expandManage = reactive({
|
||||
}
|
||||
|
||||
.collapse-tag {
|
||||
height: 7px;
|
||||
width: 7px;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
border-top: solid 1.7px var(--vscode-foreground);
|
||||
border-left: solid 1.7px var(--vscode-foreground);
|
||||
transform: rotate(135deg);
|
||||
|
@ -135,14 +135,14 @@ function toggleRender(event, signal) {
|
||||
|
||||
|
||||
.vcd-signal-signal-item {
|
||||
margin: 3px;
|
||||
margin: 1px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 21px;
|
||||
padding-left: 3px;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user