diff --git a/front/src/api/capabilityCloud.js b/front/src/api/capabilityCloud.js
index 8bc42fa6..944eab4e 100644
--- a/front/src/api/capabilityCloud.js
+++ b/front/src/api/capabilityCloud.js
@@ -49,4 +49,3 @@ export function assemblerBaseStatic() {
method: 'get',
})
}
-
diff --git a/front/src/api/file.js b/front/src/api/file.js
index f0605011..a51105be 100644
--- a/front/src/api/file.js
+++ b/front/src/api/file.js
@@ -1,8 +1,8 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2022-04-20 17:16:35
- * @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-05-26 22:40:46
+ * @LastEditors: hisense.liangjunhua
+ * @LastEditTime: 2022-06-19 17:32:12
* @Description: 告诉大家这是什么
*/
import request from '@/utils/request'
@@ -58,17 +58,17 @@ export function count() {
export function getRecord(params) {
return axios.get(
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' +
- params.serviceName +
- '&orderField=' +
- params.orderField +
- '&orderType=' +
- params.orderType +
- '&pageNum=' +
- params.pageNum +
- '&pageSize=' +
- params.pageSize +
- '&serviceType=' +
- params.serviceType,
+ params.serviceName +
+ '&orderField=' +
+ params.orderField +
+ '&orderType=' +
+ params.orderType +
+ '&pageNum=' +
+ params.pageNum +
+ '&pageSize=' +
+ params.pageSize +
+ '&serviceType=' +
+ params.serviceType,
config2
)
}
diff --git a/front/src/views/capabilityCloud/components/PlatformOverview.vue b/front/src/views/capabilityCloud/components/PlatformOverview.vue
index f63c47da..3ae579cb 100644
--- a/front/src/views/capabilityCloud/components/PlatformOverview.vue
+++ b/front/src/views/capabilityCloud/components/PlatformOverview.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:15:33
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-19 17:25:14
+ * @LastEditTime: 2022-06-19 17:30:02
* @Description: 告诉大家这是什么
-->
@@ -24,7 +24,7 @@
@@ -241,8 +241,15 @@
width: 6.53rem;
height: 3.54rem;
position: relative;
- .title {
- font-size: 18px;
+ .title_echarts {
+ font-size: 0.18rem;
+ height: 0.21rem;
+ line-height: 0.18rem;
+ color: #ffffff;
+ background: url('~@/assets/capabilityCloud/Component_services_title_bg.png')
+ no-repeat;
+ background-size: 0.7rem 0.08rem;
+ background-position: bottom left;
position: absolute;
top: 0;
left: 0.2rem;
diff --git a/front/src/views/newHome/components/Footer.vue b/front/src/views/newHome/components/Footer.vue
index 5bba928b..fa5362ca 100644
--- a/front/src/views/newHome/components/Footer.vue
+++ b/front/src/views/newHome/components/Footer.vue
@@ -25,8 +25,10 @@