mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
refactor: rename CSS classes for clarity, enhance layout responsiveness, and remove unused styles in index.scss; update Result.vue and index.vue for improved content rendering and structure
This commit is contained in:
parent
71dc5b273d
commit
96e5505b4d
3 changed files with 173 additions and 494 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
:class="['result clothoid-corner', { selected }]"
|
||||
:class="['result', { selected }]"
|
||||
@click="$emit('select')"
|
||||
:ref="el => { if (selected && el) $emit('setRef', el as HTMLElement) }">
|
||||
<template v-if="item.content_type === 'image'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue