| | |
| | | .el-card__body { |
| | | padding: 15px; |
| | | } |
| | | |
| | | /* |
| | | 弹出框 |
| | | */ |
| | | .el-dialog{ |
| | | margin: 50px auto; |
| | | } |
| | |
| | | border-top: 1px solid #e9e7e7; |
| | | padding: 10px 20px 10px; |
| | | } |
| | | |
| | | /* |
| | | 列表 |
| | | */ |
| | | .avue-crud .avue-form { |
| | | margin: 0px auto !important; // 表格内的表单(比如:搜索栏) 取消下边距 |
| | | } |
| | |
| | | } |
| | | .avue-crud table td{ |
| | | line-height: 22px; |
| | | } |
| | | .el-table--small, .el-table__expand-icon{ |
| | | font-size: 14px; |
| | | } |
| | | .el-table--small .el-table__cell { |
| | | padding: 6px 0; |
| | | } |
| | | .avue-crud .el-table th{ |
| | | font-weight: 400; |
| | | } |
| | | .el-table .cell{ |
| | | line-height: 22px; |
| | |
| | | .el-table .sort-caret.descending{ |
| | | bottom: 0; |
| | | } |
| | | |
| | | /* |
| | | 分页 |
| | | */ |
| | | .avue-crud__pagination{ |
| | | padding: 15px 0 10px; |
| | | } |
| | | .el-form .el-col{ |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | |
| | | /* |
| | | UI引擎页面 |
| | | */ |
| | | .UITabs > .el-tabs__content{ |
| | | height:calc(100% - 56px); |
| | | } |
| | |
| | | height: 100%; |
| | | } |
| | | |
| | | /* |
| | | 表单 |
| | | */ |
| | | .el-form .el-col{ |
| | | margin-bottom: 0; |
| | | } |
| | | .el-form-item{ |
| | | margin-bottom: 15px; |
| | | } |
| | |
| | | margin-bottom: 15px; |
| | | } |
| | | |
| | | |
| | | /***按钮框****/ |
| | | .tree-buttons .el-button{ |
| | | margin: 0 5px 5px 0; |
| | | } |
| | | /***按钮框****/ |
| | | |
| | | .headerCon { |
| | | display: flex; |
| | | flex-wrap: wrap; |