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
|
- driver: nvidia
|
||||||
count: all
|
count: all
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
ipc: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -411,10 +411,10 @@
|
||||||
<!-- Export Configuration Card -->
|
<!-- Export Configuration Card -->
|
||||||
<section class="pane" id="export-config-pane">
|
<section class="pane" id="export-config-pane">
|
||||||
<div class="tabs">
|
<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>
|
</div>
|
||||||
<form id="export-form" class="form-container">
|
<form id="export-form" class="form-container">
|
||||||
<div class="tab-content active">
|
<div style="display: block;">
|
||||||
<div class="form-section-title">Параметры модели</div>
|
<div class="form-section-title">Параметры модели</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label for="export-model-select">Модель для экспорта</label>
|
<label for="export-model-select">Модель для экспорта</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue