:host ::ng-deep .ant-table-thead>tr>th.ant-table-selection-column,
:host ::ng-deep .ant-table-tbody>tr>td.ant-table-selection-column {
    width: 20px;
    min-width: 20px;
}

.grid-border {
    border: 1px solid #e9e9e9;
}

// 覆盖原来的title padding
:host /deep/ .ant-table {
    border-radius: 0;
    .ant-table-title {
        padding: 0 !important;
        top: 0;
        border-radius: 0;
    }
}

.table-title {
    width: 100%;
    overflow: hidden;
    padding: 10px 8px; // 扩展的title padding
    .btn-editcol {
        float: left;
    }
    .btn-export {
        float: right;
    }
}

:host .header-title {
    >span:first-child {
        display: block;
    }
    .templ {
        width: 100%;
        height: 30px;
        max-width: 120px;
         ::ng-deep nz-select,
         ::ng-deep nz-input {
            width: 100%;
        }
    }
}

.column-link {
    text-decoration: underline; // color: rgba(0, 0, 0, 0.65);
    color: #EE7F25
}

.edit-wrap {
    width: 600px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.thumbnail {
    position: relative;
    overflow: hidden;
}

.popover-panel {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 16px;
}

.popover-panel-last {
    border: 0;
}

.column-popover-text {
    color: #108ee9;
}