employee-level.component.scss 394 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.button-clear {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 41vw;
}
.button-help {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 35vw;
}
table.ti-custom-table thead {
  height: 50px;
}
table.ti-custom-table thead th span {
  font-size: 12px;
  font-weight: bold;
}
a.custom-link {
  padding: 10px 40px; /* ปรับ padding ให้เพิ่มขนาด */
}