/** [表格主题样式一] 表格强制列不换行 */
.j-table-force-nowrap {
  /** 列自适应，弊端会导致列宽失效 */
}
.j-table-force-nowrap td,
.j-table-force-nowrap th {
  white-space: nowrap;
}
.j-table-force-nowrap .ant-table-selection-column {
  padding: 12px 22px !important;
}
.j-table-force-nowrap.ant-table-wrapper .ant-table-content {
  overflow-x: auto;
}


.customers-updte[data-v-2ff4f0b0]{
		text-align: center;
		font-size: 12px;
		color: rgba(0, 0, 0, 0.247058823529412);
		cursor: pointer;
}
.customers-text[data-v-2ff4f0b0]{
		max-height: 50px;
		font-family: 'PingFang SC ', 'PingFang SC';
		    font-weight: 400;
		    font-style: normal;
		    font-size: 12px;
		    color: rgba(0, 0, 0, 0.447058823529412);
			/* text-overflow: -o-ellipsis-lastline; */
				text-overflow: -o-ellipsis-lastline;
				  overflow: hidden;
				  text-overflow: ellipsis;
				  display: -webkit-box;
				  -webkit-line-clamp: 2;
				  line-clamp: 2;
}
	/* .ant-card-body{
		padding: 0px!important;
	} */

