fix weights ui
This commit is contained in:
parent
8115224846
commit
48efb1f4e7
2 changed files with 3 additions and 2 deletions
|
|
@ -19,4 +19,5 @@ services:
|
|||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
ipc: host
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -411,10 +411,10 @@
|
|||
<!-- Export Configuration Card -->
|
||||
<section class="pane" id="export-config-pane">
|
||||
<div class="tabs">
|
||||
<button class="tab-btn active">Настройки экспорта</button>
|
||||
<button type="button" class="export-tab-btn active" style="flex: 1; background: var(--accent-gradient); border: none; border-radius: 6px; color: #fff; font-family: var(--font-sans); font-size: 0.9rem; font-weight: 600; padding: 0.6rem; cursor: default; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);">Настройки экспорта</button>
|
||||
</div>
|
||||
<form id="export-form" class="form-container">
|
||||
<div class="tab-content active">
|
||||
<div style="display: block;">
|
||||
<div class="form-section-title">Параметры модели</div>
|
||||
<div class="field">
|
||||
<label for="export-model-select">Модель для экспорта</label>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue