v1.css 1.0 KB

123456789
  1. .think-form-batch .form-batch-container::-webkit-scrollbar {height: 5px;}
  2. .think-form-batch .form-batch-container::-webkit-scrollbar-track {background: var(--color-gray-200);}
  3. .think-form-batch .form-batch-head .form-label {text-overflow: unset; white-space: unset; font-weight: 400; position: static; padding: 0;}
  4. .think-form-batch .form-batch-table>*>tr>* {padding-top: calc(var(--space)); padding-bottom: calc(var(--space));}
  5. .think-form-batch td[data-name="ACTIONS"] {padding: 0.5rem 0 !important;}
  6. .think-form-batch .form-batch-head[data-name="ACTIONS"], .think-form-batch td[data-name="ACTIONS"] {width: 3.325rem; position: sticky; right: 0; background: var(--color-canvas);}
  7. .think-form-batch .form-batch-head[data-name="ACTIONS"] .form-label {display: none;}
  8. .think-form-batch td[data-name="ACTIONS"] .btn {color: var(--color-primary-500);}
  9. .think-form-batch .form-control[disabled] {background-color: rgba(var(--color-gray-100-rgb),var(--tw-bg-opacity)); --tw-bg-opacity: .4; color:rgba(var(--color-gray-700-rgb),var(--tw-bg-opacity))}