diff --git a/src/assets/image/bg-pc-2.png b/src/assets/image/bg-pc-2.png deleted file mode 100644 index 72a55d6..0000000 Binary files a/src/assets/image/bg-pc-2.png and /dev/null differ diff --git a/src/assets/image/product-introduction-img1.png b/src/assets/image/product-introduction-img1.png index 7ec424f..1118fda 100644 Binary files a/src/assets/image/product-introduction-img1.png and b/src/assets/image/product-introduction-img1.png differ diff --git a/src/components/customEcharts/size1920/index.vue b/src/components/customEcharts/size1920/index.vue index 0ed76a0..b4f49d9 100644 --- a/src/components/customEcharts/size1920/index.vue +++ b/src/components/customEcharts/size1920/index.vue @@ -140,7 +140,7 @@ const initEcharts = (data) => { sampling: "lttb", symbol: "none", lineStyle: { - color: "#2c6288", + color: "#CC346C", }, areaStyle: { color: { @@ -152,7 +152,7 @@ const initEcharts = (data) => { colorStops: [ { offset: 0, - color: "#2c6288", + color: "#CC346C", }, { offset: 1, @@ -198,7 +198,7 @@ const initEcharts = (data) => { show: true, dataBackground: { lineStyle: { - color: "#2C6288", + color: "#CC346C", }, areaStyle: { color: { @@ -208,7 +208,7 @@ const initEcharts = (data) => { x2: 0, y2: 1, colorStops: [ - { offset: 1, color: "#2c6288" }, + { offset: 1, color: "#CC346C" }, { offset: 0, color: "#F4F6F8" }, ], }, @@ -216,7 +216,7 @@ const initEcharts = (data) => { }, selectedDataBackground: { lineStyle: { - color: "#2C6288", + color: "#CC346C", }, areaStyle: { color: { @@ -226,7 +226,7 @@ const initEcharts = (data) => { x2: 0, y2: 1, colorStops: [ - { offset: 1, color: "#2c6288" }, + { offset: 1, color: "#CC346C" }, { offset: 0, color: "#F4F6F8" }, ], }, @@ -571,7 +571,7 @@ const handleDateRangeChange = (range) => { } .echarts-search-area { - padding: 2rem 0 0; + padding: 0 16px 32px 16px; display: flex; flex-direction: row; align-items: center; diff --git a/src/views/news/size1920/index.vue b/src/views/news/size1920/index.vue index 1f09b01..e17f13f 100644 --- a/src/views/news/size1920/index.vue +++ b/src/views/news/size1920/index.vue @@ -12,7 +12,7 @@ import { useI18n } from "vue-i18n"; const { t } = useI18n(); import { useRoute } from "vue-router"; const route = useRoute(); -import axios from 'axios' +import axios from "axios"; const state = reactive({ id: "", // 新闻id @@ -26,22 +26,22 @@ onMounted(() => { //获取新闻信息 const getPressReleasesInfo = () => { - let url = 'https://erpapi.fiee.com/api/fiee/pressreleases?id=' + state.id + let url = "https://erpapi.fiee.com/api/fiee/pressreleases?id=" + state.id; axios.get(url).then((res) => { // console.log(res) if (res.status === 200) { if (res.data.status === 0) { - const myRichText = document.getElementById('my-richText') - myRichText.innerHTML = res.data.data.content + const myRichText = document.getElementById("my-richText"); + myRichText.innerHTML = res.data.data.content; } } - }) -} + }); +}; diff --git a/src/views/press-releases/size1920/index.vue b/src/views/press-releases/size1920/index.vue index c4434f9..7a76ed1 100644 --- a/src/views/press-releases/size1920/index.vue +++ b/src/views/press-releases/size1920/index.vue @@ -652,8 +652,8 @@ const handleClickOutside = (event) => { .pagination-container { display: flex; align-items: center; - justify-content: space-between; - margin-top: 30px; + margin-top: 20px; + justify-content: flex-end; margin-bottom: 30px; gap: 21px; } @@ -670,7 +670,7 @@ const handleClickOutside = (event) => { .pagination-controls { display: flex; align-items: center; - gap: 21px; + gap: 8px; } .pagination-buttons { @@ -678,7 +678,6 @@ const handleClickOutside = (event) => { align-items: center; gap: 8px; } - .page-btn { display: flex; align-items: center; @@ -742,7 +741,7 @@ const handleClickOutside = (event) => { .page-size-menu { position: absolute; - top: 100%; + bottom: 100%; left: 0; right: 0; background: #ffffff; @@ -750,7 +749,7 @@ const handleClickOutside = (event) => { border-radius: 3px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); z-index: 1000; - margin-top: 2px; + margin-bottom: 2px; } .page-size-option { @@ -782,6 +781,7 @@ const handleClickOutside = (event) => { font-size: 14px; line-height: 1.428em; color: #455363; + margin-right: 16px; } .goto-input { diff --git a/src/views/product-introduction/size1920/index.vue b/src/views/product-introduction/size1920/index.vue index e933fc9..f914f43 100644 --- a/src/views/product-introduction/size1920/index.vue +++ b/src/views/product-introduction/size1920/index.vue @@ -2,6 +2,13 @@