This commit is contained in:
2023-06-25 13:08:06 +08:00
parent bbb86041b4
commit 9fe9cc938a
8 changed files with 12 additions and 13 deletions

View File

@@ -166,7 +166,7 @@ function type(status: ProblemStatus) {
}
.problemContent .title {
font-size: 16px;
font-size: 20px;
margin: 12px 0;
}

View File

@@ -184,10 +184,10 @@ function rowProps(row: ProblemFiltered) {
</n-form>
<n-form :show-feedback="false" inline label-placement="left">
<n-form-item>
<n-space>
<n-space align="center">
<n-button @click="search(query.keyword)">搜索</n-button>
<n-button @click="clear">重置</n-button>
<n-button @click="getRandom">随机一题</n-button>
<n-button @click="clear" quaternary>重置</n-button>
<n-button @click="getRandom" quaternary>试试手气</n-button>
</n-space>
</n-form-item>
</n-form>