去除查看数据的右键复制
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -142,6 +142,7 @@ const formatterPreviewDate = (row, info) => { | ... | @@ -142,6 +142,7 @@ const formatterPreviewDate = (row, info) => { |
| 142 | width: 100%; | 142 | width: 100%; |
| 143 | height: 100%; | 143 | height: 100%; |
| 144 | padding: 16px 16px; | 144 | padding: 16px 16px; |
| 145 | user-select: none; | ||
| 145 | 146 | ||
| 146 | .tips_text { | 147 | .tips_text { |
| 147 | font-size: 14px; | 148 | font-size: 14px; | ... | ... |
-
Please register or sign in to post a comment