Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
zhouqian
vue-gjjs
Commits
fdd133cd
Commit
fdd133cd
authored
Sep 03, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格缩小
parent
f0b95bcf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Table.vue
src/components/Table.vue
+2
-1
main.js
src/main.js
+1
-1
No files found.
src/components/Table.vue
View file @
fdd133cd
<
template
>
<div
class=
"eContainer-table-block"
>
<el-table
:id=
"tableRef"
:data=
"list"
ref=
"table"
style=
"width: 100%"
class=
"eContainer-table"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}"
v-bind="$attrs" v-on="tableListeners" v-loading="loading" :row-class-name="tableRowClass" :max-height="maxHeight">
v-bind="$attrs" v-on="tableListeners" v-loading="loading" :row-class-name="tableRowClass" :max-height="maxHeight"
>
<el-table-column
v-for=
"(item, key) in columnsConfig"
:key=
"key"
...
...
src/main.js
View file @
fdd133cd
...
...
@@ -15,7 +15,7 @@ import VueFunc from "./utils/vuefunc"
window
.
SUCCESS
=
"AAAAAA"
Vue
.
use
(
ElementUI
)
Vue
.
use
(
ElementUI
,
{
size
:
'small'
}
)
Vue
.
use
(
CustomComponent
)
Vue
.
use
(
VueFunc
)
...
...
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