EASYAIuniappNewUI/node_modules/@dcloudio/uni-components/style/text.css
2025-02-08 18:50:38 +08:00

9 lines
101 B
CSS

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