index.less 378 B

12345678910111213141516171819
  1. .content_col {
  2. position: relative;
  3. .remove {
  4. background-color: #FFF;
  5. width: 50px;
  6. height: 25px;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. position: absolute;
  11. top: -10px;
  12. right: 10px;
  13. width: 20px;
  14. height: 20px;
  15. cursor: pointer;
  16. color: red;
  17. }
  18. }