Commit cef5a3c4 authored by 李纪文's avatar 李纪文

fix: 修改组件问题

parent a82b0c57
.__dumi-default-navbar {
padding-right: 70px;
}
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 90px;
}
.__dumi-default-menu .__dumi-default-menu-list > li > a {
padding-left: 24px !important;
......
......@@ -48,6 +48,9 @@
.ant-table-tbody > tr:hover {
background: #edf2ff;
td {
background: #edf2ff !important;
}
}
.ant-table-tbody > tr > td {
......
......@@ -15,7 +15,7 @@ group:
## API
api 参考 Antd Table 组件 https://ant.design/components/date-picker-cn/#API
api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
......
......@@ -24,7 +24,6 @@ const DatePickerCustom = (props) => {
endTime = moment(dateTime);
break;
case 'week':
debugger;
startTime = moment(dateTime).startOf(modes);
endTime = moment(dateTime).endOf(modes);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment