From 5d2ecad061c9747aec071299870baddc9008ebca Mon Sep 17 00:00:00 2001 From: TiaStars Date: Mon, 18 Sep 2023 11:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/myInput/index.vue | 47 +++ src/views/yingji/planManage.vue | 389 +++++-------------------- 2 files changed, 117 insertions(+), 319 deletions(-) create mode 100644 src/views/components/myInput/index.vue diff --git a/src/views/components/myInput/index.vue b/src/views/components/myInput/index.vue new file mode 100644 index 0000000..ff155fa --- /dev/null +++ b/src/views/components/myInput/index.vue @@ -0,0 +1,47 @@ + + + diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index a8261c1..dce0d5b 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -2,64 +2,14 @@ * @Descripttion: * @version: * @Author: JC9527 - * @Date: 2023-09-04 10:20:06 + * @Date: 2023-09-18 10:08:30 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-13 17:22:51 + * @LastEditTime: 2023-09-18 11:07:21 --> @@ -292,110 +131,7 @@ background-color: #fff; height: 100%; .plan-topBox { - display: flex; - justify-content: space-between; - padding: 31px 0 12px 0; - // background-color: yellow; - .drup-downs { - display: flex; - align-items: center; - .year { - display: flex; - align-items: center; - margin-right: 81px; - .year-span { - font-size: 14px; - font-family: 'Alibaba PuHuiTi'; - font-weight: 400; - color: #525966; - line-height: 40px; - margin-right: 10px; - } - } - .area { - display: flex; - align-items: center; - .area-span { - font-size: 14px; - font-family: 'Alibaba PuHuiTi'; - font-weight: 400; - color: #525966; - line-height: 40px; - margin-right: 10px; - } - ::v-deep .el-cascader { - background-color: transparent; - width: 276px; - .el-input__inner { - height: 33px; - } - .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-down::before { - content: ""; - background: url(../../assets/images/down2.png) center center no-repeat; - background-size: cover; - position: absolute; - width: 10px; - height: 7px; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - } - } - } - ::v-deep .el-select { - background-color: transparent; - width: 276px; - .el-input__inner { - height: 33px; - } - .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up { - display: flex; - align-items: center; - justify-content: center; - } - // border-radius: 2px; - .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up::before { - content: ""; - background: url(../../assets/images/down2.png) center center no-repeat; - background-size: cover; - position: absolute; - width: 10px; - height: 7px; - // top: 50%; - // left: 50%; - // transform: translate(-50%, -50%); - transform: rotate(180deg); - } - } - } - .btns { - display: flex; - align-items: center; - .export,.newProject { - display: flex; - align-items: center; - justify-content: center; - padding: 6px 19px; - cursor: pointer; - img { - width: 22px; - margin-right: 10px; - } - span { - color: #ffffff; - font-size: 14px; - font-family: 'Alibaba PuHuiTi'; - font-weight: 400; - } - } - .export { - background-color: #2378EC; - margin-right: 30px; - } - .newProject { - background-color: #28B384; - } - } + padding: 20px 0; } .plan-bottomBox { margin-top: 10px; @@ -404,10 +140,31 @@ .success-row { background-color: rgba(234, 242, 253, 0.25); } + .activity { + div { + text-align: left; + &:nth-child(1) { + font-size: 14px; + font-family: 'Alibaba PuHuiTi'; + font-weight: 400; + color: #4D4949; + } + &:nth-child(2) { + width: 180px; + font-size: 14px; + font-family: 'Alibaba PuHuiTi'; + font-weight: 400; + color: #999191; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + } + } td { height: 42px; box-sizing: border-box; - text-align: center; + // text-align: center; font-size: 14px; font-family: 'Alibaba PuHuiTi'; font-weight: 400; @@ -415,11 +172,11 @@ } th { height: 45px; - background-color: #EAF2FD; + background-color: #F7F5F5; font-size: 15px; font-family: 'Alibaba PuHuiTi'; font-weight: bold; - color: #525966; + color: #4D4949; .el-checkbox { display: none; } @@ -431,10 +188,10 @@ .tabs-btns { display: flex; align-items: center; - justify-content: center; - .look,.change,.delete { + // justify-content: center; + .look{ display: flex; - align-items: center; + // align-items: center; margin-right: 30px; cursor: pointer; img { @@ -448,12 +205,6 @@ color: #045FFD; } } - .delete { - margin-right: 0; - span { - color: #F71052; - } - } } } .pagination {