| | |
| | | } |
| | | .avue-dialog .el-dialog{ |
| | | top:50%; |
| | | max-height: calc(100% - 80px); |
| | | max-height: calc(100% - 50px); |
| | | max-width: calc(100% - 50px); |
| | | -webkit-transform: translate(-50%, 0); |
| | | transform: translate(-50%, -50%); |
| | | margin-top: 0 !important; |
| | | } |
| | | .avue-dialog .el-dialog__body{ |
| | | padding: 15px 15px 0px 15px; // 上右下左 取消表格下边距(会出现滚动条) |
| | | margin-bottom: 10px !important; |
| | | margin-bottom: 5px !important; |
| | | } |
| | | .avue-dialog .el-dialog__body .avue-form{ |
| | | margin: 0px auto 40px; // 单独给对话框里的avue表单加上下边距 |
| | | margin: 0px auto 45px; // 单独给对话框里的avue表单加上下边距 |
| | | } |
| | | .dialog-footer{ |
| | | background-color: #ffffff; |
| | |
| | | .avue-crud table td{ |
| | | line-height: 22px; |
| | | } |
| | | .avue-crud__header{ |
| | | min-height: 35px; |
| | | } |
| | | /**左侧操作栏**/ |
| | | .avue-crud__left{ |
| | | display: flex; |
| | | align-items: center; |
| | | align-items: start; |
| | | } |
| | | /**右侧侧操作栏**/ |
| | | .avue-crud__right{ |
| | | display: flex; |
| | | align-items: center; |
| | | align-items: start; |
| | | } |
| | | /**表内操作栏**/ |
| | | .avue-crud .avue-crud__menu{ |