fix myhome

This commit is contained in:
张 元山 2025-05-30 19:38:01 +08:00
parent 7eb791d38e
commit 0971e78597
4 changed files with 12 additions and 19 deletions

View File

@ -68,7 +68,8 @@
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
<p
class="text-decoration-underline cursor-pointer"
style="font-size: 18px"
class="cursor-pointer"
@click="handleLink('/news')"
>
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
@ -548,7 +549,4 @@ const handleLink = (link) => {
font-size: 2.5rem;
}
}
.text-decoration-underline {
text-decoration: underline;
}
</style>

View File

@ -66,9 +66,11 @@
<!-- <div class="news-date">De 15. 2023</div> -->
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
<p>May 30, 2025 [Time] EDT</p>
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
<p
class="text-decoration-underline cursor-pointer"
style="font-size: 18px"
class="cursor-pointer"
@click="handleLink('/news')"
>
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
@ -548,7 +550,4 @@ const handleLink = (link) => {
font-size: 2.5rem;
}
}
.text-decoration-underline {
text-decoration: underline;
}
</style>

View File

@ -66,9 +66,10 @@
<div class="news-card">
<!-- <div class="news-date">De 15. 2023</div> -->
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
<p>May 30, 2025 [Time] EDT</p>
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
<p
class="text-decoration-underline cursor-pointer"
style="font-size: 18px"
class="cursor-pointer"
@click="handleLink('/news')"
>
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
@ -556,7 +557,4 @@ const handleLink = (link) => {
font-size: 2.5rem;
}
}
.text-decoration-underline {
text-decoration: underline;
}
</style>

View File

@ -66,9 +66,10 @@
<div class="news-card">
<!-- <div class="news-date">De 15. 2023</div> -->
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
<p>May 30, 2025 [Time] EDT</p>
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
<p
class="text-decoration-underline cursor-pointer"
style="font-size: 18px"
class="cursor-pointer"
@click="handleLink('/news')"
>
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
@ -558,7 +559,4 @@ const handleLink = (link) => {
font-size: 2.5rem;
}
}
.text-decoration-underline {
text-decoration: underline;
}
</style>