Skip to content

Commit c8e5731

Browse files
committed
backup
1 parent 51c1655 commit c8e5731

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

examples/app-designer-example/src/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
::-webkit-scrollbar {
22
display: block;
3-
width: 0.35rem;
4-
height: 0.35rem;
3+
width: 0.45rem;
4+
height: 0.45rem;
55
}
66

77
::-webkit-scrollbar-track {

备忘.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nginx部署,添加配置==>后面的配置
2+
location / {
3+
root html;
4+
index index.html index.htm;
5+
==>try_files $uri $uri/ /index.html;
6+
}
17
网格画法:
28
backgroundImage:
39
"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%)",

0 commit comments

Comments
 (0)