chore: model instance show gpu info

This commit is contained in:
jialin
2024-09-12 18:34:44 +08:00
parent b6d5b45650
commit f339133245
18 changed files with 376 additions and 39 deletions
+5
View File
@@ -23,6 +23,7 @@ html {
--border-radius-base: 8px;
--border-radius-middle: 20px;
--border-radius-small: 8px;
--border-radius-mdium: 6px;
--border-radius-mini: 4px;
--color-white-1: rgba(255, 255, 255, 100%);
--color-fill-sider: #f4f5f4;
@@ -555,6 +556,10 @@ body {
background-size: 400% 100%;
}
.ant-modal {
max-width: 100vw;
}
.tooltip-wrapper {
display: flex;
flex-direction: column;