This commit is contained in:
parent
bdaf2c8c1b
commit
6ff9558c11
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<div ref="header" class="flex justify-evenly w-full px-8 my-8">
|
||||
<n-input v-model:value="word" maxlength="1" type="text" placeholder="请输入汉字" @keyup.enter="submit"></n-input>
|
||||
<n-input v-model:value="word" maxlength="1" type="text" placeholder="请输入汉字" @input="submit" @keyup.enter="submit"></n-input>
|
||||
<n-button class="w-32 ml-8" type="primary" size="medium" @click="submit">确认</n-button>
|
||||
</div>
|
||||
<n-scrollbar :style="{height:`60vh`}" class="px-8" v-if="isSuccess">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<n-scrollbar>
|
||||
<n-scrollbar class="h-[60vh]">
|
||||
<div class="w-full h-64" id="gold"></div>
|
||||
<n-descriptions class="mt-20 text-center" label-placement="left" label-align="center" bordered :column="4">
|
||||
<n-descriptions-item label="品种名称" :span="2">
|
||||
|
Loading…
Reference in New Issue
Block a user