PictureTableList.less 543 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "../../../../node_modules/antd/lib/style/themes/default.less";
  2. .thumbPic {
  3. position: relative;
  4. vertical-align: middle;
  5. text-align: center;
  6. width: 90px;
  7. height: 128px;
  8. line-height: 128px;
  9. img {
  10. max-height: 100%;
  11. max-width: 100%;
  12. vertical-align: middle;
  13. height: auto;
  14. }
  15. }
  16. .meta {
  17. p {
  18. font-weight: 500;
  19. }
  20. }
  21. .editBtn {
  22. margin-right: 10px;
  23. background: @primary-5;
  24. color: #fff;
  25. font-weight: 500;
  26. }
  27. .delBtn {
  28. margin-right: 10px;
  29. background: #f5222d;
  30. color: #fff;
  31. font-weight: 500;
  32. }