mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[Style] Remove unused classes (#3005)
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<!-- A file download button with a label and a size hint -->
|
<!-- A file download button with a label and a size hint -->
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-row items-center gap-2">
|
<div class="flex flex-row items-center gap-2">
|
||||||
<div class="file-info">
|
<div>
|
||||||
<div class="file-details">
|
<div>
|
||||||
<span class="file-type" :title="hint">{{ label }}</span>
|
<span :title="hint">{{ label }}</span>
|
||||||
</div>
|
</div>
|
||||||
<Message
|
<Message
|
||||||
v-if="props.error"
|
v-if="props.error"
|
||||||
@@ -20,9 +20,8 @@
|
|||||||
{{ props.error }}
|
{{ props.error }}
|
||||||
</Message>
|
</Message>
|
||||||
</div>
|
</div>
|
||||||
<div class="file-action">
|
<div>
|
||||||
<Button
|
<Button
|
||||||
class="file-action-button"
|
|
||||||
:label="$t('g.download') + ' (' + fileSize + ')'"
|
:label="$t('g.download') + ' (' + fileSize + ')'"
|
||||||
size="small"
|
size="small"
|
||||||
outlined
|
outlined
|
||||||
|
|||||||
Reference in New Issue
Block a user