如何为 tabItem 中的框更改闪亮仪表板中的字体系列?
我已经在dashboardBody中包含了一些css编码,改变了颜色和字体系列,但这仅与主标题相关联:
body <- dashboardBody(
tags$head(tags$style(HTML('
.skin-blue .main-header .logo {
font-family: "Calibri";
font-weight: bold;
font-size: 28px;
background-color: #003D76;
}
.skin-blue .main-header .navbar {
background-color: #0082D1;
}
'))),
非常感谢您的帮助。
tabItem 有以下开头:
tabItems(
tabItem(tabName = "dashboard",
fluidRow(
box(
title = strong("GPIM Liquidity Risk"), status = "primary", solidHeader = TRUE, width = 8,
img(src = "gpim-signet.png", height = 80, width = 130),