// cover some element-ui styles .el-alert { &--info.is-light { color: #606266; background-color: #f0faff; border: 1px solid #abdcff; .el-icon-info { color: $--color-primary; } } } .el-button { [class*="el-icon-"] + span { margin-left: 7px; } //按钮新增类型type=dashed &.el-button--dashed { border-style: dashed; } &.el-button--small { font-size: 14px; padding: 8px 15px; &.is-circle { padding: 8px; } } } .el-card { overflow: visible; .el-card__body { height: 100%; @include clearfix; } .el-card__header + .el-card__body { height: calc(100% - 55px); } } .el-date-editor.el-input, .el-date-editor--daterange { width: 100% !important; } .el-dialog { @include deep-shadow; margin-bottom: 0; min-width: 384px; .el-dialog__header { border-bottom: 1px solid #EBEEF5; padding: 17px; .el-dialog__title { line-height: inherit; color: inherit; font-size: inherit; } .el-dialog__headerbtn { top: 18px; } } .el-dialog__footer { border-top: 1px solid #EBEEF5; padding: 10px 16px; } .el-scrollbar__wrap { //53 for dialog header,53 for dialog footer,100 for up+down max-height: calc(100vh - 53px - 53px - 100px); } } .el-drawer { &__body { overflow-y: overlay; } } .el-loading-mask { background: #fff; color: $--color-primary; } .el-message { @include deep-shadow; @include max-mobile-width; border-width: 0; .el-message__icon, .el-message__content { color: #ffffff !important; } &.el-message--success { background: $--color-success; } &.el-message--info { background: $--color-primary; } &.el-message--warning { background: $--color-warning; } &.el-message--error { background: $--color-danger; } } .el-message-box { position: relative; @include deep-shadow; @include max-mobile-width; } .el-notification { @include deep-shadow; .el-notification__icon.el-icon-info { color: $--color-primary; } } .el-pagination { padding-top: 20px; text-align: right; .el-pagination__editor.el-input { margin: 0 5px; } } .el-scrollbar { height: 100%; .el-scrollbar__wrap { -webkit-overflow-scrolling: touch; } } .el-select { width: 100%; } .el-steps { &.el-steps--horizontal { .el-step__line { left: 57%; right: -43%; } } } .el-table { thead { color: #303133 } thead > tr > th { background: #fbfbfb; } } .el-textarea { .el-input__count { background: transparent; } }