Compare commits
2 Commits
28820e0fd3
...
e30833f7dd
| Author | SHA1 | Date | |
|---|---|---|---|
| e30833f7dd | |||
| d4467292ed |
@ -148,7 +148,7 @@ const otherDirectors = [
|
||||
font-size: 14PX;
|
||||
color: #ff7bac;
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 15PX;
|
||||
}
|
||||
|
||||
.divider {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="page-container relative overflow-hidden z-[11] bg-[#ffffff]">
|
||||
<div
|
||||
class="fixed h-[100vh] left-[50%] translate-x-[-50%] z-[0]"
|
||||
style="width: 318px; pointer-events: none; mix-blend-mode: multiply"
|
||||
style="width: 343px; pointer-events: none; mix-blend-mode: multiply"
|
||||
>
|
||||
<img src="@/assets/image/content/line375.png" class="w-[100%]" alt="" />
|
||||
</div>
|
||||
@ -13,7 +13,7 @@
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<div class="financials-container w-[318PX] relative z-99">
|
||||
<div class="financials-container w-[343PX] relative z-99">
|
||||
<!-- 标题 -->
|
||||
<div class="financials-title text-left font-bold text-[36PX] ml-[20PX]">
|
||||
{{ t("financialinformation.secfilings.title") }}
|
||||
@ -36,7 +36,7 @@
|
||||
{{ t("financialinformation.secfilings.annual_reports.title") }}
|
||||
</div>
|
||||
<div
|
||||
class="w-[318PX] overflow-auto p-[10PX] bg-[#fff]"
|
||||
class="w-[343PX] overflow-auto p-[10PX] bg-[#fff]"
|
||||
style="
|
||||
border-radius: 16px;
|
||||
background: #fff;
|
||||
@ -57,6 +57,7 @@
|
||||
class="pagination-container flex flex-col items-end justify-center mt-[15PX]"
|
||||
>
|
||||
<n-pagination
|
||||
style="transform: scale(0.95);"
|
||||
v-model:page="state.currentPage"
|
||||
v-model:page-size="state.pageSize"
|
||||
show-size-picker
|
||||
@ -66,7 +67,7 @@
|
||||
{ label: t('historic_stock.pagination.perPage', { size: 25 }), value: 25 },
|
||||
{ label: t('historic_stock.pagination.perPage', { size: 50 }), value: 50 },
|
||||
]"
|
||||
:page-slot="3"
|
||||
:page-slot="5"
|
||||
@update:page="handlePageChange"
|
||||
@update:page-size="handlePageSizeChange"
|
||||
>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="page-container relative overflow-hidden z-[11] bg-[#ffffff]">
|
||||
<div
|
||||
class="fixed h-[100vh] left-[50%] translate-x-[-50%] z-[0]"
|
||||
style="width: 311px; pointer-events: none; mix-blend-mode: multiply"
|
||||
style="width: 343px; pointer-events: none; mix-blend-mode: multiply"
|
||||
>
|
||||
<img src="@/assets/image/content/line375.png" class="w-[100%]" alt="" />
|
||||
</div>
|
||||
@ -13,7 +13,7 @@
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<div class="sec-filings-container relative z-10 !w-[311PX] !p-0 !pb-[60PX]">
|
||||
<div class="sec-filings-container relative z-10 !w-[343PX] !p-0 !pb-[60PX]">
|
||||
<!-- 标题 -->
|
||||
<div class="page-title ml-[30PX] mt-[50PX]">{{ $t("SECFILINGS.TITLE") }}</div>
|
||||
|
||||
@ -68,9 +68,10 @@
|
||||
|
||||
<!-- 分页器 -->
|
||||
<div
|
||||
class="w-[300PX] pagination-container flex flex-col items-end justify-center mt-[15PX]"
|
||||
class="w-[343PX] pagination-container flex flex-col items-end justify-center mt-[15PX]"
|
||||
>
|
||||
<n-pagination
|
||||
style="transform: scale(0.95);"
|
||||
v-model:page="state.currentPage"
|
||||
v-model:page-size="state.pageSize"
|
||||
show-size-picker
|
||||
@ -80,7 +81,7 @@
|
||||
{ label: t('historic_stock.pagination.perPage', { size: 25 }), value: 25 },
|
||||
{ label: t('historic_stock.pagination.perPage', { size: 50 }), value: 50 },
|
||||
]"
|
||||
:page-slot="3"
|
||||
:page-slot="5"
|
||||
@update:page="handlePageChange"
|
||||
@update:page-size="handlePageSizeChange"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user