table css 복구
parent
ce85cdbbaa
commit
7c1cb202b1
|
|
@ -133,6 +133,9 @@ function CodeViewer(props) {
|
|||
})
|
||||
}
|
||||
}
|
||||
if(item.full_content.includes("<table")){
|
||||
item.full_content = item.full_content.replace('<table ', '<table class="table table-bordered "')
|
||||
}
|
||||
if(item.error_cd !== null){
|
||||
item.full_content += "<div class='errorText'>"+item.error_cd+"</div>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue