diff --git a/src/assets/images/project/toLead.png b/src/assets/images/project/toLead.png new file mode 100644 index 0000000..6c5ae17 Binary files /dev/null and b/src/assets/images/project/toLead.png differ diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index d60ff1f..0a9cd7a 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -4,6 +4,7 @@ @import "./element-ui.scss"; @import "./sidebar.scss"; @import "./btn.scss"; +@import "./public.scss"; body { height: 100%; diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss new file mode 100644 index 0000000..aa41360 --- /dev/null +++ b/src/assets/styles/public.scss @@ -0,0 +1,96 @@ +.L-public-main { + padding: 6px 6px 39px 6px; + width: 100%; + height: 100%; + .L-main { + width: 100%; + height: 100%; + padding: 24px 24px 43px 24px; + background-color: #fff; + header { + margin-bottom: 25px; + .import-btn { + padding: 1px 5px; + span { + display: flex; + align-items: center; + .btn-img { + width: 15px; + margin: 5px; + } + } + } + } + .el-table { + margin-bottom: 25px; + th { + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 14px; + color: #000000; + } + td { + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 14px; + color: #666666; + } + .evenNumber-row { + background-color: #F6F9FD; + } + .table-status { + p { + padding: 0; + margin: 0; + display: flex; + align-items: center; + span { + &:nth-of-type(1) { + width: 6px; + height: 6px; + border-radius: 50%; + margin-right: 10px; + } + } + } + .statusisOne { + span { + &:nth-of-type(1) { + background-color: #24D3A9; + } + &:nth-of-type(2) { + color: #24D3A9; + } + } + } + .statusisTwo { + span { + &:nth-of-type(1) { + background-color: #134EE6; + } + &:nth-of-type(2) { + color: #134EE6; + } + } + } + } + .table-operation { + span { + cursor: pointer; + &:nth-of-type(1) { + color: #192A92; + margin-right: 15px; + } + &:nth-of-type(2) { + color: #C51717; + } + } + } + } + .el-pagination { + .btn-prev,.btn-next { + padding: 0 13px; + } + } + } +} \ No newline at end of file diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index a35513f..948cf1f 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,3 +1,11 @@ +