Skip to content
  • This project
    • Loading...
  • Sign in

任超 / js.CadastralSystem

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • CadastralSystem
  • src
  • assets
  • less
  • dialog.less
  • 杨威's avatar
    弹框样式全局修改 · 9e6fa4f1
    9e6fa4f1
    杨威 committed 2020-10-20 17:16:33 +0800
dialog.less 191 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
.dialog_title{
    @flex();
    justify-content: space-between;
    width: 97%;
}
.el-dialog__header{
   margin-bottom: 10px;
//    background:@tablebg;
}
.dialog_footer{
    @flex-center()
}