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;