[O] Separate details and error details
This commit is contained in:
@@ -8,9 +8,16 @@
|
|||||||
<circle cx="50" cy="50" r="20" fill="none" class="path" />
|
<circle cx="50" cy="50" r="20" fill="none" class="path" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div v-if="error" id="error-details">
|
||||||
|
<span v-for="(line, index) in getText()" :style="`font-size: ${16 - getText().length + index}px;`">
|
||||||
|
{{line}}
|
||||||
|
<br>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="details">
|
<div v-if="!error" id="details">
|
||||||
<span v-for="(line, index) in getText()" :style="`font-size: ${16 - getText().length + index}px;`">
|
<span v-for="(line, index) in getText()" :style="`font-size: ${16 - getText().length + index}px;`">
|
||||||
{{line}}
|
{{line}}
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user