
--- client/views/pages/result/ExecRuleResult.vue
+++ client/views/pages/result/ExecRuleResult.vue
... | ... | @@ -159,10 +159,10 @@ |
159 | 159 |
</div> |
160 | 160 |
</div> |
161 | 161 |
<div v-show="isModalOpen" class="modal-wrapper"> |
162 |
- <div class="modal-container"> |
|
162 |
+ <div class="modal-container" style="height: 60%"> |
|
163 | 163 |
<div class="modal-title"> |
164 | 164 |
<div class="flex justify-between align-center"> |
165 |
- <h2>상세 내용 조회</h2> |
|
165 |
+ <h1>{{ null }}컬럼오류데이터조회</h1> |
|
166 | 166 |
<button class="close-btn" @click="closeModal">X</button> |
167 | 167 |
</div> |
168 | 168 |
</div> |
... | ... | @@ -175,7 +175,6 @@ |
175 | 175 |
<col style="width: 85%" /> |
176 | 176 |
<col style="width: " /> |
177 | 177 |
</colgroup> |
178 |
- <h1>{{ null }}컬럼오류데이터조회</h1> |
|
179 | 178 |
<thead> |
180 | 179 |
<tr> |
181 | 180 |
<th>No.</th> |
... | ... | @@ -190,30 +189,7 @@ |
190 | 189 |
<td>15</td> |
191 | 190 |
</tr> |
192 | 191 |
</tbody> |
193 |
- |
|
194 | 192 |
</thead> |
195 |
- </table> |
|
196 |
- <table class="list-table"> |
|
197 |
- <thead> |
|
198 |
- <tr> |
|
199 |
- <th>추가할</th> |
|
200 |
- <th>테이블</th> |
|
201 |
- <th>공간</th> |
|
202 |
- <th>입니다</th> |
|
203 |
- <th>임재현</th> |
|
204 |
- <th>임재현</th> |
|
205 |
- </tr> |
|
206 |
- </thead> |
|
207 |
- <tbody> |
|
208 |
- <tr> |
|
209 |
- <td>1</td> |
|
210 |
- <td>04:00:00</td> |
|
211 |
- <td>접속성공</td> |
|
212 |
- <td>접속성공</td> |
|
213 |
- <td>접속성공</td> |
|
214 |
- <td>접속성공</td> |
|
215 |
- </tr> |
|
216 |
- </tbody> |
|
217 | 193 |
</table> |
218 | 194 |
</li> |
219 | 195 |
<li id="tab01" v-show="activeTab === 'tab1'"></li> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?