我希望在 R 中的两个 infoBoxes 之间提供更多间距,并增加框的宽度。infoBoxes 和 box 都是不同的。width 属性似乎不太有效。我将添加脚本和快照供您参考。
/* Script for Info Box:
infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3),
infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3),
infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3)
/* Script for Box in R shiny:
box(title = "Throughput time",status = "primary",solidHeader = T,width =
150,height = 450, plotOutput("tput_log_plott"))
[![Value box][1]][1]