From 3c7e24db182229f8081bd52050f7689e2b6378cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Tue, 1 Jun 2021 16:50:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81=E5=BC=80?=
=?UTF-8?q?=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../details/consultationDetails/index.vue | 15 +
.../details/otherStandardDetails/index.vue | 18 +-
src/pages/localTool/standardWarning.vue | 618 +++++++++++-------
.../standardForComments/index.vue | 85 +--
src/router/index.js | 12 +
5 files changed, 472 insertions(+), 276 deletions(-)
create mode 100644 src/pages/details/consultationDetails/index.vue
diff --git a/src/pages/details/consultationDetails/index.vue b/src/pages/details/consultationDetails/index.vue
new file mode 100644
index 000000000..21cb8cc72
--- /dev/null
+++ b/src/pages/details/consultationDetails/index.vue
@@ -0,0 +1,15 @@
+
+
+ 征求意见详情
+
+
+
+
+
+
diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index c9a25f55b..504900654 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -5,6 +5,9 @@
+
@@ -2795,6 +2798,7 @@ export default {
& > p{
min-height: 55px;
line-height: 55px;
+ border-bottom: 1px solid #E5E5E5;
}
}
}
@@ -2812,6 +2816,18 @@ export default {
width: 100%;
}
}
+ .details-fraction{
+ float: right;
+ width:270px;
+ height:80px;
+ line-height: 80px;
+ text-align: center;
+ font-size: 30px;
+ font-weight: bold;
+ color: #e88218;
+ margin-top: -80px;
+ background: #E5E5E5;
+ }
/deep/.details-content{
/*padding: 0 67px;*/
.details-content-modular{
@@ -3007,7 +3023,6 @@ export default {
}
.basic-information{
border-top: 2px dashed #D1D1D1;
- border-bottom: 2px dashed #D1D1D1;
.modular-header{
height: 60px;
border-bottom: none;
@@ -3016,6 +3031,7 @@ export default {
& > p{
min-height: 55px;
line-height: 55px;
+ border-bottom: 1px solid #E5E5E5;
}
}
}
diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index d1578fbfd..2ccbf4542 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -3,8 +3,8 @@