feat: 新增样式文件
This commit is contained in:
20
src/static/scss/padding.scss
Normal file
20
src/static/scss/padding.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
// 内边距
|
||||
.p-12 {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.pt-12 {
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.pr-12 {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.pb-12 {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.pl-12 {
|
||||
padding-left: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user