fix UI
This commit is contained in:
@@ -227,6 +227,10 @@ function rowProps(row: ProblemFiltered) {
|
|||||||
:options="authorOptions"
|
:options="authorOptions"
|
||||||
/>
|
/>
|
||||||
</n-form-item>
|
</n-form-item>
|
||||||
|
</n-form>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<n-form :show-feedback="false" inline label-placement="left">
|
||||||
<n-form-item>
|
<n-form-item>
|
||||||
<n-input
|
<n-input
|
||||||
clearable
|
clearable
|
||||||
@@ -235,14 +239,10 @@ function rowProps(row: ProblemFiltered) {
|
|||||||
placeholder="编号或者标题"
|
placeholder="编号或者标题"
|
||||||
/>
|
/>
|
||||||
</n-form-item>
|
</n-form-item>
|
||||||
</n-form>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<n-form :show-feedback="false" inline label-placement="left">
|
|
||||||
<n-form-item>
|
<n-form-item>
|
||||||
<n-flex align="center">
|
<n-flex align="center">
|
||||||
<n-button @click="clearQuery" quaternary>重置</n-button>
|
<n-button @click="clearQuery" quaternary>重置</n-button>
|
||||||
<n-button @click="getRandom" quaternary>试试手气</n-button>
|
<n-button @click="getRandom" quaternary v-if="isDesktop">试试手气</n-button>
|
||||||
</n-flex>
|
</n-flex>
|
||||||
</n-form-item>
|
</n-form-item>
|
||||||
</n-form>
|
</n-form>
|
||||||
|
|||||||
Reference in New Issue
Block a user