body .site-add-table .layui-table-tool-temp {
    padding-right: 0;
}

body .error-text {
    color: #e70909;
}

body .layui-layer-content {
    position: relative;
}

body .dialog-notify .dialog-notify-check {
    position: absolute;
    bottom: 0;
}
body .dialog-notify .dialog-notify-check label {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .dialog-notify .dialog-notify-check label input {
    margin-right: 5px;
}

body .flex-end {
    display: flex;
    justify-content: flex-end;
}
body .flex-end > div {
    margin-left: 25px;
}


body .layui-form-label {
    position: relative;
}
body .layui-form-label.required::before {
    content: '*';
    padding-right: 3px;
    color: #e70909;
}