表和字段属性key全小写,准备兼容PostgreSQL;加宽本地保存测试的选项 · MTBug/APIJSONAuto@05c864c · GitHub
Skip to content

Commit 05c864c

Browse files
committed
表和字段属性key全小写,准备兼容PostgreSQL;加宽本地保存测试的选项
1 parent 2e187c6 commit 05c864c

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

apijson/CodeUtil.js

Lines changed: 11 additions & 11 deletions

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<use xlink:href="svg/icon.svg#record"></use>
208208
</svg>
209209
</a>
210-
<ul class="historys pop">
210+
<ul class="historys pop" style="width: 240px">
211211
<li v-for="(his, index) in historys">
212212
<a href="javascript:void(0)" @click="restore(his)" > {{his.name}}</a>
213213

js/main.js

Lines changed: 13 additions & 13 deletions

0 commit comments

Comments
 (0)