c505f508 by lihua

去除查看数据的右键复制

1 parent b67a7455
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!