【发布时间】:2020-12-04 18:17:37
【问题描述】:
我正在使用 flexdashboard 包在 R 中构建仪表板(下图)。我正在寻找一种解决方案,在我的nav-bar 的右上角添加一个徽标,以保持我的nav-bar 的大小不变
这是我的 YAML
---
title: "Inflation & PSCE Outlook"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
---
<style>
.navbar, [data-toggle=tab], .navbar-brand { background-color:#75002B; border-color:black; color:white; }
</style>
【问题讨论】:
标签: r flexdashboard