unibest/src/style/index.scss

8 lines
121 B
SCSS
Raw Normal View History

2024-01-30 20:22:35 +08:00
.test {
2024-02-21 10:08:15 +08:00
// 可以通过 @apply 多个样式封装整体样式
@apply mt-4 ml-4;
2024-01-30 21:02:52 +08:00
2024-02-21 10:08:15 +08:00
padding-top: 4px;
2024-01-30 20:22:35 +08:00
color: red;
}