We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经常会出现手机出现一个请求有问题,需要把request payload复制出来发给后端。source面板下不能弹出复制感觉会很麻烦。主要起作用的这段css。
.eruda-container * { -webkit-box-sizing: border-box; box-sizing: border-box; pointer-events: all; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: none; }
The text was updated successfully, but these errors were encountered:
Dev: Enable sources copy #71
70b5aed
下个版本会允许复制,目前自己可以直接用 css 覆盖掉样式:
.eruda-container .eruda-sources * { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }
Sorry, something went wrong.
1.5.0 版支持长按复制了
No branches or pull requests
经常会出现手机出现一个请求有问题,需要把request payload复制出来发给后端。source面板下不能弹出复制感觉会很麻烦。主要起作用的这段css。
The text was updated successfully, but these errors were encountered: