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
  • components
  • Common
  • BoxShowImgMaterial
  • index.less
  • 同步最新代码;
    0da7e2fe
    zhang authored
    2025-05-27 14:52:21 +0800  
    Browse Code »
index.less 177 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
.box{
  position: relative;
  background-color: rgb(243, 243, 243);
  .materialBox{
    // position: absolute;
    background-color: '#b7e0ff';
    border: 2px solid #333;
  }
}