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
52c7858a
Commit
52c7858a
authored
Jun 25, 2020
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
4c53a538
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
index.less
components/apolloTable/component/index.less
+1
-1
index.less
components/apolloTable/component/operate/index.less
+1
-1
index.tsx
components/apolloTable/component/operate/index.tsx
+1
-1
index.less
components/apolloTable/component/tableOperate/index.less
+1
-1
No files found.
components/apolloTable/component/index.less
View file @
52c7858a
...
...
@@ -22,7 +22,7 @@
flex-direction: column;
}
.tableOperateContainer {
height:
5
8px;
height:
3
8px;
overflow: hidden;
}
...
...
components/apolloTable/component/operate/index.less
View file @
52c7858a
...
...
@@ -4,7 +4,7 @@
background: white;
position: relative;
box-shadow: @boxShadow;
margin-bottom: @margin
Lg
;
margin-bottom: @margin
Gen
;
.headerContainer {
display: flex;
height: 62px;
...
...
components/apolloTable/component/operate/index.tsx
View file @
52c7858a
...
...
@@ -84,7 +84,7 @@ export default class Operate extends Component<Props> {
</
div
>
)
}
</
div
>
{
filter
&&
(
{
filter
&&
filter
.
value
&&
filter
.
value
.
length
>
0
&&
(
<
FilterCondition
columns=
{
columns
}
value=
{
filter
.
value
}
...
...
components/apolloTable/component/tableOperate/index.less
View file @
52c7858a
...
...
@@ -3,7 +3,7 @@
.container {
background: white;
position: relative;
height:
5
8px;
height:
3
8px;
display: flex;
align-items: center;
padding: 0 @paddingLg;
...
...
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