feat: 新增样式文件
This commit is contained in:
20
src/static/scss/line-height.scss
Normal file
20
src/static/scss/line-height.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
// 行高
|
||||
.line-height-17 {
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.line-height-18 {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.line-height-20 {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.line-height-21 {
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.line-height-22 {
|
||||
line-height: 22px;
|
||||
}
|
||||
Reference in New Issue
Block a user