|
@@ -312,10 +312,6 @@ function copy(name) {
|
|
|
inputs.select(); // 选中文本
|
|
|
document.execCommand("copy"); // 执行浏览器复制命令
|
|
|
Toast('复制成功', 500, 'success')
|
|
|
- setTimeout(() => {
|
|
|
- window.close()
|
|
|
- }, 500)
|
|
|
-
|
|
|
})
|
|
|
|
|
|
}
|
|
@@ -495,6 +491,7 @@ function adjustHeight() {
|
|
|
function adjustWidth() {
|
|
|
var wt = window.innerWidth || document.documentElement.clientWidth;
|
|
|
$(".titleH2").width(wt - 0.2 * wt - 33 - 200 - 17 - 40 - 15 + 'px')
|
|
|
+ $(".content .infos").width(wt- 210 + 'px');
|
|
|
//$("pre").width(wt- 0.2*wt - 240 + 'px')
|
|
|
}
|
|
|
$(window).on('resize', function () {
|