chore: modelscope downloading state

This commit is contained in:
jialin
2024-09-29 18:58:12 +08:00
parent 69ffdd4604
commit 458f467985
9 changed files with 44 additions and 29 deletions
+9 -1
View File
@@ -283,7 +283,7 @@ body {
// form item help
.ant-form-item-with-help .ant-form-item-explain {
padding-left: 24px;
padding-left: 16px;
}
// icon
@@ -536,6 +536,10 @@ body {
}
}
.rc-virtual-list-scrollbar {
width: var(--scrollbar-size) !important;
}
.ant-dropdown-menu
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(
.ant-dropdown-menu-item-disabled
@@ -671,6 +675,10 @@ body {
}
}
.ant-drawer .ant-drawer-title {
font-weight: var(--font-weight-bold);
}
.tooltip-wrapper {
display: flex;
flex-direction: column;