From 694f916a5fb576cfb247e89a77958a0f11e2db18 Mon Sep 17 00:00:00 2001 From: mookn <14141783+mookon@user.noreply.gitee.com> Date: Fri, 16 Aug 2024 09:43:38 +0800 Subject: [PATCH] 123 --- ruoyi-ui/src/views/xmgl/xmkb/index.vue | 161 +++++++++++++++++++++---- 1 file changed, 140 insertions(+), 21 deletions(-) diff --git a/ruoyi-ui/src/views/xmgl/xmkb/index.vue b/ruoyi-ui/src/views/xmgl/xmkb/index.vue index faaf0b84..40ca8407 100644 --- a/ruoyi-ui/src/views/xmgl/xmkb/index.vue +++ b/ruoyi-ui/src/views/xmgl/xmkb/index.vue @@ -2,7 +2,7 @@
-
+
立项统计 @@ -31,14 +31,11 @@
图片展示
-
-
- + - 图片丢失了 + 图片丢失了 -
@@ -56,7 +53,65 @@
- + +
+ 审核待办 +
+
+
+ +
+ +
项目立项审批待办:{{ 22 }}
+
+
+ +
科研合同审批待办:{{ 22 }}
+
+
+ +
合同变更审批待办:{{ 22 }}
+
+
+ +
执行情况审批待办:{{ 22 }}
+
+
+ +
成果鉴定审批待办:{{ 22 }}
+
+
+ +
成果转化审批待办:{{ 22 }}
+
+
+ +
奖项申报审批待办:{{ 22 }}
+
+
+ +
科技预算审批待办:{{ 22 }}
+
+
+ +
中间检查审批待办:{{ 22 }}
+
+
+ +
省部项目评价审核:{{ 22 }}
+
+
+ +
省部报奖审核待办:{{ 22 }}
+
+
+ +
项目开票审核待办:{{ 22 }}
+
+
+
+
+
@@ -75,34 +130,32 @@ @@ -115,9 +168,12 @@ export default { border: 2px dashed #aaa; overflow: hidden; /* 防止 leftpart 超出 wrap */ } - +.sim { + overflow-y: auto !important; + height: 100%; +} /* 左上 */ -.upperLeft { +.upperleft { position: absolute; top: 1%; /* 距离上面 6% */ bottom: 51%; /* 距离下面 60% */ @@ -191,6 +247,69 @@ export default { /deep/ .el-card__body { padding: 2px 20px 20px 20px; + height: 40vh; } +/* 审核待办中的颜色小圆球 */ +.ball { + display: inline-block; + width: 8px; + height: 8px; + border-radius: 50%; + margin-right: 5px; +} +.color1 { + background-color: #5181FF; +} +.color2 { + background-color: #958BFF; +} +.color3 { + background-color: #faad14; +} +.color4 { + background-color: #FF688D; +} +.color5 { + background-color: #00DACE; +} +.color6 { + background-color: #1F46AE; +} +.color7 { + background-color: #32DF24; +} +.color8 { + background-color: #EC4F56; +} +.color9 { + background-color: #E39C2D; +} +.color10 { + background-color: #A5CE15; +} +.color11 { + background-color: #943DDD; +} +.color12 { + background-color: #D11ED6; +} +.soso /deep/ .el-card__body{ + padding: 20px; + box-sizing: border-box; + height: calc(100% - 40px) !important; +} +.soso /deep/ .el-carousel{ + height: 100%; +} +.soso /deep/ .el-carousel__container{ + height: 100% !important; +} +.soso /deep/ .el-carousel__item{ + height: 100% !important; +} +.soso /deep/ .img{ + width: 100%; + height: 100%; +} -- Gitee