update code

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-21 11:32:37 +09:00
parent 85a14633be
commit 3b16421518
6 changed files with 43 additions and 1 deletions

View File

@ -452,3 +452,10 @@ const myColumns = [
},
];
</script>
<style lang="scss" scoped>
::v-deep{
.tui-grid-layer-state{
top: 40px !important;
}
}
</style>