From 3df026e63922a28e73a833ab7a598965973d631d Mon Sep 17 00:00:00 2001 From: YWQ HK IX <568170040@qq.com> Date: Tue, 23 May 2023 21:22:47 +0800 Subject: [PATCH] upload --- src/types/auto-imports.d.ts | 2 -- src/views/myCreating/index.vue | 4 ++-- src/views/myStore/index.vue | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts index e5c7bdb..9ea2d5d 100644 --- a/src/types/auto-imports.d.ts +++ b/src/types/auto-imports.d.ts @@ -2,7 +2,6 @@ export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] - const ElForm: typeof import('element-plus/es')['ElForm'] const ElMessage: typeof import('element-plus/es')['ElMessage'] const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] @@ -271,7 +270,6 @@ import { UnwrapRef } from 'vue' declare module 'vue' { interface ComponentCustomProperties { readonly EffectScope: UnwrapRef - readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef readonly ElMessageBox: UnwrapRef readonly asyncComputed: UnwrapRef diff --git a/src/views/myCreating/index.vue b/src/views/myCreating/index.vue index 5194c25..6dcd18d 100644 --- a/src/views/myCreating/index.vue +++ b/src/views/myCreating/index.vue @@ -267,10 +267,10 @@ function mouseenter(item) { border-radius: 10px; padding: 5px 10px; cursor: pointer; - background: linear-gradient(225deg, #000, #000); + background-color: #000; transition: all 0.3s; &:hover { - background: linear-gradient(225deg, #51d9ca, #7264f5); + background-color: #15d1b8; } } diff --git a/src/views/myStore/index.vue b/src/views/myStore/index.vue index 9335574..9310d75 100644 --- a/src/views/myStore/index.vue +++ b/src/views/myStore/index.vue @@ -168,7 +168,7 @@ function clickPayDialog(item) { border: 1px solid #c0bfbd; border-radius: 20px; overflow: hidden; - transition: all 0.3s; + transition: all 0.2s; cursor: pointer; .line { height: 20px;