笔顺码搜索页居中
This commit is contained in:
parent
72dc8810fb
commit
08338562be
@ -1,7 +1,10 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {MessageBox} from "@element-plus/icons-vue";
|
import {MessageBox} from "@element-plus/icons-vue";
|
||||||
import {Action} from "element-plus";
|
import {Action} from "element-plus";
|
||||||
|
// import router from "#app/plugins/router";
|
||||||
|
import {useRouter,useRoute} from "vue-router";
|
||||||
|
const router = useRouter()
|
||||||
|
const route = useRoute()
|
||||||
const allEng = /^[a-zA-Z]+$/;
|
const allEng = /^[a-zA-Z]+$/;
|
||||||
const allChi = /^[\u4e00-\u9fa5]+$/
|
const allChi = /^[\u4e00-\u9fa5]+$/
|
||||||
interface SearchLable{
|
interface SearchLable{
|
||||||
@ -26,6 +29,8 @@ const testAndSearch = ()=>{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
}else {
|
||||||
|
router.push('search')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ const api = await $fetch('/api/tools/qqazk/search')
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div style="display: flex;justify-content: center;flex-direction: column">
|
<div style="display: flex;justify-content: center;flex-direction: column;align-items: center">
|
||||||
<el-text style="font-size: 50px;padding-bottom: 25px">笔顺码字典</el-text>
|
<el-text style="font-size: 50px;padding-bottom: 25px">笔顺码字典</el-text>
|
||||||
<QqazkSearchBox></QqazkSearchBox>
|
<QqazkSearchBox></QqazkSearchBox>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user