index.less 261 B

123456789101112131415161718192021
  1. @import '../../app.less';
  2. .super-open {
  3. position: relative;
  4. .hide-content {
  5. overflow: hidden;
  6. }
  7. }
  8. .super-open-text {
  9. line-height: 20px;
  10. padding-right: 30px;
  11. span {
  12. position: absolute;
  13. top: 0;
  14. right: 0;
  15. background: #fff;
  16. }
  17. }