明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
4a3bfe01
Commit
4a3bfe01
authored
Mar 19, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
7cfd75fd
Pipeline
#108566
passed with stage
in 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
index.vue
src/components/FormDynamicTable/index.vue
+1
-1
commonTable.vue
src/components/common/commonTable.vue
+0
-1
No files found.
src/components/FormDynamicTable/index.vue
View file @
4a3bfe01
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
v-if=
"showAddButton"
v-if=
"showAddButton"
type=
"primary"
type=
"primary"
@
click=
"handleAdd"
@
click=
"handleAdd"
:disabled=
"disabled
|| column?.disabled
"
:disabled=
"disabled"
>
>
{{
addButtonText
||
"新增"
}}
{{
addButtonText
||
"新增"
}}
</el-button>
</el-button>
...
...
src/components/common/commonTable.vue
View file @
4a3bfe01
...
@@ -584,7 +584,6 @@ const handleNextClick = (val) => {
...
@@ -584,7 +584,6 @@ const handleNextClick = (val) => {
th.el-table__cell {
th.el-table__cell {
background: #fafafa;
background: #fafafa;
height: 50px;
height: 50px;
text-align: center;
}
}
.el-table__body {
.el-table__body {
td.el-table__cell {
td.el-table__cell {
...
...
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