mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
157713ed24
commit
5803207451
8 changed files with 18 additions and 6 deletions
|
@ -44,9 +44,9 @@ onMounted(() => {
|
|||
<div
|
||||
class="flex flex-row bg-[#AAACAAFF] rounded-3xl p-3 gap-3 m-3 scale-5"
|
||||
>
|
||||
<NuxtImg
|
||||
<img
|
||||
:src="fetchNewsOrgInfo?.logoUrl"
|
||||
class="w-48 h-48 rounded-[10px]"
|
||||
class="w-48 h-48 rounded-l-3xl object-cover p-0 m-0"
|
||||
/>
|
||||
<div class="flex flex-col gap-3 text-left">
|
||||
<h1 class="text-4xl font-bold m-3 text-left">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue