Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
quality-dynamic
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
张牧越
quality-dynamic
Commits
6420d6d4
Commit
6420d6d4
authored
Dec 11, 2024
by
袁家斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change
parent
63810a96
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
11 deletions
+23
-11
element.less
src/assets/common/element.less
+1
-1
DialogApiDataTable.vue
src/components/common/DialogApiDataTable.vue
+1
-1
Index.vue
src/views/DataStatis/Index.vue
+1
-1
CXCY.vue
src/views/DataStatis/project/CXCY.vue
+6
-2
GCZL.vue
src/views/DataStatis/project/GCZL.vue
+6
-2
ProjectDetail.vue
src/views/DataStatis/project/ProjectDetail.vue
+2
-2
ZFJG.vue
src/views/DataStatis/project/ZFJG.vue
+6
-2
No files found.
src/assets/common/element.less
View file @
6420d6d4
...
...
@@ -26,7 +26,7 @@
}
.el-table .cell {
padding: 0 6px;
padding: 0 6px
!important
;
// line-height: 18px;
height: 35px;
line-height: 35px;
...
...
src/components/common/DialogApiDataTable.vue
View file @
6420d6d4
...
...
@@ -160,6 +160,6 @@ export default {
.data-table-out
{
display
:
flex
;
flex-direction
:
column
;
height
:
100%
;
flex-grow
:
1
;
}
</
style
>
\ No newline at end of file
src/views/DataStatis/Index.vue
View file @
6420d6d4
...
...
@@ -142,7 +142,7 @@
</div>
</div> -->
<STable2
:style=
"{ marginTop: '.1rem', height:
'calc(100% - .1rem)'
}"
:style=
"{ marginTop: '.1rem', height:
`calc(100% - ${isProvice ? '0.1rem' : '0.6rem'})`
}"
:headers=
"header4_1"
:table-data=
"data4"
@
row-click=
"(e)=>{rowClickArea(0, e)}"
...
...
src/views/DataStatis/project/CXCY.vue
View file @
6420d6d4
...
...
@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item
label=
"工程名称:"
>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
></el-input>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
size=
"small"
...
...
@@ -100,6 +100,10 @@ export default {
.dialog-body-container {
display: flex;
flex-direction: column;
height: 100%;
// height: 100%;
height: calc(100% - 20px);
}
::v-deep .data-table-out{
height: calc(100% - 70px);
}
</
style
>
\ No newline at end of file
src/views/DataStatis/project/GCZL.vue
View file @
6420d6d4
...
...
@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item
label=
"工程名称:"
>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
></el-input>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
size=
"small"
...
...
@@ -134,6 +134,10 @@ export default {
.dialog-body-container {
display: flex;
flex-direction: column;
height: 100%;
// height: 100%;
height: calc(100% - 20px);
}
::v-deep .data-table-out{
height: calc(100% - 70px);
}
</
style
>
\ No newline at end of file
src/views/DataStatis/project/ProjectDetail.vue
View file @
6420d6d4
...
...
@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item
label=
"工程名称:"
>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
></el-input>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
size=
"small"
...
...
@@ -170,6 +170,6 @@ export default {
height: calc(100% - 20px);
}
::v-deep .data-table-out{
height: calc(100% -
6
0px);
height: calc(100% -
7
0px);
}
</
style
>
\ No newline at end of file
src/views/DataStatis/project/ZFJG.vue
View file @
6420d6d4
...
...
@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item
label=
"工程名称:"
>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
></el-input>
<el-input
v-model=
"searchForm.project_name"
size=
"small"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
size=
"small"
...
...
@@ -104,6 +104,10 @@ export default {
.dialog-body-container {
display: flex;
flex-direction: column;
height: 100%;
// height: 100%;
height: calc(100% - 20px);
}
::v-deep .data-table-out{
height: calc(100% - 70px);
}
</
style
>
\ No newline at end of file
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