| | |
| | | margin-top: 0 !important; |
| | | } |
| | | .avue-dialog .el-dialog__body{ |
| | | padding: 20px 20px 0px 20px; // 上右下左 取消表格下边距(会出现滚动条) |
| | | padding: 15px 15px 0px 15px; // 上右下左 取消表格下边距(会出现滚动条) |
| | | margin-bottom: 10px !important; |
| | | } |
| | | .avue-dialog .el-dialog__body .avue-form{ |
| | |
| | | .el-dialog__footer{ |
| | | border-top: 1px solid #e9e7e7; |
| | | padding: 10px 20px 10px; |
| | | z-index: 10000; |
| | | } |
| | | .avue-dialog__footer{ |
| | | z-index: 10000; |
| | | } |
| | | |
| | | /* |
| | |
| | | .el-table .sort-caret.descending{ |
| | | bottom: 0; |
| | | } |
| | | |
| | | /****处理固定列错行问题****/ |
| | | .el-table .el-table__fixed,.el-table .el-table__fixed-right{ |
| | | height: 100% !important; |
| | | } |
| | | .el-table__fixed .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-body-wrapper{ |
| | | height: calc(100% - 37px) !important; |
| | | top:37px !important; |
| | | } |
| | | /* |
| | | 分页 |
| | | */ |
| | |
| | | .UI-dynamic > .avue-crud{ |
| | | height: 100%; |
| | | } |
| | | |
| | | /* |
| | | svg图标 |
| | | */ |
| | | .iconShow svg{ |
| | | fill: currentColor; |
| | | } |
| | | /* |
| | | 表单 |
| | | */ |
| | |
| | | } |
| | | |
| | | |
| | | /***按钮框****/ |
| | | /*** |
| | | 按钮 |
| | | ****/ |
| | | .tree-buttons .el-button{ |
| | | margin: 0 5px 5px 0; |
| | | } |
| | |
| | | text-align: center; |
| | | padding-left: 4.5px; |
| | | } |
| | | /*显示svg图标的按钮*/ |
| | | .el-button--small.button-custom-icon{ |
| | | padding: 7px 14px; |
| | | } |
| | | .el-button--small.button-custom-icon > span{ |
| | | height: 16px; |
| | | display: -webkit-box; |
| | | display: -ms-flexbox; |
| | | display: flex; |
| | | -webkit-box-align: center; |
| | | -ms-flex-align: center; |
| | | align-items: center; |
| | | -webkit-box-pack: center; |
| | | -ms-flex-pack: center; |
| | | justify-content: center; |
| | | } |
| | | /*图标**/ |
| | | .el-button--small.button-custom-icon > span .iconShow{ |
| | | font-size: 16px !important; |
| | | width: 16px !important; |
| | | height: 16px !important; |
| | | margin-right: 6px; |
| | | } |
| | | |
| | | /* |
| | | 树 |
| | | */ |
| | | /***隐藏树懒加载时节点上的loading,防止节点抖动*****/ |
| | | .el-tree .el-tree-node__loading-icon{ |
| | | display: none !important; |
| | | } |
| | | /*图标**/ |
| | | .el-tree-node__label .iconShow{ |
| | | display: inline-block; |
| | | width: 14px !important; |
| | | height: 14px !important; |
| | | margin-right: 3px; |
| | | } |
| | | .el-tree-node__label [class*=" el-icon-"],.el-tree-node__label [class^=el-icon-]{ |
| | | font-size: 14px;margin-top: 4px; margin-right: 3px; |
| | | } |
| | | |
| | | .el-select{ |
| | |
| | | margin-left: 1px; |
| | | } |
| | | |
| | | .avue-sidebar .el-menu .el-submenu__icon-arrow.el-icon-arrow-right:before { |
| | | content: ''; |
| | | } |
| | | |
| | | .font14{font-size: 14px;width: 12px;height: 12px;display: inline-block;} |
| | | .font16{font-size: 16px;width: 14px;height: 14px;display: inline-block;} |
| | | |