Skip to content

Commit

Permalink
feat: 迭代开发
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Oct 18, 2023
1 parent f4b7693 commit 8234e48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/table-render/static/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const requestData = (params: any) => {


export const searchApi = async (params) => {
console.log(params, '234234234');;
const { success, data } = await requestData(params);
if (success) {
return {
Expand Down
5 changes: 0 additions & 5 deletions packages/form-render/src/derivative/SearchForm/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
height: auto;
}

// .search-action-column-fixed {
// height: 86px;
// padding-top: 30px;
// }

.fr-form > .@{ant-prefix}-row {
align-items: center;
}
Expand Down

0 comments on commit 8234e48

Please sign in to comment.