diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue
index 76a7171..8104a91 100644
--- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue
+++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue
@@ -2,48 +2,92 @@
-
+
-
- {{ item.gather_name }}
+
+ {{ item.stage_name }}
-
-
- 汇总周期:{{gatherDate}}
- 计算规则:{{calcMethods}}
- 评定班额数:{{classNum}}
-
-
+
+
+
+ {{ item.create_year_name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.gather_name }}
+
+
+
+
+
+
+ 汇总周期:{{gatherDate}}
+ 计算规则:{{calcMethods}}
+ 评定班额数:{{classNum}}
+
+
+
+
+ :pagination="false"
+ :scroll="{ x: '100%'}"
+ size="middle"
+ >
+
+ {{record.score}}
+
+
+
@@ -212,6 +363,7 @@
border: 1px solid #c280ff;
margin: auto;
display: flex;
+ position: relative;
.title-item {
width: 5rem;
height: auto;
@@ -229,13 +381,13 @@
}
}
.title-dom {
- width: calc(50% - 5rem);
+ width: calc(33% - 5rem);
height: auto;
display: flex;
justify-content: center;
align-items: center;
.ant-select {
- width: calc(100% - 5rem);
+ width: calc(100% - 2rem);
margin: auto;
transform: skew(30deg);
-webkit-transform: skew(30deg);
@@ -247,29 +399,51 @@
box-shadow: none !important;
}
}
- .gather-info-div {
- width: calc(100% - 2rem);
- height: auto;
- transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
- -webkit-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
- -moz-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
- -o-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
- -ms-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- font-size: 12px;
- }
+
+ }
+ .gather-info-div {
+ position: absolute;
+ width: 10rem;
+ padding: 0 0.5rem;
+ height: 2rem;
+ right: 0;
+ top: 3rem;
+ background-color: white;
+ transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
+ -webkit-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
+ -moz-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
+ -o-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
+ -ms-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ font-size: 12px;
+ }
+ .taskInfoIcon {
+ position: absolute;
+ right: -20px;
+ bottom: 0;
+ color: #31a8fa;
+ transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/
+ -webkit-transform: skew(30deg);
+ -moz-transform: skew(30deg);
+ -o-transform: skew(30deg);
+ -ms-transform: skew(30deg);
}
}
.table-list-div {
width: 100%;
min-height: 20rem;
margin-top: 0.5rem;
- .ant-table-content{
- .ant-table-thead{
- tr th .ant-table-header-column{
- color: #31a8fa;
+ .ant-table-content {
+ /*.ant-table-thead{*/
+ /*tr th .ant-table-header-column{*/
+ /*color: #31a8fa;*/
+ /*}*/
+ /*}*/
+ .ant-table-tbody {
+ tr td {
+ padding: 5px 10px !important;
}
}
}
diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue
index e0b1ed3..0ecfd66 100644
--- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue
+++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue
@@ -397,7 +397,7 @@
type: 'bar',
stack:'占比情况',
barWidth : 30,//柱图宽度
- data: scoreList
+ data: scoreList,
})
}
}
@@ -515,7 +515,7 @@
}
.task-echart-div {
width: 100%;
- min-height: 20rem;
+ min-height: 25rem;
.ant-tabs-bar {
display: none;
}