fix: last modif

This commit is contained in:
ShareVB 2024-06-16 22:18:40 +02:00
parent 42d1bf7d35
commit 45998fd1f3
5 changed files with 174 additions and 42 deletions

View file

@ -61,13 +61,13 @@ watch(svgContent, (_, newValue) => {
placeholder="Select CSS Type"
/>
<n-divider />
<div v-if="cssCode !== ''">
<n-divider />
<div>
<h3>CSS Code</h3>
<TextareaCopyable
:value="cssCode"
:word-wrap="true"
word-wrap
/>
</div>
</div>