|
@@ -229,12 +229,12 @@
|
|
|
<div class="modal-body" style="height: 600px;">
|
|
|
<div class="row" style="height: 100%;">
|
|
|
<!-- 左侧显示 Previous Content -->
|
|
|
- <div class="col-md-9">
|
|
|
+ <div class="col-md-8">
|
|
|
<h5>Content</h5>
|
|
|
<textarea id="contentDetails" style="height: 550px; overflow-y: auto; border: 1px solid #ededed; padding: 10px;width: 100%;"></textarea>
|
|
|
</div>
|
|
|
<!-- 右侧显示 Version 和 Created At 列表 -->
|
|
|
- <div class="col-md-3">
|
|
|
+ <div class="col-md-4">
|
|
|
<h5>Version</h5>
|
|
|
<table class="table table-condensed table-hover" id="templateLogTable">
|
|
|
<tbody id="templateLogTableBody">
|