diff --git a/js/content.js b/js/content.js index b48c678..595ddc5 100644 --- a/js/content.js +++ b/js/content.js @@ -2,7 +2,6 @@ "use strict"; // 系統判別 && 主按鍵 && 按鍵文字 - const userAgent = navigator.userAgent; const isMac = userAgent.indexOf("Mac") !== -1; @@ -64,14 +63,12 @@ cursor: pointer; margin-right: 10px; } - .footer { position: relative; display: flex; justify-content: center; align-items: center; } - .footer #dialog2-reset { position: absolute; right: 10px; @@ -84,7 +81,6 @@ background-color: #c3bda9; color: #fff; } - button.success { background-color: #7f9a87; color: #fff; @@ -196,7 +192,6 @@ .dark .ellipsis { color: #d1d5db !important; } - #dialog2 .my-table textarea{ width: 100%; height: 85px; @@ -206,30 +201,27 @@ line-height: 1.5; color:black; } - `; // 插入 style - const styleEl = document.createElement("style"); styleEl.innerHTML = styles; document.head.appendChild(styleEl); - //