Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ui-grid-a50%〜50%を表示する2列グリッドまたは3列グリッドを使用できますが、70%〜30%のようなサイズの行を表示するにはどうすればよいですか。したがって、右側からのテキストは30%になります-a gridとb grid70%
ui-grid-a
a grid
b grid
次のように、カスタムcssを追加して、JQMのデフォルトをオーバーライドします。
.ui-block-a { width: 70% !important; } .ui-block-b { width: 30% !important; }
JSBin-例 http://jsbin.com/eguwij/2/edit#source