+
+ 首页
+ 智能财讯
+
+
+
-
-
-
+
+ 首页
+ 智能信披库
+
+
@@ -81,6 +91,7 @@
remote
placeholder="公司简称、证券代码"
size="large"
+ clearable
:remote-method="searchCompanyFn"
@change="handleQueryData"
/>
@@ -397,14 +408,10 @@
placeholder="公司简称、证券代码"
style="width: 176px"
size="default"
- v-model="dialogFilterOpt.company"
+ :suffix-icon="Search"
+ v-model="dialogFilterOpt.keyword"
@keyup.enter="handleDialogSelect"
>
-
-
@@ -465,7 +472,7 @@
@confirm="handleDevFavCompany(scope.row.id)"
>
- 删除
+ 删除
@@ -508,6 +515,7 @@ import { useRouter, useRoute } from 'vue-router';
import icon_choose from '/@/assets/icon_choose.png';
import { doMaiDian, searchCompany } from '/@/api/api';
import { getDictList } from '/@/api/api';
+import ZButton from '/@/components/ZButton/index.vue';
const route = useRoute();
const router = useRouter();
@@ -1095,9 +1103,10 @@ onMounted(async () => {
.container {
width: 100%;
margin: 0 auto;
- background: url('/@/assets/images/bk_charts1.png') no-repeat center 0;
+ background: url('/@/assets/images/bk_charts1.png') #f5f7fd no-repeat center 0;
+ background-size: 100% auto;
// padding-bottom: 24px;
- padding: 32px;
+ padding: 20px 32px 32px;
min-height: calc(100vh - 56px);
}
@@ -1372,9 +1381,9 @@ onMounted(async () => {
box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
}
-:deep(.el-input__wrapper) {
- padding-right: 2px;
-}
+// :deep(.el-input__wrapper) {
+// padding-right: 2px;
+// }
:deep(.el-select--large .el-select__wrapper) {
min-height: 32px;
@@ -1435,4 +1444,18 @@ onMounted(async () => {
:deep(.el-select__placeholder.is-transparent) {
color: #ccc;
}
+
+.btn_content {
+ display: flex;
+ align-items: center;
+
+ text {
+ color: #ffffff;
+ text-align: center;
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 500;
+ line-height: 18.2px;
+ }
+}
diff --git a/src/views/pages/electronicContract/document.vue b/src/views/pages/electronicContract/document.vue
index 2c4f225..fa43f26 100644
--- a/src/views/pages/electronicContract/document.vue
+++ b/src/views/pages/electronicContract/document.vue
@@ -2,7 +2,12 @@
@@ -42,17 +44,16 @@
-
- 文件签署管理
+
@@ -344,8 +349,9 @@ onMounted(async () => {
width: 100%;
min-height: calc(100vh - 56px);
margin: 0 auto;
- background: url('/@/assets/images/bk_charts.png') no-repeat center 0;
padding: 30px 11%;
+ background: url('/@/assets/images/bk_charts1.png') #f5f7fd no-repeat center 0;
+ background-size: 100% auto;
}
.big_title {
diff --git a/src/views/pages/homeByLoginout/index.vue b/src/views/pages/homeByLoginout/index.vue
index 6c8a44f..5d750c0 100644
--- a/src/views/pages/homeByLoginout/index.vue
+++ b/src/views/pages/homeByLoginout/index.vue
@@ -9,20 +9,22 @@
中证智能财保
+
+
+
+
+ 首页
+ 电子签
+
+
-
-
-
- 登录
+
+ 登录
+
-
+
-
+
@@ -63,12 +64,10 @@
-
@@ -109,7 +108,7 @@ const handleResize = () => {
isScaleDown.value = window.innerWidth < SCALE_THRESHOLD;
};
-function getData() { }
+function getData() {}
const bannerList = ref([
{
@@ -325,10 +324,9 @@ onUnmounted(() => {
.top_menu {
height: 100%;
- margin-left: 50px;
+ margin-right: 50px;
display: flex;
gap: 50px;
- margin-left: 100px;
.item {
height: 100%;
diff --git a/src/views/pages/homeNew/index.vue b/src/views/pages/homeNew/index.vue
index bce4dd9..7d9d997 100644
--- a/src/views/pages/homeNew/index.vue
+++ b/src/views/pages/homeNew/index.vue
@@ -3,30 +3,29 @@
@@ -63,12 +64,10 @@
-
-
-
+
+
+
-
-
+
+
+
-
-
-
- ESG服务
- 重磅推出
+
@@ -58,29 +57,30 @@
+
- 中证智能财保ESG数字服务作为一个创新的数字化工具,采用与国际接轨的算法逻辑,为企业提供360°ESG综合服务。企业通过平台的
- ESG“自评”“自检”和“自诊断”的功能模块,可以了解自身ESG综合表现情况,获得较为全面的诊断报告。
-
-
+ 舆情服务
+ 中证智能财保舆情服务为企业提供负面舆情信息、竞对舆情、行业板块舆情信息。
+ 点击进入
+
+
+
+
-
+ {{ item.postTime }}
+
+
+
+ {{ item.subject }}
+
+
+
+
+ 暂无最新信息
+
-
+
@@ -575,7 +575,7 @@ onUnmounted(() => {
.scale-1 {
/* 缩放内容 */
- transform: scale(1.5);
+ transform: scale(1);
/* 计算缩放后的偏移量,使内容居中 */
/* 调整容器宽度,避免边缘被截断 */
margin: 0 auto;
@@ -587,6 +587,7 @@ onUnmounted(() => {
position: relative;
text-align: center;
justify-content: center;
+ padding-bottom: 20px;
.left {
display: flex;
diff --git a/src/views/pages/index/admin/index.vue b/src/views/pages/index/admin/index.vue
index b427131..569a6b7 100644
--- a/src/views/pages/index/admin/index.vue
+++ b/src/views/pages/index/admin/index.vue
@@ -1,7 +1,12 @@
+
-
+
-
-
-
@@ -118,7 +118,7 @@
"
style="max-width: 300px; margin-top: 20px; margin-bottom: 20px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)"
>
-
- 舆情服务
- 中证智能财保舆情服务为企业提供负面舆情信息、竞对舆情、行业板块舆情信息。
- 点击进入
-
-
-
-
- {{ item.postTime }}
-
-
-
- {{ item.subject }}
-
-
-
-
- 暂无最新信息
-
+
+
+ 中证智能财保ESG数字服务作为一个创新的数字化工具,采用与国际接轨的算法逻辑,为企业提供360°ESG综合服务。企业通过平台的
+ ESG“自评”“自检”和“自诊断”的功能模块,可以了解自身ESG综合表现情况,获得较为全面的诊断报告。
+
+
+ ESG自评测
+ 重磅推出
+
+
-
财报检校(试验)
+
+
+ 首页
+ 智能检校
+
+
仅供试验使用,此处的财报分析不计入业务看板统计
@@ -769,6 +774,9 @@ async function reSendFile(row) {