From 9960c99c4ab2c64b6a67c06580423c24449fbb0a Mon Sep 17 00:00:00 2001 From: congzc Date: Tue, 20 Jun 2023 18:30:34 +0800 Subject: [PATCH] 3 --- src/views/createVideo/index.vue | 4 ++-- src/views/myAccount/index.vue | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/views/createVideo/index.vue b/src/views/createVideo/index.vue index 39bfbd1..446898b 100644 --- a/src/views/createVideo/index.vue +++ b/src/views/createVideo/index.vue @@ -245,7 +245,7 @@
-
+
GPT
@@ -1881,7 +1881,7 @@ onMounted(async () => { .subscript { position: absolute; top: 30px; - right: 30px; + right: 45px; width: 40px; height: 40px; z-index: 3; diff --git a/src/views/myAccount/index.vue b/src/views/myAccount/index.vue index c7ffd32..b021e7f 100644 --- a/src/views/myAccount/index.vue +++ b/src/views/myAccount/index.vue @@ -26,7 +26,7 @@ {{ $t("account.reSetPwd") }}
@@ -231,6 +231,10 @@ const userNameinput = ref(null); //用户名输入框绑定 const dialogAvatarUrl = ref(null); //图片回显地址 const dialogAvatarData = ref(null); //图片上传数据 const infoDialogLoad = ref(false); //load效果 +// 去重置密码 +function resetPassWord() { + router.push({ name: "login", params: { type: 4 } }); +} // 选择图片 async function chooseImg(e) { if (e.target.files[0]) { @@ -518,18 +522,23 @@ function routerTo(url) { position: relative; height: 200px; overflow: hidden; + &:hover { + .mask { + display: block; + } + } .mask { position: absolute; top: 0; left: 0; + display: none; width: 100%; height: 100%; line-height: 780px; font-size: 120px; font-weight: 900; text-align: center; - background-color: rgba(0, 0, 0, 0.5); - + background-color: rgba(0, 0, 0, 0.3); z-index: 9; .title { position: absolute;