Sign in

cnlive_project / cnlive-community-web-vue · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • cnlive-community-web-vue
  • src
  • style
  • element.scss
  • Basic Layout
    5a0bff35
    杨泽宇 authored
    2022-01-05 12:39:57 +0800  
    Browse Code »
element.scss 177 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
// TIP elementUI 部分样式重写

// TIP 解决表格闪烁
.el-table{
  max-width: 99%;
}

// TIP 解决左侧菜单scrollbar左侧有间隔
.el-scrollbar {
  width: 100%;
}