Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
codebdy committed Nov 19, 2023
1 parent 51c1655 commit c8e5731
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 c8e5731

Please sign in to comment.