Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
cef5a3c4
Commit
cef5a3c4
authored
May 14, 2021
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改组件问题
parent
a82b0c57
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
layout.less
.dumi/theme/layout.less
+6
-0
index.less
packages/base-components/BasicTable/src/index.less
+3
-0
DatePickerCustom.md
.../base-components/DatePickerCustom/src/DatePickerCustom.md
+1
-1
index.js
packages/base-components/DatePickerCustom/src/index.js
+0
-1
No files found.
.dumi/theme/layout.less
View file @
cef5a3c4
.__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;
...
...
packages/base-components/BasicTable/src/index.less
View file @
cef5a3c4
...
...
@@ -48,6 +48,9 @@
.ant-table-tbody > tr:hover {
background: #edf2ff;
td {
background: #edf2ff !important;
}
}
.ant-table-tbody > tr > td {
...
...
packages/base-components/DatePickerCustom/src/DatePickerCustom.md
View file @
cef5a3c4
...
...
@@ -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
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
...
...
packages/base-components/DatePickerCustom/src/index.js
View file @
cef5a3c4
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment