FIX: добавлена иконка калькулятора на кнопке "Рассчитать". Изменён размер кнопки "Копировать".
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 23:49:54 +03:00
parent 05ed72c811
commit 3dcf1d49f7
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -188,6 +188,13 @@ const onSubmit = async () => {
> >
<USelect v-model="state.dbSize" :items="dataSizes" class="w-full" /> <USelect v-model="state.dbSize" :items="dataSizes" class="w-full" />
</UFormField> </UFormField>
<UButton size="xl" label="Рассчитать" block type="submit" class="h-16" /> <UButton
size="xl"
label="Рассчитать"
block
type="submit"
class="h-16"
icon="lucide:calculator"
/>
</UForm> </UForm>
</template> </template>
+1
View File
@@ -142,6 +142,7 @@ const onCopyConfig = () => {
label="Копировать конфигурацию" label="Копировать конфигурацию"
block block
icon="lucide:copy" icon="lucide:copy"
class="h-12"
@click="onCopyConfig" @click="onCopyConfig"
/> />
</section> </section>