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
55e511f0
Commit
55e511f0
authored
Feb 05, 2020
by
caichuanming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将dataview拆分到submodule
parent
76d87b46
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1246 additions
and
0 deletions
+1246
-0
_selfColumn.js
components/DataView/_selfColumn.js
+365
-0
index.js
components/DataView/index.js
+804
-0
index.less
components/DataView/index.less
+77
-0
No files found.
components/DataView/_selfColumn.js
0 → 100644
View file @
55e511f0
This diff is collapsed.
Click to expand it.
components/DataView/index.js
View file @
55e511f0
This diff is collapsed.
Click to expand it.
components/DataView/index.less
0 → 100644
View file @
55e511f0
@import '~@/theme/common';
@smallSpace: 4px;
@normalSpace: 16px;
.view {
.tableWrap {
background: #fff;
padding: 10px 20px;
border-radius: 6px;
}
.formWrap {
background: #fff;
padding: 25px 20px;
border-radius: 6px;
}
.row {
text-align: right;
// display: flex;
// margin-bottom: 6px;
.col {
display: inline-block;
vertical-align: middle;
width: 30%;
margin: @smallSpace;
}
.btn {
color: @primaryColor;
border-color: @primaryColor;
line-height: 32px;
.iconCls {
font-size: @textFontGen;
}
.titleCls {
font-size: @textFontGen;
}
}
}
.table {
margin: @smallSpace 0;
td {
word-break: break-word;
}
:global(.ant-table-placeholder) {
border-bottom: none;
}
:global(.ant-table-thead > tr > th) {
border-right: none;
border-bottom: 1px solid #f6f6f8;
}
:global(.ant-table-tbody > tr > td) {
border-right: none;
border-bottom: 1px solid #f6f6f8;
}
}
}
.split {
height: 16px;
background: #f9f9f9;
}
.tips {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
align-items: center;
}
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