Merge "fix: Fix selection style in header table"
This commit is contained in:
commit
cb4502f61c
@ -40,8 +40,5 @@
|
|||||||
.ant-table-thead > tr > th {
|
.ant-table-thead > tr > th {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
.ant-table-thead > tr > th.ant-table-selection-column:first-child {
|
|
||||||
padding-left: 8px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -185,19 +185,22 @@
|
|||||||
.ant-table-footer {
|
.ant-table-footer {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
}
|
}
|
||||||
|
.ant-table-thead > tr > th.ant-table-selection-column:first-child {
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tip{
|
.tip {
|
||||||
color: @color-text-body;
|
color: @color-text-body;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkClass{
|
.linkClass {
|
||||||
color:@blue-1;
|
color: @blue-1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-moz-user-select:none; /*Firefox*/
|
-moz-user-select: none; /*Firefox*/
|
||||||
-webkit-user-select:none; /*Webkit*/
|
-webkit-user-select: none; /*Webkit*/
|
||||||
-ms-user-select:none; /*IE10*/
|
-ms-user-select: none; /*IE10*/
|
||||||
-khtml-user-select:none; /*Early browsers*/
|
-khtml-user-select: none; /*Early browsers*/
|
||||||
user-select:none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user