diff --git a/ruoyi-ui/src/views/xmgl/xmkb/index.vue b/ruoyi-ui/src/views/xmgl/xmkb/index.vue
index faaf0b8408ce8235295a71cc11f3b54efa443b6a..40ca84070b5bb501621f1c2d6ad77f6b64f3b23d 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 @@
-
+
+
+ 审核待办
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -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%;
+}