| | |
| | | .el-drawer.ltr, |
| | | .el-drawer.rtl { |
| | | width: 27% !important; |
| | | height: 90%; |
| | | top: 9%; |
| | | //height: 90%; |
| | | //top: 9%; |
| | | .el-drawer__header { |
| | | border-bottom: 2px solid #eee; |
| | | padding-bottom: 10px; |
| | |
| | | .el-drawer.rtl { |
| | | min-width: 450px; |
| | | width: 25% !important; |
| | | height: 90%; |
| | | min-height: 1100px; |
| | | top: 9%; |
| | | //height: 90%; |
| | | //min-height: 1100px; |
| | | //top: 9%; |
| | | .el-drawer__header { |
| | | border-bottom: 2px solid #eee; |
| | | padding-bottom: 10px; |
| | |
| | | } |
| | | |
| | | .drawerSpace { |
| | | height: 900px; |
| | | height: calc(100% - 140px); |
| | | box-sizing: border-box; |
| | | margin-bottom: 30px; |
| | | overflow-y: scroll; |
| | | .uploadLine { |