Files
FreeERP.Applet/miniprogram/pages/components/account-plugin/account-plugin.wxss

11 lines
139 B
Plaintext
Raw Normal View History

2026-01-28 16:00:56 +08:00
.custom-label {
display: inline-flex;
}
.custom-label::after {
content: '*';
color: red;
font-size: 32rpx;
margin-left: 4rpx;
}