样式修改
This commit is contained in:
parent
ee0eaf67ad
commit
78faf02e22
|
|
@ -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