diff --git a/assets/options.css b/assets/options.css index f16d819..eed00de 100644 --- a/assets/options.css +++ b/assets/options.css @@ -137,12 +137,18 @@ #options table { border-collapse: collapse; + table-layout:fixed; width: 100%; } #options table td { border-collapse: collapse; padding: 3px; + margin-right: 15px; + word-break:keep-all; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; } #options table tr:nth-child(odd) { @@ -166,13 +172,6 @@ margin-right: 5px; } -#options div.cmds { - width: 260px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - #options .keyword.re { color: rgb(105, 40, 97); } diff --git a/assets/options.js b/assets/options.js index dd4c29a..619f94b 100644 --- a/assets/options.js +++ b/assets/options.js @@ -135,14 +135,18 @@ programs = { showOptions = () => { var currentFts = utools.getFeatures(), customFts = getCustomFts(); - let featureList = '
模式 | 说明 | 启用 |
模式 | 说明 | 启用 | ||||
${cmds} | ${features.explain} | + | ${cmds} | ${features.explain} |