Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pp committed Jan 14, 2023
1 parent 2592106 commit 38ad8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions static/src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ setTimeout(()=>{
}
</script>
<template>
<div id="drag" style="position: fixed; inset:0;">
<div style="position: fixed; bottom: 0; left: 0; right: 0; top: 0; z-index: 999;" v-show="over_page">
<div id="drag" style="position: absolute; inset:0;">
<div style="inset: 0; z-index: 999;" v-show="over_page">
<div style="background-color: white; opacity: 0.5; inset: 0; position: absolute;" ></div>
<div style="border: dashed 2px; top: 50%; text-align: center; z-index: 999; width: 50%; height: 30%;" class="center">
<div style="text-align: center;padding-top: 10%;position: absolute;width: 100%;height: 100%;" class="drop_text">
Expand Down Expand Up @@ -196,7 +196,7 @@ setTimeout(()=>{
</div>
</template>
</Waterfall>
<button class="mdui-fab mdui-color-indigo mdui-text-color-white center" style="bottom: 10px;" @change="file">
<button class="mdui-fab mdui-color-indigo mdui-text-color-white center" style="bottom: 10px; position: fixed;" @change="file">
<i class="mdui-icon material-icons">add</i>
<input type="file" accept="image/*" ref="inp" multiple style="opacity: 0;">
</button>
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ main = "./src/index.js"
compatibility_date = "2022-11-08"

kv_namespaces = [
{ binding = "LINK", id = "111",preview_id='111'}
{ binding = "LINK", id = "7cf78afe01b9471f925d76de765d332f",preview_id='7cf78afe01b9471f925d76de765d332f'}
]
[site]
bucket = "./static/dist"

0 comments on commit 38ad8e9

Please sign in to comment.