/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/DbIndexVisualizerPlay.module.css
131 строка
2 KB
Spirzen
Components pack 2
23 май 2026, 03:42
23 май 2026, 03:42
b7f65e4
Код
Авторство
О чём код?
.presetRow { margin-bottom: 0.75rem; } .planBanner { padding: 0.55rem 0.75rem; border-radius: 8px; font-weight: 600; font-size: 0.88rem; margin-bottom: 0.75rem; } .planGood { background: rgba(46, 125, 50, 0.12); color: #2e7d32; border: 1px solid rgba(46, 125, 50, 0.35); } .planBad { background: rgba(198, 40, 40, 0.1); color: #c62828; border: 1px solid rgba(198, 40, 40, 0.35); } .sqlBox { font-family: var(--ifm-font-family-monospace); font-size: 0.78rem; padding: 0.5rem 0.65rem; border-radius: 6px; background: var(--ifm-code-background); margin-bottom: 0.75rem; overflow-x: auto; } .stats { display: flex; flex-wrap: wrap; gap: 0.65rem 1rem; font-size: 0.82rem; margin-bottom: 0.75rem; } .stat { display: flex; flex-direction: column; gap: 0.15rem; } .stat strong { font-family: var(--ifm-font-family-monospace); font-size: 1rem; } .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; } @media (max-width: 768px) { .grid { grid-template-columns: 1fr; } } .panel { border: 1px solid var(--demo-border, var(--ifm-color-emphasis-300)); border-radius: 8px; padding: 0.55rem; max-height: 14rem; overflow: auto; } .panelTitle { font-size: 0.78rem; font-weight: 700; margin: 0 0 0.45rem; color: var(--ifm-color-content-secondary); } .rowLine { display: grid; grid-template-columns: 2rem 1fr 2.5rem; gap: 0.35rem; font-size: 0.75rem; padding: 0.28rem 0.35rem; border-radius: 4px; font-family: var(--ifm-font-family-monospace); } .rowScanned { background: rgba(255, 193, 7, 0.2); } .rowMatched { background: rgba(46, 125, 50, 0.18); font-weight: 600; } .indexEntry { display: flex; justify-content: space-between; gap: 0.5rem; font-size: 0.75rem; padding: 0.25rem 0.35rem; border-radius: 4px; font-family: var(--ifm-font-family-monospace); } .indexActive { background: rgba(92, 107, 192, 0.2); font-weight: 600; } .writeBar { display: flex; height: 1.25rem; border-radius: 4px; overflow: hidden; margin-top: 0.5rem; } .writeSeg { display: flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 600; color: #fff; min-width: 12%; }