+
diff --git a/src/views/contacts/size1920/index.vue b/src/views/contacts/size1920/index.vue
index 0023a2f..52bca93 100644
--- a/src/views/contacts/size1920/index.vue
+++ b/src/views/contacts/size1920/index.vue
@@ -31,7 +31,7 @@ function copyEmail() {
diff --git a/src/views/events-calendar/size1440/index.vue b/src/views/events-calendar/size1440/index.vue
new file mode 100644
index 0000000..592f14c
--- /dev/null
+++ b/src/views/events-calendar/size1440/index.vue
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+
+
+ {{ t("events_calendar.title") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
diff --git a/src/views/events-calendar/size1920/index.vue b/src/views/events-calendar/size1920/index.vue
index 6bb83aa..b44e5d8 100644
--- a/src/views/events-calendar/size1920/index.vue
+++ b/src/views/events-calendar/size1920/index.vue
@@ -114,7 +114,7 @@ const handleSearch = () => {
}
.events-container {
- max-width: 932px;
+ width: 932px;
margin: 0 auto;
}
diff --git a/src/views/financialinformation/quarterlyreports/size1440/index.vue b/src/views/financialinformation/quarterlyreports/size1440/index.vue
index 3f3b57f..8016124 100644
--- a/src/views/financialinformation/quarterlyreports/size1440/index.vue
+++ b/src/views/financialinformation/quarterlyreports/size1440/index.vue
@@ -1,9 +1,14 @@
-
-
-
- {{ t("financialinformation.quarterlyreports.title") }}
+
+
+
+
+
+ {{ t("financialinformation.quarterlyreports.title") }}
+
+
+
-
-
-
-
{{ item.title }}
-
{{ item.description }}
-
-
-
-

- {{ t("financialinformation.quarterlyreports.download") }}
+
+
+
+
+
+
+
+
{{ item.description }}
+
+
+
+
-
-
+
+
+
+
diff --git a/src/views/financialinformation/quarterlyreports/size1920/index.vue b/src/views/financialinformation/quarterlyreports/size1920/index.vue
index 2cf856b..37ccf39 100644
--- a/src/views/financialinformation/quarterlyreports/size1920/index.vue
+++ b/src/views/financialinformation/quarterlyreports/size1920/index.vue
@@ -340,7 +340,7 @@ const handleClickOutside = (event) => {
diff --git a/src/views/historic-stock/size1920/index.vue b/src/views/historic-stock/size1920/index.vue
index e03afe9..ae99b5b 100644
--- a/src/views/historic-stock/size1920/index.vue
+++ b/src/views/historic-stock/size1920/index.vue
@@ -562,7 +562,7 @@ const getPageData = async () => {
diff --git a/src/views/press-releases/size1920/index.vue b/src/views/press-releases/size1920/index.vue
index 7a76ed1..29f95ea 100644
--- a/src/views/press-releases/size1920/index.vue
+++ b/src/views/press-releases/size1920/index.vue
@@ -437,7 +437,7 @@ const handleClickOutside = (event) => {
diff --git a/src/views/product-introduction/size1920/index.vue b/src/views/product-introduction/size1920/index.vue
index 7e308bd..26ced9e 100644
--- a/src/views/product-introduction/size1920/index.vue
+++ b/src/views/product-introduction/size1920/index.vue
@@ -266,7 +266,7 @@
.page-container {
background-color: #fff;
font-family: "PingFang SC", sans-serif;
- /* max-width: 932px; */
+ /* width:932px */
margin: 0 auto;
position: relative;
}
@@ -355,7 +355,7 @@
}
.features-section {
padding-top: 200px;
- max-width: 932px;
+ width: 932px;
margin: 0 auto;
}
.features-list {
@@ -389,7 +389,7 @@
.solutions-section {
padding-top: 80px;
- max-width: 932px;
+ width: 932px;
margin: 0 auto;
}
.solutions-content {
@@ -453,7 +453,7 @@
}
.advantages-content {
- max-width: 932px;
+ width: 932px;
margin: 0 auto;
display: flex;
gap: 16px;
@@ -498,7 +498,7 @@
.cta-section {
padding: 80px 0;
position: relative;
- max-width: 932px;
+ width: 932px;
margin: 0 auto;
overflow: hidden;
}
diff --git a/src/views/stock-quote/size1440/index.vue b/src/views/stock-quote/size1440/index.vue
index 31fd23b..31f19a9 100644
--- a/src/views/stock-quote/size1440/index.vue
+++ b/src/views/stock-quote/size1440/index.vue
@@ -1,79 +1,209 @@
-
-
-
-
- ${{ stockQuote.price }}
+
+
+
+
-
- NASDAQ: FIEE
-
-
{{ formatted }}
-
-
-
-
-
Open
-
{{ stockQuote.open }}
-
-
-
% Change
-
- {{ stockQuote.change }}
+
+
+
${{ stockQuote.price }}
+
NASDAQ: FIEE
+
{{ formatted }}
-
-
-
Day's Range
-
{{ stockQuote.daysRange }}
-
-
-
52-Week Range
-
{{ stockQuote.week52Range }}
-
-
-
Volume
-
{{ stockQuote.volume }}
-
-
-
Market Cap
-
{{ stockQuote.marketCap }}
-
-
+
+
+ Open
+ {{ stockQuote.open }}
+
+
+ % Change
+
+ {{ stockQuote.change }}
+
+
+
+ Day's Range
+ {{ stockQuote.daysRange }}
+
+
+ 52-Week Range
+ {{ stockQuote.week52Range }}
+
+
+ Volume
+ {{ stockQuote.volume }}
+
+
+ Market Cap
+ {{ stockQuote.marketCap }}
+
+
+
+
-