@import './detailview.scss';
|
|
.crm-container {
|
background-color: white;
|
border: 1px solid #E6E6E6;
|
border-radius: 2px;
|
}
|
|
/**
|
.el-table /deep/ thead th {
|
border-right: 1px solid #ebeef5;
|
}
|
|
.el-table /deep/ tbody tr td:nth-child(2){
|
border-right: 1px solid #ebeef5;
|
}
|
|
.b-bottom {
|
border-bottom: 1px solid #ebeef5;
|
}
|
*/
|
.el-table{
|
border-top: 1px solid #e6e6e6;
|
}
|
|
|
.el-table th>.cell{
|
color: #333;
|
font-size: 14px;
|
font-weight: 500;
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
.el-table /deep/ thead th {
|
background-color: #EBF1FF;
|
font-weight: 400;
|
// border-color: #E6E6E6;
|
color: #475059;
|
}
|
|
.el-table /deep/ thead th, thead td {
|
padding:16px 0px;
|
border-right: 1px solid #F7FAFF;
|
}
|
.el-table /deep/ thead th:first-child, thead td {
|
border-right: 0;
|
}
|
.el-table /deep/ thead th:nth-last-child(2), thead td {
|
border-right: 0;
|
font-weight: 400;
|
}
|
.table-set {
|
width: 15px;
|
margin-top: 5px;
|
cursor: pointer;
|
}
|
|
.table-head-name {
|
padding: 0;
|
color: #333;
|
font-size: 14px;
|
font-weight: 600;
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
display: flex;
|
align-items: flex-start;
|
}
|
|
.el-table /deep/ thead .cell {
|
height: 23px;
|
}
|
|
// .el-table /deep/ .el-table__row.current-row {
|
// td:first-child::before {
|
// content: ' ';
|
// position: absolute;
|
// top: 0;
|
// left: 0;
|
// bottom: 0;
|
// width: 2px;
|
// background-color: #5383ED;
|
// }
|
// }
|
|
.el-table /deep/ tbody tr td {
|
border-top-color: transparent;
|
border-left-color: transparent;
|
border-right-color: transparent;
|
border-bottom-color: #E6E6E6;
|
font-size: 14px;
|
}
|
.el-table {
|
/deep/.el-table--enable-row-hover .el-table__body tr:hover>td {
|
background-color: #F7FAFF !important;
|
}
|
}
|
.el-table::before{
|
height: 0;
|
}
|
.el-table__fixed::before{
|
height: 0;
|
}
|
// .el-table /deep/ tbody tr td:nth-child(2) {
|
// border-right: 1px solid #E6E6E6;
|
// }
|
|
.n-table--border {
|
border-color: #E6E6E6;
|
border-left-color: transparent;
|
border-right-color: transparent;
|
}
|
|
.n-table--border::after {
|
display: none;
|
}
|
|
.p-contianer {
|
position: relative;
|
background-color: white;
|
height: 44px;
|
|
.p-bar {
|
float: right;
|
margin: 10px 0 0 0;
|
font-size: 14px !important;
|
}
|
}
|
|
// 列表状态
|
.status_button {
|
padding: 1px 6px;
|
border: 1px solid #e6e6e6;
|
border-radius: 4px;
|
display: inline-block;
|
font-size: 12px;
|
margin: 0 auto;
|
}
|
|
.el-table /deep/ .sort-caret.ascending {
|
top: -6px;
|
}
|
.el-table /deep/ .caret-wrapper {
|
height: 24px;
|
}
|