From 88d103adf2337c6d77bb4abf920966fc33ac2f41 Mon Sep 17 00:00:00 2001
From: tangyi <275503107@qq.com>
Date: Tue, 25 Jan 2022 18:41:23 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package-lock.json | 2 +-
package.json | 2 +-
public/index.html | 4 +--
src/App.vue | 5 +--
src/view/consumer.vue | 1 +
src/view/details.vue | 23 +++++++++++---
src/view/generateTest.vue | 2 +-
src/view/projectManagement.vue | 25 +++++++++++++--
src/view/projectTopic.vue | 58 ++++++++++++++++++++++++++--------
src/view/topicParameters.vue | 30 ++++++++++++++++--
10 files changed, 121 insertions(+), 31 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 760f1c3..27be4af 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "hello-world",
+ "name": "火眼识才",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
diff --git a/package.json b/package.json
index e1c06c0..5c61ab5 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "hello-world",
+ "name": "hysc-ht",
"version": "0.1.0",
"private": true,
"scripts": {
diff --git a/public/index.html b/public/index.html
index 3e5a139..7acd819 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,11 +5,11 @@
-
<%= htmlWebpackPlugin.options.title %>
+ 火眼识才
diff --git a/src/App.vue b/src/App.vue
index 0b3284c..053667f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -53,9 +53,6 @@
font-size: 16px;
color: #454D67;
line-height: 42px;
- border-bottom: 1px solid #E4EAEE;
- }
- .title-item li.cur{
- border-bottom: 1px solid #0544A4;
}
+
diff --git a/src/view/consumer.vue b/src/view/consumer.vue
index 31eb31f..34781d4 100644
--- a/src/view/consumer.vue
+++ b/src/view/consumer.vue
@@ -424,6 +424,7 @@ export default {
.reportListCon {
background: #f8fafb;
padding: 20px;
+ margin-bottom: 30px;
}
.reportListCon > p {
width: 93%;
diff --git a/src/view/details.vue b/src/view/details.vue
index 98609fc..79bcddd 100644
--- a/src/view/details.vue
+++ b/src/view/details.vue
@@ -2,7 +2,7 @@
-
编辑题库
+
测试详情
-
+
+
+
微信二维码
+
+
+
+
钉钉二维码
+
+
@@ -56,7 +64,7 @@
@@ -76,7 +84,7 @@
v-model="scope.row.isAllowViewResultIf"
@change="testStatus(scope.row)"
/>
- {{ scope.row.isAllowViewResultIf }}
+
.ewm > img {
+.projectTopicText .projectTopicCon > .ewm img {
height: 100px;
width: 100px;
}
+.projectTopicText .projectTopicCon > .ewm p{
+ text-align: center;
+}
.projectTopicTable {
margin-top: 30px;
}
diff --git a/src/view/generateTest.vue b/src/view/generateTest.vue
index 6b70ad4..b8ce279 100644
--- a/src/view/generateTest.vue
+++ b/src/view/generateTest.vue
@@ -2,7 +2,7 @@