Logo

GitLab

Sign in

xlyErp / xlyUmi

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • xlyUmi
  • src
  • mobile
  • components
  • preView.less
  • 移动端
    1179656c
    陈鑫涛 authored
    2025-05-27 14:58:25 +0800  
    Browse Code »
preView.less 324 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
:global{
  .am-modal-transparent {
    width: 96vw;
  }
}
.spaceCarousel {
  padding: 16px;
  background: #DEF1E5;
  overflow: hidden;

  :global {
    .slider-list {
      height: auto !important;
    }
    .slider-slide {
      position: unset !important;
    }
    .slider-frame{
      height:80vh!important;
    }
  }
}