antdv.override.less 715 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // @import '~ant-design-vue/dist/antd.less';
  2. .ant-col {
  3. width: 100%;
  4. }
  5. body {
  6. .ant-message {
  7. z-index: 999999;
  8. }
  9. span.anticon:not(.app-iconify) {
  10. vertical-align: 0.125em !important;
  11. }
  12. }
  13. .ant-image-preview-root img {
  14. display: unset;
  15. }
  16. .ant-table-thead > tr > th {
  17. position: relative;
  18. color: rgba(0, 0, 0, 0.85);
  19. font-weight: 500;
  20. text-align: center;
  21. background: #fafafa;
  22. border-bottom: 1px solid #f0f0f0;
  23. transition: background 0.3s ease;
  24. }
  25. .ant-table tfoot>tr>td, .ant-table tfoot>tr>th, .ant-table-tbody>tr>td, .ant-table-thead>tr>th
  26. {
  27. padding:8px;
  28. }
  29. .ant-divider-inner-text{
  30. color:#1378e0 ;
  31. }
  32. .card-edit{
  33. padding: 24px 80px 10px 80px;
  34. }
  35. .ant-picker{
  36. width: 100%;
  37. }