uni-ticket-system/node_modules/@dcloudio/uni-components/style/text.css
2023-12-05 10:11:10 +08:00

9 lines
101 B
CSS

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