Compare commits

..

2 commits

View file

@ -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>