| | |
| | | .avue-crud__pagination{ |
| | | padding: 15px 0 10px; |
| | | } |
| | | .el-form .el-col{ |
| | | margin-bottom: 0; |
| | | } |
| | | .UITabs > .el-tabs__content{ |
| | | height:calc(100% - 56px); |
| | | } |
| | |
| | | .el-dialog__footer{ |
| | | border-top: 1px solid #e9e7e7; |
| | | } |
| | | /***按钮框****/ |
| | | .headerCon { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin-bottom: 5px; |
| | | .el-button { |
| | | min-width: 60px; |
| | | padding-left: 9.5px; |
| | | margin-left: 0; |
| | | margin-right: 5px; |
| | | margin-bottom: 5px; |
| | | } |
| | | } |
| | | .smallBtn { |
| | | width: 82px; |
| | | text-align: center; |
| | | padding-left: 4.5px; |
| | | } |
| | | |
| | | /***隐藏树懒加载时节点上的loading,防止节点抖动*****/ |
| | | .el-tree .el-tree-node__loading-icon{ |
| | | display: none !important; |
| | | } |
| | | </style> |