Skip to content

Commit

Permalink
Merge pull request #285 from codebdy/add-zoomable-editor
Browse files Browse the repository at this point in the history
backup
  • Loading branch information
codebdy authored Nov 19, 2023
2 parents aff002f + c8e5731 commit 73b411d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/app-designer-example/src/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
::-webkit-scrollbar {
display: block;
width: 0.35rem;
height: 0.35rem;
width: 0.45rem;
height: 0.45rem;
}

::-webkit-scrollbar-track {
Expand Down
6 changes: 6 additions & 0 deletions 备忘.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nginx部署,添加配置==>后面的配置
location / {
root html;
index index.html index.htm;
==>try_files $uri $uri/ /index.html;
}
网格画法:
backgroundImage:
"linear-gradient(90deg, rgba(50, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0) 3%)",
Expand Down

0 comments on commit 73b411d

Please sign in to comment.