This commit is contained in:
zhaofang
2022-08-23 17:02:52 +08:00
parent c398ba0ed0
commit 7f75fd79c5
3 changed files with 75 additions and 3 deletions

View File

@@ -142,6 +142,11 @@ export default {
width: 100%;
height: 100%;
position: relative;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
p {
display: -webkit-box;
// white-space:pre-wrap;
@@ -153,6 +158,11 @@ export default {
color: #ffffff;
position: absolute;
padding-right: 10px;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
}
.mini {
top: 30%;