From 7f47d67638158072a7501abd9f09738f7ffb0e3c Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Thu, 7 Apr 2022 14:54:15 +0800
Subject: [PATCH 1/2] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=E5=A4=A9=E6=B0=94?=
=?UTF-8?q?=E6=A0=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../collection-tools.component.html | 33 +++
.../collection-tools.component.scss | 276 +++++++++++------
.../collection-tools.component.ts | 8 +
.../collection-tools.component.html | 33 ++-
.../collection-tools.component.scss | 279 ++++++++++++------
.../collection-tools.component.ts | 7 +
.../collection-tools.component.html | 35 +++
.../collection-tools.component.scss | 36 +--
.../collection-tools.component.ts | 8 +-
.../collection-tools/examinationQuestions.ts | 5 +-
10 files changed, 501 insertions(+), 219 deletions(-)
diff --git a/src/app/ui/collection-tools-examinee/collection-tools.component.html b/src/app/ui/collection-tools-examinee/collection-tools.component.html
index 69dc59c..99d67b0 100644
--- a/src/app/ui/collection-tools-examinee/collection-tools.component.html
+++ b/src/app/ui/collection-tools-examinee/collection-tools.component.html
@@ -28,6 +28,39 @@
试卷名称 | @@ -87,7 +58,8 @@{{item.endTime|date:'yyyy-MM-dd HH:mm'}} | - {{item.status == "2" ? "已结束" : item.status == "0" ? "未开考" : item.status == "-1" ? '未发布' : "开考中"}} | + {{item.status == "2" ? "已结束" : item.status == "0" ? "未开考" : item.status == "-1" ? '未发布' : + "开考中"}}
编辑
diff --git a/src/app/examiner/examiner-index/examiner-index.component.scss b/src/app/examiner/examiner-index/examiner-index.component.scss
index 455cdd3..6905b75 100644
--- a/src/app/examiner/examiner-index/examiner-index.component.scss
+++ b/src/app/examiner/examiner-index/examiner-index.component.scss
@@ -1,142 +1,122 @@
table {
- width: 100%;
+ width: 100%;
+ text-align: center;
+
+ .cdk-header-cell {
text-align: center;
- .cdk-header-cell {
- text-align: center;
- }
- }
-
- .content {
- width: 100%;
- height: 100%;
- overflow: hidden;
- background: #F2F5F6;
- overflow-y: auto;
}
- .header {
- width: 100%;
- padding: 10px;
- margin-bottom: 10px;
+}
+
+.content {
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+ background: #F2F5F6;
+ overflow-y: auto;
+}
+
+.header {
+ width: 100%;
+ padding: 10px;
+ box-sizing: border-box;
+ display: flex;
+ align-items: center;
+
+ .queryBox {
box-sizing: border-box;
- .queryBox {
- box-sizing: border-box;
- padding: 5px 15px;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- align-items:center;
- justify-content:left;
- .queryField {
- margin: 0 25px;
- font-size: 14px;
- input,select {
- font-size: 15px;
- width: 320px;
- height: 44px;
- line-height: 34px;
- border-radius: 5px;
- padding-left: 5px;
- outline: none;
- border: 1px solid rgb(226, 211, 211);
- }
- button {
- border: none;
- color: white;
- padding: 10px 25px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- border-radius: 8px;
- outline:0 none !important;
- }
- }
- .headerright{
- float: right;
+ padding: 5px 15px;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ align-items: center;
+ justify-content: left;
+
+ .queryField {
+ margin: 0 25px;
+ font-size: 13px;
+
+ input,
+ select {
+ font-size: 13px;
+ width: 320px;
+ height: 44px;
+ line-height: 34px;
+ border-radius: 5px;
+ padding-left: 5px;
+ outline: none;
+ border: 1px solid rgb(226, 211, 211);
}
- } //queryBox
- .ordiv{
- position: relative;
- .organizationbox{
- button{
- color: #000000;
- position: relative;
- bottom: 9px;
- }
- width:450px;
- height: 200px;
- background: white;
- position: absolute;
- top: 47px;
- left: 105px;
- z-index: 999;
- border: 1px solid grey;
- overflow-y: auto;
- li{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- mat-tree-node{
- cursor: pointer;
- white-space:pre;
- }
- mat-tree-node:hover{
- background: rgba(225, 225, 225, 0.8);
- }
- .closediv{
- z-index: 100;
- position: absolute;
- right: 0;
- top: 0;
- width: 30px;
- height: 30px;
- cursor: pointer;
- line-height: 30px;
- text-align: center;
- }
- .closediv:hover{
- background:rgba(225, 225, 225, 0.8);
- }
+
+ button {
+ border: none;
+ color: white;
+ padding: 8px 20px;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 13px;
+ margin: 4px 2px;
+ cursor: pointer;
+ border-radius: 5px;
+ outline: 0 none !important;
}
+ }
+ .headerright {
+ float: right;
+ }
}
- }
- .centertable{
- width: 95%;
- margin-right: 40px;
- margin-left: 40px;
- background-color: #FFFFFF;
- table{
- td,th{
- height: 48px;
- font-size: 16px;
- }
- td{
- border-bottom: 1px solid #F2F5F6;
- }
- thead{
- background-color:#F5FDFE;
- }
- .green{
- color: #07CDCF;
+}
+
+.centertable {
+ width: 95%;
+ margin-right: 40px;
+ margin-left: 40px;
+ background-color: #FFFFFF;
+
+ table {
+
+ td,
+ th {
+ height: 48px;
+ font-size: 13px;
}
- .red{
- color: #FF8678;
+
+ td {
+ border-bottom: 1px solid #F2F5F6;
}
+
+ thead {
+ background-color: #F5FDFE;
}
- }
-
- .operationSpan{
- margin: 0 10px;
- .spanbtn {
- font-weight: 550;
- cursor: pointer;
+
+ .green {
+ color: #07CDCF;
+ }
+
+ .red {
+ color: #FF8678;
}
- .green{ color: #04ced1; }
- .red{ color: #FF8678 }
- .gray{ color: gray; }
}
-
\ No newline at end of file
+}
+
+.operationSpan {
+ margin: 0 10px;
+
+ .spanbtn {
+ font-weight: 550;
+ cursor: pointer;
+ }
+
+ .green {
+ color: #04ced1;
+ }
+
+ .red {
+ color: #FF8678
+ }
+
+ .gray {
+ color: gray;
+ }
+}
diff --git a/src/app/examiner/examiner-index/examiner-index.component.ts b/src/app/examiner/examiner-index/examiner-index.component.ts
index 32896cd..d2a57c5 100644
--- a/src/app/examiner/examiner-index/examiner-index.component.ts
+++ b/src/app/examiner/examiner-index/examiner-index.component.ts
@@ -64,27 +64,14 @@ export class ExaminerIndexComponent implements OnInit {
allorganizations: any
allunittype: any //获取所有的单位类型
jscheck: any //辖区中队包含下级
- private _transformer = (node, level: number) => { //初始化tree
- return {
- expandable: !!node.children && node.children.length > 0,
- name: node.name,
- level: level,
- id: node.id,
- parentId: node.parentId,
- children: node.children
- };
- }
- treeControl = new FlatTreeControl |
---|