app-alert.less 178 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
.el-message {
    .el-message__content {
        .title {
            padding-bottom: 10px;
        }
    }
}

.app-alert-group {
    .el-alert {
        margin: 5px 0px;
    }
}