调试 Refreash 到 width:100%, 添加小标题

This commit is contained in:
2021-05-25 14:02:40 +08:00
parent e50cab447f
commit 0611f27a69
2 changed files with 8 additions and 1 deletions

View File

@@ -58,9 +58,13 @@ div.search_toolbar {
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
width: 100%;
}
div.feedback {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
button.refresh {
width: 100%;
}