本次预期 @@ -804,6 +890,50 @@ onUnmounted(() => { word-break: break-word; } +.material-session-card { + padding: 12px 16px; +} + +.material-session-header { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 6px; +} + +.material-session-label { + font-size: 12px; + font-weight: 700; + color: var(--green-700); + background: #e8f5e9; + padding: 2px 8px; + border-radius: 4px; +} + +.material-session-content { + font-size: 14px; + line-height: 1.7; + word-break: break-word; + color: var(--text-primary); +} + +.material-session-content :deep(a) { + color: var(--green-600); + text-decoration: none; + border-bottom: 1px dashed var(--green-400); +} + +.material-session-content :deep(a:hover) { + color: var(--green-800); + border-bottom-style: solid; +} + +.edit-hint { + margin: 6px 0 0; + font-size: 12px; + color: var(--text-secondary); +} + .dialog-hint { margin: 0 0 10px; font-size: 13px;