Logo

GitLab

Sign in

qiangmj / ebc-Mes

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • ebc-Mes
  • src
  • components
  • Common
  • AntdDraggableModal
  • antDraggle.less
  • init
    198ee074
    qmj authored
    2025-08-14 10:32:07 +0800  
    Browse Code »
antDraggle.less 459 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
:global {
  .ant-modal-content{
    .resize-s{
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      cursor: s-resize;
    }
    .resize-sw, .resize-se{
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: 0;
      z-index: 10;
    }
    .resize-sw{
      left: 0;
      cursor: sw-resize;
    }
    .resize-se{
      right: 0;
      cursor: se-resize;
    }
  }
}