style: view instance logs

This commit is contained in:
jialin
2024-12-26 12:15:12 +08:00
parent 00c9ef47e9
commit 972ee69fac
10 changed files with 83 additions and 24 deletions
+1 -2
View File
@@ -1,18 +1,17 @@
.column-wrapper {
flex: 1;
position: relative;
// border-left: 1px solid var(--ant-color-split);
}
.simplebar-scrollbar::before {
width: var(--scrollbar-size);
background: var(--scrollbar-handle-bg);
}
.column-wrapper-footer {
flex: 1;
display: flex;
position: relative;
// border-left: 1px solid var(--ant-color-split);
.column-wrapper {
border-left: none;
+3 -6
View File
@@ -4,14 +4,12 @@
background-color: rgba(255, 255, 255, 100%);
padding: 16px @padding;
border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
// overflow-y: auto;
// height: calc(100vh - 194px);
}
.gguf-tips {
display: flex;
align-items: center;
padding: 8px 0;
padding: 7px 0;
color: var(--ant-color-text-tertiary);
.warning {
@@ -24,14 +22,13 @@
right: 0;
padding-inline: @padding;
background: var(--color-white-1);
// border-bottom: 1px solid var(--ant-color-split);
padding-bottom: 16px;
padding-bottom: 10px;
.filter {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 16px;
margin-top: 10px;
color: var(--ant-color-text-tertiary);
:global {