图标工具

This commit is contained in:
Gary Fu
2023-12-24 17:50:48 +08:00
parent 9b777948c9
commit dbc284bf8b
8 changed files with 148 additions and 15 deletions

View File

@@ -35,6 +35,19 @@ html, body, #app, .index-container {
.padding-right2 {
padding-right: 10px;
}
.padding-top1 {
padding-top: 5px;
}
.padding-top2 {
padding-top: 10px;
}
.padding-bottom1 {
padding-bottom: 5px;
}
.padding-bottom2 {
padding-bottom: 10px;
}
.text-center {
text-align: center;
}