Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 726796d1
authored
Jun 12, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复滚动条问题
1 parent
5e947894
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
src/views/assessChecks/assistedFeedback.vue
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
src/views/assessChecks/assistedFeedback.vue
View file @
726796d
...
...
@@ -1243,8 +1243,8 @@ h3 {
.eltable
{
box-sizing
:
border-box
;
text-align
:
center
;
//
width
:
150%
;
//
min-width
:
150%
;
width
:
150%
;
min-width
:
150%
;
}
/
deep
/
.el-table--scrollable-x
.el-table__body-wrapper
{
overflow-x
:
hidden
!important
;
...
...
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
View file @
726796d
...
...
@@ -101,7 +101,8 @@
>
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
type=
"selection"
>
</el-table-column>
<el-table-column
prop=
"projectYear"
label=
"项目年度"
width=
"auto"
>
<el-table-column
prop=
"projectYear"
label=
"项目年度"
width=
"120"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
projectYear
}}
年
</
template
>
</el-table-column>
<el-table-column
prop=
"dwmc"
label=
"单位名称"
width=
"auto"
>
</el-table-column>
...
...
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
View file @
726796d
...
...
@@ -97,7 +97,8 @@
>
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
type=
"selection"
>
</el-table-column>
<el-table-column
label=
"项目年度"
width=
"auto"
prop=
"projectYear"
>
<el-table-column
prop=
"projectYear"
label=
"项目年度"
width=
"120"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
projectYear
}}
年
</
template
>
</el-table-column>
<el-table-column
prop=
"projectId"
label=
"项目编码"
width=
"auto"
>
</el-table-column>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment