modal.scss 322 B

1234567891011121314
  1. .tcs-modal-footer{
  2. padding-top: 0.5rem;
  3. padding-bottom: 0.5rem;
  4. }
  5. /* 修改提示框关闭按钮样式,使其垂直居中 */
  6. .alert-dismissible .btn-close {
  7. position: absolute;
  8. top: 50%;
  9. right: 0;
  10. transform: translateY(-50%);
  11. z-index: 1;
  12. padding: 0 var(--tblr-alert-padding-x);
  13. }