vending-machine/mobile/node_modules/@dcloudio/uni-components/style/text.css
2026-04-03 06:07:13 +08:00

9 lines
101 B
CSS

uni-text[selectable] {
cursor: auto;
user-select: text;
}
uni-text {
white-space: pre-line;
}