Skip to content

Commit

Permalink
Merge branch 'zjutjh:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Oct 17, 2024
2 parents 03e8ec2 + 994e293 commit 59b5f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="flex-1">
<a class="btn btn-ghost text-xl">JH Questionnaire Survey System</a>
</div>
<div class="absolute right-180">
<div>
<el-switch
v-model="darkModeStatus"
size="large"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Thank/thank.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="fixed inset-0 flex items-center justify-center bg-red-300">
<div class="flex flex-col bg-white w-full sm:w-1/2 lg:w-1/3 p-6 h-full justify-between shadow-lg">
<div class="fixed inset-0 flex items-center justify-center bg-red-300 dark:bg-black">
<div class="flex flex-col bg-white w-full sm:w-1/2 lg:w-1/3 p-6 h-full justify-between shadow-lg dark:bg-customGray">
<div>
<div class="flex justify-center mt-50">
<el-image class="h-250" src='https://img.lonesome.cn/jhwl/project/questionnaire/thank.webp' ></el-image>
</div>
<div class="flex items-center justify-center">
<div class=" text-3xl text-red-950">
<div class=" text-3xl text-red-950 dark:text-red-400">
提交成功
</div>
</div>
Expand Down

0 comments on commit 59b5f69

Please sign in to comment.