/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
examples/demo-styles/tooltip.scss
39 строк
512 B
hetech
Chore: speeding up doc building (#14510)
01 мар 2019, 13:35
01 мар 2019, 13:35
5b0d8ec
Код
Авторство
О чём код?
.demo-tooltip { .el-tooltip + .el-tooltip { margin-left: 15px; } .box { width: 400px; .top { text-align: center; } .left { float: left; width: 60px; } .right { float: right; width: 60px; } .bottom { clear: both; text-align: center; } .item { margin: 4px; } .left .el-tooltip__popper, .right .el-tooltip__popper { padding: 8px 10px; } .el-tooltip { margin-left: 0; } } }