ソースを参照

upload

dev_YWQ
HolyKnightIX 1年前
コミット
3df026e639
3個のファイルの変更3行の追加5行の削除
  1. +0
    -2
      src/types/auto-imports.d.ts
  2. +2
    -2
      src/views/myCreating/index.vue
  3. +1
    -1
      src/views/myStore/index.vue

+ 0
- 2
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<typeof import('vue')['EffectScope']>
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']>
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>


+ 2
- 2
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;
}
}



+ 1
- 1
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;


読み込み中…
キャンセル
保存