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
  • jiaoxiaoxi@pashanhoo.com's avatar
    feat:整体项目的架构 · 0cdc8715
    0cdc8715
    jiaoxiaoxi@pashanhoo.com committed 2020-09-16 14:05:02 +0800
dialog.less 235 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.dialog_title{
    @flex();
    justify-content: space-between;
    width: 97%;
}
.el-dialog__header{
   margin-bottom: 10px;
   background:@tablebg;
}
.dialog_footer{
    @flex-center()
}
.el-form-item{
    @flex();
    width: 100%;
}