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 c4e667b5
authored
Aug 19, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
1 parent
fc0d59ec
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
76 deletions
src/views/assessChecks/assistedViewing.vue
src/views/assessZC/projectView.vue
src/views/checkCompliance/automaticCheck.vue
src/views/compliance/checkRules.vue
src/views/compliance/taskConfigure.vue
src/views/layout/mainLayout.vue
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/confirmResault.vue
src/views/projectCheck/problemRectify.vue
src/views/projectCheck/verificationRectify.vue
src/views/assessChecks/assistedViewing.vue
View file @
c4e667b
...
...
@@ -679,7 +679,6 @@ export default {
.el-form
{
display
:
flex
;
width
:
99%
;
height
:
17vh
;
flex-wrap
:
wrap
;
border-top
:
2px
solid
#23c6c8
;
border-left
:
1px
solid
#dee5e7
;
...
...
src/views/assessZC/projectView.vue
View file @
c4e667b
...
...
@@ -1207,13 +1207,6 @@ export default {
height
:
630px
;
overflow-y
:
auto
;
}
.setscroll
{
width
:
100%
;
//
height
:
55vh
;
position
:
relative
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
/
deep
/
.el-table--scrollable-x
.el-table__body-wrapper
{
overflow-x
:
hidden
;
}
...
...
src/views/checkCompliance/automaticCheck.vue
View file @
c4e667b
...
...
@@ -71,7 +71,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscrollO
ut
"
>
<div
class=
"setscrollO
ne
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -655,7 +655,7 @@ h3 {
}
.setscroll
{
width
:
100%
;
height
:
40
0px
;
height
:
52
0px
;
position
:
relative
;
overflow
:
auto
;
}
...
...
src/views/compliance/checkRules.vue
View file @
c4e667b
...
...
@@ -60,7 +60,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
<div
class=
"setscroll
One
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -565,12 +565,6 @@
border-radius
:
5px
;
}
}
.setscroll
{
width
:
100%
;
height
:
650px
;
position
:
relative
;
overflow
:
auto
;
}
.setscrolldialog
{
width
:
100%
;
height
:
300px
;
...
...
src/views/compliance/taskConfigure.vue
View file @
c4e667b
...
...
@@ -75,7 +75,7 @@
</el-button>
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
<div
class=
"setscroll
One
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -2084,12 +2084,6 @@ h3 {
border-radius
:
5px
;
}
}
.setscroll
{
width
:
100%
;
height
:
650px
;
position
:
relative
;
overflow
:
auto
;
}
.setscrolldialogAdd
{
width
:
100%
;
height
:
200px
;
...
...
src/views/layout/mainLayout.vue
View file @
c4e667b
...
...
@@ -272,7 +272,7 @@ export default {
}
.setscrollOne
{
height
:
calc
(
100%
-
2
2
0px
);
height
:
calc
(
100%
-
2
1
0px
);
min-height
:
300px
;
position
:
relative
;
overflow
:
auto
;
...
...
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
View file @
c4e667b
...
...
@@ -559,18 +559,6 @@ export default {
/
deep
/
.el-table__cell
{
text-align
:
center
;
}
.setscroll
{
width
:
100%
;
height
:
650px
;
position
:
relative
;
overflow
:
auto
;
}
.setscroll
{
width
:
100%
;
height
:
650px
;
position
:
relative
;
overflow
:
auto
;
}
.dialog
{
.content
{
width
:
100%
;
...
...
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
View file @
c4e667b
...
...
@@ -574,12 +574,6 @@ export default {
/
deep
/
.el-table__cell
{
text-align
:
center
;
}
.setscroll
{
width
:
100%
;
height
:
650px
;
position
:
relative
;
overflow
:
auto
;
}
.dialog
{
.content
{
width
:
100%
;
...
...
src/views/projectCheck/checkResault.vue
View file @
c4e667b
...
...
@@ -71,7 +71,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscrollO
ut
"
>
<div
class=
"setscrollO
ne
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -653,12 +653,6 @@ h3 {
color
:
#fff
;
}
}
.setscroll
{
width
:
100%
;
height
:
400px
;
position
:
relative
;
overflow
:
auto
;
}
/
deep
/
.el-button--small
{
font-size
:
14px
;
}
...
...
src/views/projectCheck/confirmResault.vue
View file @
c4e667b
...
...
@@ -89,7 +89,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscrollO
ut
"
>
<div
class=
"setscrollO
ne
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -823,10 +823,5 @@ h3 {
border-bottom
:
none
;
}
}
.setscroll
{
width
:
100%
;
height
:
400px
;
position
:
relative
;
overflow
:
auto
;
}
</
style
>
\ No newline at end of file
src/views/projectCheck/problemRectify.vue
View file @
c4e667b
...
...
@@ -91,7 +91,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscroll
Out
"
>
<div
class=
"setscroll"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -988,12 +988,6 @@ h3 {
height
:
30px
;
line-height
:
30px
;
}
.setscroll
{
width
:
100%
;
height
:
400px
;
position
:
relative
;
overflow
:
auto
;
}
/
deep
/
.el-tag
{
white-space
:
normal
;
height
:
auto
;
...
...
src/views/projectCheck/verificationRectify.vue
View file @
c4e667b
...
...
@@ -1001,12 +1001,7 @@ h3 {
color
:
#333
;
}
}
.setscroll
{
width
:
100%
;
height
:
585px
;
position
:
relative
;
overflow
:
auto
;
}
.dialog
{
.el-form
{
border
:
none
!important
;
...
...
@@ -1074,12 +1069,7 @@ h3 {
height
:
30px
;
line-height
:
30px
;
}
.setscroll
{
width
:
100%
;
height
:
585px
;
position
:
relative
;
overflow
:
auto
;
}
.noclick
{
opacity
:
0.5
;
}
...
...
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