Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
super1207 committed Aug 26, 2024
1 parent 386991c commit e55666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/index_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h1 class="atitle" @click="title_click()">
<div class="atitle__horizontal"></div>
<div class="atitle__vertical"></div>
</h1>
<div id="pkg_btn_vec" style="height: 0; display: flex;flex-wrap: wrap;flex: 1 0 auto;background-color: #f5f2f0;align-content: flex-start;overflow-y: auto;">
<div id="pkg_btn_vec" style="height: 0; display: flex;flex-wrap: wrap;flex: 1 0 auto;background-color: #f5f2f0;align-content: flex-start;overflow-y: auto;justify-content: center;">
<div v-for="name in pkg_vec" @click="" style="flex: 0 0 auto;margin: 0.5em;">
<button class="acard" @click="upup(name)">
{{ name }}
Expand Down

0 comments on commit e55666e

Please sign in to comment.