@import "./base.css"; #app { height: 100vh; } a { text-decoration: none; transition: 0.4s; } .el-card { --el-card-padding: 16px; } ::-webkit-scrollbar { z-index: 11; width: 4px; height: 4px; } ::-webkit-scrollbar-thumb { border-radius: 5px; width: 4px; background: #E5E5E5; } ::-webkit-scrollbar-corner { background: #fff; } ::-webkit-scrollbar-track { background: #fff; } ::-webkit-scrollbar-track-piece { background: #fff; width: 4px; } .line2{ max-height: 46px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } #nprogress .bar { background: var(--el-color-primary) !important; } .el-dialog__header { border-bottom: 1px solid #e3edfe; margin-right: 0; } .el-dialog__body { max-height: calc(100vh - 56px - 62px); overflow: auto; } .el-dialog__footer{ border-top: 1px solid #e3edfe; padding-bottom: 10px; }