/* -------------------------------------------
 * 覆盖 layer 组件的部分样式
 * 因为在实际的页面中，部分 layer 样式出现了异常或者不满足于业务需求
 * 本文件是覆盖 layer 的样式，请仅在需要的时候再引用
 */
.fixed-table table {
    table-layout: fixed !important;
}

/* 固定表格的单元格宽度 */
.fixed-table .layui-table .fixed {
    width: 90%;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* layer弹出层 */
.layui-layer-setwin span {
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 18px;
    margin-left: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    _overflow: hidden;
    box-sizing: border-box;
}
