diff --git a/src/components.d.ts b/src/components.d.ts index c4e0309..eb31f7a 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -12,8 +12,10 @@ declare module '@vue/runtime-core' { IEpLoading: typeof import('~icons/ep/loading')['default'] IEpLock: typeof import('~icons/ep/lock')['default'] IEpMenu: typeof import('~icons/ep/menu')['default'] + IEpMoon: typeof import('~icons/ep/moon')['default'] IEpMore: typeof import('~icons/ep/more')['default'] IEpMoreFilled: typeof import('~icons/ep/more-filled')['default'] + IEpSunny: typeof import('~icons/ep/sunny')['default'] NAlert: typeof import('naive-ui')['NAlert'] NButton: typeof import('naive-ui')['NButton'] NButtonGroup: typeof import('naive-ui')['NButtonGroup'] diff --git a/src/learn/index.vue b/src/learn/index.vue index fb83d17..49aa606 100644 --- a/src/learn/index.vue +++ b/src/learn/index.vue @@ -1,6 +1,8 @@ @@ -119,15 +113,4 @@ function run() { text-align: right; color: rgba(115, 138, 148, 0.4); } - -.relative { - position: relative; -} - -.action { - position: absolute; - top: 10px; - right: 10px; - z-index: 10; -} diff --git a/src/shared/Header.vue b/src/shared/Header.vue index cc65078..a2a1252 100644 --- a/src/shared/Header.vue +++ b/src/shared/Header.vue @@ -1,5 +1,4 @@