updatecode

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-27 12:16:53 +09:00
parent 2ef474fda4
commit abc6709a31
3 changed files with 11 additions and 5 deletions

View File

@ -107,7 +107,7 @@ export default {
this.detailList[4].class = 'pl-4 mt-2';
this.detailList[3].class = 'd-block';
this.detailList[2].class = 'd-none';
this.detailList[1].class = 'd-block pl-4 mt-1 pb-0';
this.detailList[1].class = 'd-block pl-4 mt-3-new pb-0';
}
},
},
@ -503,5 +503,10 @@ const myDetail = [
.tui-grid-layer-state{
top: 40px !important;
}
.mt-3-new{
margin-top: 3px;
}
}
</style>