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.
jQuery データ テーブルの行の tr の高さを設定したいと思います。
これが私のCSSにあるものです。
#TableWrapper tbody tr { min-height: 35px; }
以下は、id="TableWrapper" であることがわかるように、私のテーブルのコンソールからのスクリーン ショットです。
これらの子 tr のスタイルを設定するために私が間違っていることを誰かが言うことができますか?
これで試してください
#TableWrapper tbody tr td{ min-height: 35px; }
JsFiddle http://jsfiddle.net/MLJMP/