Skip to content

Commit

Permalink
fix(resumeList): 优化列表样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Jan 10, 2025
1 parent 3a9b63e commit dc1dfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LoginDialog/LoginDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<button class="ghost-button ghost" @click="signIn">立即登录</button>
</div>
<div class="overlay-panel overlay-right">
<h1>你好, 简友!</h1>
<h1>你好, 猫友!</h1>
<p v-if="websiteConfig.open_sign">还没有账号?快来注册吧!</p>
<button v-if="websiteConfig.open_sign" class="ghost-button ghost" @click="signUp"
>立即注册</button
Expand Down
2 changes: 1 addition & 1 deletion src/views/resumeList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
// 分类发生变化
const categoryChange = () => {
currentPage.value = 1;
page.value = 1;
templateList.value = [];
getTemplateList();
};
Expand Down

0 comments on commit dc1dfb3

Please sign in to comment.