.tox .tox-dialog, .tox-tinymce-aux {
    z-index: 20220319;
}

.right-side-filter-container .header {
    margin-left: 0;
}

.table td {
    height: 30px;
}

/* 菜单优化 */
.nav .nav-item .active .fa-circle-o:before {
    content: "\f192";
}

.nav .nav-item {
    text-transform: capitalize !important;
}

/* 简化表格中的控件 */
.table .web-uploader .placeholder {
    margin-top: 0;
}

.table .web-uploader .placeholder {
    border: none;
}

.table .web-uploader .placeholder:before {
    display: none;
}

.table .web-uploader .placeholder p {
    display: none;
}

.table .web-uploader .filelist li {
    height: 85px;
}

.table .web-uploader .filelist li .imgWrap {
    height: 50px;
}

.table .web-uploader .filelist li img {
    height: 50px;
}

.table .web-uploader .filelist li .title {
    display: none;
}

.table .web-uploader .statusBar .info {
    display: none;
}

.table .web-uploader .statusBar .upload-progress {
    margin-top: 5px;
}

.table .input-group .input-group-btn {
    display: none;
}

.table .input-group .input-group-prepend {
    display: none;
}

/* 表格 */
.table-has-many .form-group div.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

/* 内嵌表格 */
table table td {
    height: 1rem !important;
}

/* 商品规格 */
.has-many-products .spec_titles {
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.has-many-products tr td:first-child, .has-many-products tr th:first-child {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.has-many-products .has-many-products-form td {
    padding-top: 2rem;
}

.notification-text {
	line-height: 1.3;
}

/* 手机端优化 */
@media (max-width: 767.98px) {
    .header-navbar .navbar-nav .show {
        position: absolute;
    }

    .content .content-wrapper {
        padding: 6rem 1rem 0;
    }

    .layui-layer-setwin {
        top: 5px;
        right: 0;
    }

    .layui-layer-setwin a {
        width: 3rem;
        height: 3rem;
    }

    .layui-layer-setwin .layui-layer-min, .layui-layer-setwin .layui-layer-max {
        display: none;
    }

    .layui-layer-setwin .layui-layer-close1:before {
        font-size: 2rem;
    }
}
