Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
44632f2d
Commit
44632f2d
authored
Nov 09, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
576f0669
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1000 additions
and
7 deletions
+1000
-7
EditGrid.vue
components/page/treeGrid/EditGrid.vue
+2
-7
dataGrid.vue
components/page/treeGrid/dataGrid.vue
+998
-0
No files found.
components/page/treeGrid/EditGrid.vue
View file @
44632f2d
<
template
>
<
template
>
<div
class=
"table-content"
>
<div
class=
"table-content
1
"
>
<div
class=
"table-tools"
>
<div
class=
"table-tools"
>
<div
class=
"table-search"
>
<div
class=
"table-search"
>
<slot
name=
"easySearch"
></slot>
<slot
name=
"easySearch"
></slot>
...
@@ -46,11 +46,6 @@
...
@@ -46,11 +46,6 @@
</th>
</th>
</tr>
</tr>
</thead>
</thead>
</table>
</div>
<div
class=
"table-body"
>
<table>
<tbody>
<tbody>
<tr
<tr
v-for=
"(item, index) in trs"
v-for=
"(item, index) in trs"
...
@@ -784,7 +779,7 @@ export default {
...
@@ -784,7 +779,7 @@ export default {
@table_line_height: 50px;
@table_line_height: 50px;
@table_hover: #f2f8fe;
@table_hover: #f2f8fe;
@table_border: #accef7;
@table_border: #accef7;
.table-content {
.table-content
1
{
position: relative;
position: relative;
height: 100%;
height: 100%;
display: flex;
display: flex;
...
...
components/page/treeGrid/dataGrid.vue
0 → 100644
View file @
44632f2d
This diff is collapsed.
Click to expand it.
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