💄 修改终端样式.

This commit is contained in:
lijiahangmax
2024-08-06 00:01:27 +08:00
parent 8d0b58e48f
commit 613f86155c
4 changed files with 18 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<!-- 终端 tab -->
<a-tabs v-model:active-key="panel.active"
:editable="true"
:auto-switch="true"
:auto-switch="false"
:show-add-button="true"
@add="openNewConnect"
@tab-click="(k: string) => panel.clickTab(k)"

View File

@@ -234,12 +234,23 @@
}
.status-bridge {
height: 100%;
margin: 0 2px 0 8px;
display: flex;
align-items: center;
user-select: none;
:deep(.arco-badge-status-text) {
width: 36px;
}
&::before {
content: "";
height: 56%;
margin: 0 12px 0 6px;
border-left: 2px solid var(--color-fill-4);
border-radius: 2px;
}
}
}