Skip to content

Commit

Permalink
fix: fix UI problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonnnnnnnnnnn committed Feb 22, 2024
1 parent 8a8f977 commit 7e8c12f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,11 @@ export const resetPassword = (params: resetPasswordRequest) => request<resetPass
<p>$1: 请求名</p>
<p>$2: 请求类型</p>
<p>$3: 返回类型</p>
<p>$4: 接口地址</p>
<p>$4: 接口地址</p>

## 开发

```
pnpm i
pnpm tauri dev
```
4 changes: 2 additions & 2 deletions src/lib/modules/ServiceModule/components/TypesTree.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
</script>

<main>
<main style="overflow:auto">
<div class="flex justify-between items-center">
<div class="header">对应的接口树:</div>
<Button kind="tertiary" on:click={update_service}>更新所有请求</Button>
Expand All @@ -70,7 +70,7 @@
<Search bind:value={searchKey} />
<Button kind="secondary" on:click={get_data}>搜索</Button>
</div>

{#each list as item}
<Node {...item} expanded={true} />
{/each}
Expand Down

0 comments on commit 7e8c12f

Please sign in to comment.