diff --git a/src/pages/channels.js b/src/pages/channels.js index 81ec50f..79be738 100644 --- a/src/pages/channels.js +++ b/src/pages/channels.js @@ -240,13 +240,13 @@ async function openConfigDialog(pid, page, state) { }).join('') const guideHtml = reg.guide?.length ? ` -
-
接入步骤
-
    +
    + 接入步骤 (点击展开) +
      ${reg.guide.map(s => `
    1. ${s}
    2. `).join('')}
    ${reg.guideFooter || ''} -
+ ` : '' const content = ` diff --git a/src/style/components.css b/src/style/components.css index 69da2eb..72aa36f 100644 --- a/src/style/components.css +++ b/src/style/components.css @@ -286,7 +286,8 @@ mark { flex-direction: column; box-shadow: var(--shadow-lg); } -.modal-body { +.modal-body, +.modal-content-body { flex: 1; overflow-y: auto; min-height: 0;