📅  最后修改于: 2022-03-11 14:47:39.232000             🧑  作者: Mango
Add the following code to your variable.scss file:
* {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}