From f9af1c3a79cda2f3a1cc40c21a07c9e1b792e695 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Mon, 14 Mar 2022 10:21:35 +0800
Subject: [PATCH 1/3] dd
---
src/assets/scss/buttonstyle.scss | 2 +-
src/views/components/resiSearch.vue | 2 +-
src/views/modules/base/resi.vue | 85 ++++++++++++++-----
.../modules/communityParty/elegant/index.vue | 43 ++++++++--
.../modules/communityService/sqzzz/index.vue | 22 +++--
.../serviceMatter/service.vue | 12 ++-
.../serviceMatter/serviceForm.vue | 12 ++-
.../modules/workPc/guidance/categoryList.vue | 14 +--
src/views/modules/workSys/demandCate.vue | 10 +--
src/views/modules/workSys/elegantCate.vue | 15 ++--
src/views/modules/workSys/elegantEdit.vue | 11 ++-
src/views/modules/workSys/resiCate.vue | 7 +-
12 files changed, 168 insertions(+), 67 deletions(-)
diff --git a/src/assets/scss/buttonstyle.scss b/src/assets/scss/buttonstyle.scss
index 60017850..a5f6b533 100644
--- a/src/assets/scss/buttonstyle.scss
+++ b/src/assets/scss/buttonstyle.scss
@@ -86,7 +86,7 @@
//查看
.div-table-button--detail {
- color: #1c6afd !important;
+ color: #3E8EF7 !important;
text-decoration: underline !important;
}
diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue
index 2e31ee63..72503bad 100644
--- a/src/views/components/resiSearch.vue
+++ b/src/views/components/resiSearch.vue
@@ -189,7 +189,7 @@
查询
-->
- 查询
+ 查询
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 073a5622..76ac5305 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -7,14 +7,10 @@
@search="handleSearch" />
- 新增
- {{exportBtnTitle}}
-
- {{importBtnTitle}}
+ {{exportBtnTitle}}
+
+ 下载人口模板
+
调动
+ class="div-table-button--detail"
+ >调动
变更记录
+ class="div-table-button--detail"
+ >变更记录
编辑
+ class="div-table-button--edit">编辑
积分记录编辑
@@ -115,7 +115,8 @@
slot="reference"
type="text"
size="small"
- style="color: #d51010"
+ class="div-table-button--delete"
+ style="margin-left: 10px;"
>删除
@@ -457,6 +458,11 @@ export default {
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
+.resi-table {
+ ::v-deep .el-button--text {
+ text-decoration: underline;
+ }
+}
.resi-card-table {
margin-top: 20px;
}
diff --git a/src/views/modules/systemManagement/serviceMatter/service.vue b/src/views/modules/systemManagement/serviceMatter/service.vue
index 9af01fe1..ce2e0970 100644
--- a/src/views/modules/systemManagement/serviceMatter/service.vue
+++ b/src/views/modules/systemManagement/serviceMatter/service.vue
@@ -3,9 +3,7 @@
- 新增
@@ -47,17 +45,17 @@
禁用
启用
修改
@@ -72,7 +70,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="formTitle"
- width="950px"
+ width="50%"
top="5vh"
@closed="diaClose">
-
diff --git a/src/views/modules/workPc/guidance/categoryList.vue b/src/views/modules/workPc/guidance/categoryList.vue
index 76b65a46..d2f8db1e 100644
--- a/src/views/modules/workPc/guidance/categoryList.vue
+++ b/src/views/modules/workPc/guidance/categoryList.vue
@@ -49,21 +49,23 @@
禁用
启用
修改
删除
diff --git a/src/views/modules/workSys/demandCate.vue b/src/views/modules/workSys/demandCate.vue
index 12d75d2d..ecd3095f 100644
--- a/src/views/modules/workSys/demandCate.vue
+++ b/src/views/modules/workSys/demandCate.vue
@@ -14,14 +14,14 @@
- 查询
+ 查询
- 新增分类
+ 新增分类
{{(scope.row.usableFlag&&'禁用') || '启用'}}
添加二级分类
编辑
diff --git a/src/views/modules/workSys/elegantCate.vue b/src/views/modules/workSys/elegantCate.vue
index d0a5320d..8c4d4707 100644
--- a/src/views/modules/workSys/elegantCate.vue
+++ b/src/views/modules/workSys/elegantCate.vue
@@ -3,24 +3,25 @@
-
+
+
+ 取消
+ 提交
+
diff --git a/src/views/modules/workSys/resiCate.vue b/src/views/modules/workSys/resiCate.vue
index 4dfde7e2..0d150e89 100644
--- a/src/views/modules/workSys/resiCate.vue
+++ b/src/views/modules/workSys/resiCate.vue
@@ -36,7 +36,7 @@
- 查询
+ 查询
@@ -77,14 +77,14 @@
@click="handleLook(scope.row)"
type="text"
size="small"
- class="btn-color-look"
+ class="div-table-button--detail"
>{{(scope.row.status === 'show'&&'隐藏') || '显示'}}
编辑
@@ -108,6 +108,7 @@
title="居民类别配置"
:visible.sync="dialogVisible"
width="50%"
+ top="5vh"
append-to-body
class="dialog-h"
:close-on-click-modal="false"
From 2206332a80d150687416d6b39a9961194230a305 Mon Sep 17 00:00:00 2001
From: dai <851733175@qq.com>
Date: Mon, 14 Mar 2022 10:23:37 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/scss/modules/search.scss | 62 +-
src/assets/scss/modules/warning.scss | 147 +++
src/views/modules/shequ/cpts/bar-chart.vue | 200 ++++
.../modules/shequ/cpts/scroll-notice.vue | 125 +++
src/views/modules/shequ/index.vue | 897 ++++++++++--------
.../components/screen-loading/index.vue | 68 ++
.../warning/components/screen-table/index.vue | 392 ++++++++
src/views/modules/warning/index.vue | 200 ++++
8 files changed, 1703 insertions(+), 388 deletions(-)
create mode 100644 src/assets/scss/modules/warning.scss
create mode 100644 src/views/modules/shequ/cpts/bar-chart.vue
create mode 100644 src/views/modules/shequ/cpts/scroll-notice.vue
create mode 100644 src/views/modules/warning/components/screen-loading/index.vue
create mode 100644 src/views/modules/warning/components/screen-table/index.vue
create mode 100644 src/views/modules/warning/index.vue
diff --git a/src/assets/scss/modules/search.scss b/src/assets/scss/modules/search.scss
index 7b4cb925..370c50fe 100644
--- a/src/assets/scss/modules/search.scss
+++ b/src/assets/scss/modules/search.scss
@@ -199,13 +199,48 @@
background-color: #fff;
border-radius: 10px;
padding: 30px 40px;
-
- .headline {
+ .header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
margin-bottom: 20px;
- font-size: 24px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
+
+ .headline {
+ font-size: 24px;
+ font-family: PingFang SC;
+ font-weight: bold;
+ color: #333333;
+ }
+ .notice {
+ width: 85%;
+ line-height: 24px;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
+ .notice-btn {
+ width: 50px;
+ background-color: #3e8ef7;
+ color: #fff;
+ text-align: center;
+ border-radius: 4px;
+ cursor: pointer;
+ }
+ .notice-list {
+ // @include toe;
+ width: 92%;
+ // height: 24px;
+ // overflow: hidden;
+ a {
+ margin-right: 20px;
+ cursor: pointer;
+ color: #999;
+ &:hover {
+ color: #3e8ef7;
+ }
+ }
+ }
+ }
}
.cnt {
@@ -219,3 +254,18 @@
}
}
}
+
+.m-crumbs {
+ padding: 10px 30px 0;
+ font-size: 16px;
+ a {
+ color: #666;
+ &:hover {
+ color: #094bea;
+ }
+ cursor: pointer;
+ }
+ span {
+ color: #094bea;
+ }
+}
diff --git a/src/assets/scss/modules/warning.scss b/src/assets/scss/modules/warning.scss
new file mode 100644
index 00000000..2c6b9fa2
--- /dev/null
+++ b/src/assets/scss/modules/warning.scss
@@ -0,0 +1,147 @@
+.warning-box {
+ box-sizing: border-box;
+ // width: 1881px;
+ width: 100%;
+ // height: 100%;
+ min-height: 100%;
+ margin: 0 auto;
+ color: #999;
+ // background: url("../../../img/modules/visual/warning-box.png") no-repeat center;
+ background-size: 100% 100%;
+ padding: 25px 21px 35px 24px;
+
+ &-top {
+ display: flex;
+ // justify-content: space-around;
+ justify-content: flex-start;
+ flex-wrap: wrap;
+ min-height: 190px;
+
+ .top-item {
+ box-sizing: border-box;
+ width: 280px;
+ height: 190px;
+ padding: 10px 22px 14px 21px;
+ border-radius: 8px;
+ margin-right: 15px;
+ margin-bottom: 15px;
+ background-color: #fff;
+
+ &-img {
+ display: flex;
+ align-items: center;
+
+ img {
+ width: 78px;
+ height: 78px;
+ margin-right: 16px;
+ margin-bottom: 10px;
+ }
+
+ .top-item-left {
+ display: flex;
+ flex-direction: column;
+
+ span {
+ display: inline-block;
+ }
+
+ span:nth-child(1) {
+ font-size: 18px;
+ font-weight: 400;
+ color: #333333;
+ }
+
+ span:nth-child(2) {
+ font-size: 28px;
+ font-weight: bold;
+ color: #2194fe;
+ margin-top: 10px;
+ }
+ }
+ }
+
+ &-num {
+ width: 100%;
+ display: flex;
+ position: relative;
+ flex-direction: column;
+ align-items: space-between;
+ // border: 1px solid red;
+
+ .num-item {
+ position: relative;
+ width: 100%;
+ height: 35px;
+ display: flex;
+ border-radius: 4px;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0 10px 0 29px;
+ cursor: pointer;
+
+ &::after {
+ display: block;
+ content: "";
+ width: 8px;
+ height: 8px;
+ background: #2194fe;
+ border-radius: 50%;
+ position: absolute;
+ left: 12px;
+ top: 50%;
+ transform: translate(0, -50%);
+ }
+
+ div:nth-child(1) {
+ font-size: 16px;
+ font-family: PingFang SC;
+ font-weight: 400;
+ color: #333333;
+ }
+
+ div:nth-child(2) {
+ // width: 70%;
+ display: flex;
+ font-size: 20px;
+ font-family: PingFang SC;
+ font-weight: 500;
+ color: #333;
+
+ .right-icon {
+ width: 10px;
+ height: 14px;
+ }
+ }
+ }
+
+ .num-item-active {
+ background-color: #f0f3f7;
+ }
+
+ .num-item:nth-child(2) {
+ margin-top: 10px;
+ }
+ }
+ }
+ }
+
+ &-bottom {
+ box-sizing: border-box;
+ width: 100%;
+ height: calc(100% - 300px);
+ padding: 35px 40px;
+ min-height: 300px;
+ margin-top: 30px;
+ background-color: #fff;
+
+ .pagination {
+ box-sizing: border-box;
+ margin-top: 20px;
+ width: 100%;
+ height: 40px;
+ display: flex;
+ justify-content: flex-end;
+ }
+ }
+}
diff --git a/src/views/modules/shequ/cpts/bar-chart.vue b/src/views/modules/shequ/cpts/bar-chart.vue
new file mode 100644
index 00000000..9e965b9c
--- /dev/null
+++ b/src/views/modules/shequ/cpts/bar-chart.vue
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shequ/cpts/scroll-notice.vue b/src/views/modules/shequ/cpts/scroll-notice.vue
new file mode 100644
index 00000000..6945dacc
--- /dev/null
+++ b/src/views/modules/shequ/cpts/scroll-notice.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
diff --git a/src/views/modules/shequ/index.vue b/src/views/modules/shequ/index.vue
index 7469479e..49c92e5f 100644
--- a/src/views/modules/shequ/index.vue
+++ b/src/views/modules/shequ/index.vue
@@ -1,422 +1,445 @@
-
-
-
-
-

-
-
-