如何将sidebarPanel宽度修复为特定值(以像素为单位),而不是占用与mainPanel相比的总宽度的一部分?
rcs*_*rcs 10
这应该让你开始:
sidebarPanel(
tags$head(
tags$style(type="text/css", "select { max-width: 140px; }"),
tags$style(type="text/css", ".span4 { max-width: 190px; }"),
tags$style(type="text/css", ".well { max-width: 180px; }")
),
...
)
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2605 次 |
| 最近记录: |