From 322b0fbcf46bc1cc5fdc8fd4d659bfef67124527 Mon Sep 17 00:00:00 2001 From: jarvis <2221237281@qq.com> Date: Thu, 2 Sep 2021 16:12:25 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- src/common/styles/app.scss | 3 +++ src/components/Title/Title.vue | 25 ++++++++++++++++--------- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80dc51e..d68272b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-08-27) +# 0.1.0 (2021-09-02) ### 🌟 新功能 范围|描述|commitId @@ -42,6 +42,7 @@ - | 向右箭头图标变化 | 8e9ca55 - | 项目列表, 项目url | 32e005b - | 项目api url设置 | 6cd5245 + - | 新建形目 | f7d7108 - | 引入dayjs | 29b8b93 - | 字体大小更改 | 82cfdd4 - | api封装 | 7d4edfc diff --git a/src/common/styles/app.scss b/src/common/styles/app.scss index 8da9867..dbb6945 100644 --- a/src/common/styles/app.scss +++ b/src/common/styles/app.scss @@ -1,3 +1,6 @@ .min-0 { min-width: 0; } +.border-b-1 { + border-bottom-width: 1px; +} diff --git a/src/components/Title/Title.vue b/src/components/Title/Title.vue index 7b7e2fd..b4e06c3 100644 --- a/src/components/Title/Title.vue +++ b/src/components/Title/Title.vue @@ -15,16 +15,16 @@ class="mask" v-if="maskShow" @click="closeMask" - style="width: 100%; height: 100vh; z-index: 21; position: fixed; background: rgba(0, 0, 0, 0.1)" + style="width: 100%; height: 100vh; z-index: 21; position: fixed; background: rgba(0, 0, 0, 0.3)" > - - - + + + 新建项目 - - + + 分享项目 @@ -297,13 +297,16 @@ export default { left: 6%; top: 25%; z-index: 33; + border-radius: 5px; } .thirdPopup { background: #ffffff; position: fixed; - left: 5.5%; - top: 10%; + left: 50%; + top: 50%; z-index: 33; + border-radius: 5px; + transform: translate(-50%, -50%); } .content { width: 330px; @@ -322,11 +325,15 @@ export default { .popup { width: 40%; height: 100px; - background: #f2f2f2; + background: #fff; position: absolute; right: 0; z-index: 22; padding: 15px; + color: black; + border-radius: 5px; + transition: all 2s; + // border: 1px solid black; } .link {