💄 修改终端样式.
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user