This commit is contained in:
2026-01-14 16:35:33 +08:00
parent 70b2ddd4a2
commit afa7fee59e
2 changed files with 77 additions and 31 deletions

View File

@@ -5,16 +5,29 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DataMate - 数据标注</title>
<style>
:root {
--ls-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--ls-primary-color: #1677ff;
}
html,
body {
height: 100%;
margin: 0;
overflow: hidden;
font-family: var(--ls-font-family);
background: #fff;
}
#label-studio {
height: 100vh;
overflow: auto;
}
/* Beautify overrides */
.lsf-topbar {
display: none !important; /* Hide default top bar as we have external controls */
}
.ls-common {
font-family: var(--ls-font-family) !important;
}
</style>
<!--