7 lines
102 B
Plaintext
Raw Normal View History

2024-12-03 13:56:22 +08:00
/* plugin/components/hello-component.wxss */
.container {
margin: 1em;
}
.item {
display: block;
}