From 06c271689e8d61532aa234af727a014db729bd31 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 17 May 2022 17:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/list-main.scss | 101 ++ .../modules/shequzhili/event/cpts/edit.vue | 882 ++++++++++++++++++ .../shequzhili/event/cpts/project-info.vue | 703 ++++++++++++++ .../modules/shequzhili/event/eventList.vue | 497 ++++++++++ 4 files changed, 2183 insertions(+) create mode 100644 src/assets/scss/modules/management/list-main.scss create mode 100644 src/views/modules/shequzhili/event/cpts/edit.vue create mode 100644 src/views/modules/shequzhili/event/cpts/project-info.vue create mode 100644 src/views/modules/shequzhili/event/eventList.vue diff --git a/src/assets/scss/modules/management/list-main.scss b/src/assets/scss/modules/management/list-main.scss new file mode 100644 index 000000000..17549e243 --- /dev/null +++ b/src/assets/scss/modules/management/list-main.scss @@ -0,0 +1,101 @@ + + + +.div_main { + width: 100%; + + .div_search { + background: #ffffff; + border-radius: 4px; + padding: 20px 20px 5px 5px; + box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); + } + + .list_item_width_1 { + width: 165px; + } + .list_item_width_2 { + width: 135px; + } +} + +.div_table { + background: #ffffff; + box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); + border-radius: 4px; + margin-top: 15px; + padding: 10px; + position: relative; + + .div_btn { + margin-top: 10px; + margin-left: 10px; + display: flex; + + .btn_upload { + margin-left: 10px; + display: flex; + } + } + .table { + margin-top: 20px; + } + + .div_notice { + position: absolute; + left: 15px; + bottom: 0; + } +} + +.div-mult-form { + margin-top: 20px; + + .div_person { + display: flex; + font-size: 14px; + padding-bottom: 20px; + + .person_title { + text-align: right; + flex: 0 0 100px; + + line-height: 36px; + padding: 0 12px 0 0; + } + + .tag_item { + margin-right: 10px; + margin-top: 10px; + } + .tag_tip { + margin-top: 10px; + color: #9c9c9c; + } + } +} +.div-mult-table { + position: relative; + padding: 0 20px; + + .div_selcount{ + position: absolute; + bottom:10px; + left:30px; + } +} + +.div_dialog_table { + padding: 10px; + + .table { + margin-top: 20px; + } +} + +.twoline { + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} diff --git a/src/views/modules/shequzhili/event/cpts/edit.vue b/src/views/modules/shequzhili/event/cpts/edit.vue new file mode 100644 index 000000000..ccf2018e4 --- /dev/null +++ b/src/views/modules/shequzhili/event/cpts/edit.vue @@ -0,0 +1,882 @@ + + + + + + + diff --git a/src/views/modules/shequzhili/event/cpts/project-info.vue b/src/views/modules/shequzhili/event/cpts/project-info.vue new file mode 100644 index 000000000..7cbc99896 --- /dev/null +++ b/src/views/modules/shequzhili/event/cpts/project-info.vue @@ -0,0 +1,703 @@ + + + + + diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue new file mode 100644 index 000000000..016eb3b0d --- /dev/null +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -0,0 +1,497 @@ + + + + +