master
This commit is contained in:
parent
60b325a199
commit
dd842a0e67
|
|
@ -106,6 +106,28 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-checkbox-inner {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.ant-table-header {
|
||||
.ant-checkbox-checked {
|
||||
.ant-checkbox-inner:after {
|
||||
width: 5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-checkbox-inner:after {
|
||||
width: 8px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-checkbox-inner:after {
|
||||
width: 5px;
|
||||
height: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue