uni-ticket-system/node_modules/@dcloudio/uni-components/style/text.css

9 lines
101 B
CSS
Raw Normal View History

2023-12-05 02:11:10 +00:00
uni-text[selectable] {
cursor: auto;
user-select: text;
}
uni-text {
white-space: pre-line;
}