0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

モダールやパネルのcontent、直にテーブルをしていする

Posted at
html
<div class="modal-header">
    <button type="button" class="close" data-dismiss="modal">
        <span aria-hidden="true">&times;</span>
    </button>
    <h4 class="modal-title" id="modal-label">確認</h4>
</div>

<table class="table table-striped table-bordered" style="margin-bottom:0; border:0;">
	<tr><td>…</td><td>…</td></tr>
	<tr><td>…</td><td>…</td></tr>
	<tr><td>…</td><td>…</td></tr>
</table

<div class="modal-footer">
…

標準のcontent指定は省く、ターブルの枠絡みを非表示
動作保証はしない

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?