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.
パネル グリッド内のデータ テーブルの配置に問題があります。常にデータ テーブルが上部ではなく中央に配置されます。'vertical-align:text-top;' CSSクラスも機能していません。
答え.panelColumns td { vertical-align: top; }はうまくいっています。:-)
.panelColumns td { vertical-align: top; }