Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
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
web_component
submodule
Commits
ba36eaf4
Commit
ba36eaf4
authored
Jun 08, 2020
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update upload
parent
99de487e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
11 deletions
+5
-11
index.less
components/apolloTable/component/base/edit/search/index.less
+0
-9
index.less
...loTable/component/base/extra/associationSearch/index.less
+4
-1
index.tsx
components/apolloTable/component/base/extra/upload/index.tsx
+1
-1
No files found.
components/apolloTable/component/base/edit/search/index.less
View file @
ba36eaf4
.search {
width: 100%;
height: 100%;
:global(.ant-select-selector) {
height: 100% !important;
align-items: center;
}
:global(.ant-select-selection) {
width: 100%;
min-height: 100%;
border-radius: 0;
display: flex;
align-items: center;
}
:global(.ant-select-selection-search-input) {
height: 100% !important;
}
}
components/apolloTable/component/base/extra/associationSearch/index.less
View file @
ba36eaf4
.searchContainer {
width: 100%;
height: 100%;
:global(.ant-select-selection){
:global(.ant-select-selection__rendered) {
width: 100%;
}
:global(.ant-select-selection) {
min-height: 100%;
}
}
components/apolloTable/component/base/extra/upload/index.tsx
View file @
ba36eaf4
...
...
@@ -39,7 +39,7 @@ const UploadCom = (props) => {
return
setFormat
(
fileList
);
}
const
resData
=
file
.
response
||
{};
const
url
=
`
${
domain
?
`https://
${
domain
}
`
:
CDN_HOST
}
/
${
resData
.
key
}
`
;
const
url
=
`
${
extraData
.
domain
?
`https://
${
extraData
.
domain
}
`
:
CDN_HOST
}
/
${
resData
.
key
}
`
;
return
{
uid
:
file
.
uid
,
name
:
file
.
name
,
...
...
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