/
tisit
/
FUXA_SCADA
Обзор
Документация
Войти
/
tisit
/
FUXA_SCADA
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
client/src/app/editor/client-script-access/client-script-access.component.scss
49 строк
985 B
Umberto Nocelli
Upgrade Angular from v16 to v17 (#2113)
08 янв 2026, 21:56
Не верифицирован
08 янв 2026, 21:56
905235d
Код
Авторство
О чём код?
:host { .container { max-width: 900px; width: 100%; min-width: 700px; margin: 0 auto; max-height: 80vh; display: flex; flex-direction: column; .info { display: flex; margin-bottom: 20px; } .dialog-content { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; } .function-list { display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; min-height: 0; overflow: auto; padding-bottom: 10px; } .function-item { padding: 1px; } .function-item span { font-size: 13px; color: gray; margin-left: 6px; } } .dialog-action { float: none; display: flex; justify-content: flex-end; } }