theme change is ready

This commit is contained in:
RockYang
2024-04-27 13:13:28 +08:00
parent 5b16dc6ee7
commit 039d949523
20 changed files with 162 additions and 44 deletions

View File

@@ -68,7 +68,7 @@
<script setup>
import {onMounted, ref} from "vue";
import {httpGet, httpPost} from "@/utils/http";
import {httpPost} from "@/utils/http";
import {ElMessage} from "element-plus";
import {dateFormat} from "@/utils/libs";
import {Search} from "@element-plus/icons-vue";
@@ -156,5 +156,12 @@ const fetchData = () => {
width: 100%
}
.pagination {
padding 20px 0
display flex
width 100%
justify-content right
}
}
</style>