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
fukai
vue-gjjs
Commits
8d597ca8
Commit
8d597ca8
authored
Jan 05, 2024
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹出框样式调整
parent
24ac41b1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
45 additions
and
15 deletions
+45
-15
common.css
src/assets/css/common.css
+4
-5
index.vue
src/business/litopn/views/index.vue
+6
-6
GridEtyPromptDialog.vue
src/components/GridEtyPromptDialog.vue
+12
-1
index.vue
src/components/business/docpan/views/index.vue
+3
-0
dialog.vue
src/components/business/engp/views/dialog.vue
+6
-1
dialog.vue
src/components/business/setmod/views/dialog.vue
+13
-1
Header.vue
src/views/Layout/Header.vue
+1
-1
No files found.
src/assets/css/common.css
View file @
8d597ca8
...
...
@@ -431,7 +431,7 @@
.el-table__fixed
,
.el-table__fixed-right
{
/* height: 100% !important; */
height
:
100%
!important
;
bottom
:
17px
;
}
...
...
@@ -756,13 +756,13 @@ padding-left: 30px;
}
.el-dialog--center
{
height
:
70%
;
overflow
:
auto
;
}
.el-dialog__body
{
padding
:
40px
30px
40px
;
}
.el-dialog--center
.el-dialog__body
{
height
:
100%
;
height
:
75%
;
overflow
:
auto
;
}
.el-dialog--center
.el-dialog__body
>
div
{
height
:
100%
;
...
...
@@ -778,4 +778,4 @@ padding-left: 30px;
}
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#fff
;
}
\ No newline at end of file
}
src/business/litopn/views/index.vue
View file @
8d597ca8
...
...
@@ -192,32 +192,32 @@ export default {
{
prop
:
'branch'
,
label
:
'Branch Code'
,
width
:
'1
5
0px'
width
:
'1
2
0px'
},
{
prop
:
'bchName'
,
label
:
'Branch Name'
,
width
:
'
15
0px'
width
:
'
20
0px'
},
{
prop
:
'adrName'
,
label
:
'Address Name'
,
width
:
'
15
0px'
width
:
'
20
0px'
},
{
prop
:
'adr1'
,
label
:
'Address1'
,
width
:
'
12
0px'
width
:
'
20
0px'
},
{
prop
:
'locCty'
,
label
:
'City'
,
width
:
'1
2
0px'
width
:
'1
0
0px'
},
{
prop
:
'locZip'
,
label
:
'Zip'
,
width
:
'1
2
0px'
width
:
'1
0
0px'
},
{
prop
:
'bicCode'
,
...
...
src/components/GridEtyPromptDialog.vue
View file @
8d597ca8
...
...
@@ -94,8 +94,18 @@ export default {
};
</
script
>
<
style
>
<
style
scoped
lang=
"less"
>
.grid-ety
.el-table
.cell
{
white-space
:
nowrap
;
}
/
deep
/
.el-dialog.grid-ety
.el-table__body-wrapper
{
height
:
270px
;
}
/
deep
/
.el-dialog.grid-ety
.el-dialog__header
{
padding
:
17px
20px
17px
;
}
//
.grid-ety
.el-table
.el-dialog__body
.el-table__body-wrapper
{
//
height
:
270px
;
//
}
</
style
>
\ No newline at end of file
src/components/business/docpan/views/index.vue
View file @
8d597ca8
...
...
@@ -953,6 +953,9 @@ export default {
height
:
70%
;
overflow
:
hidden
;
}
.preview
/
deep
/
.el-dialog__header
{
padding
:
17px
20px
17px
;
}
.preview
/
deep
/
.el-dialog--center
.el-dialog__body
{
height
:
100%
;
}
...
...
src/components/business/engp/views/dialog.vue
View file @
8d597ca8
...
...
@@ -6,6 +6,7 @@
destroy-on-close
:before-close=
"beforeClose"
width=
"70%"
calss=
"engp-dialog"
>
<el-form
v-model=
"formData"
label-width=
"150px"
>
<c-row>
...
...
@@ -123,4 +124,8 @@ export default {
};
</
script
>
<
style
></
style
>
<
style
scoped
lang=
"less"
>
.engp-dialog
/
deep
/
.el-dialog__header
{
padding
:
25px
20px
25px
;
}
</
style
>
src/components/business/setmod/views/dialog.vue
View file @
8d597ca8
...
...
@@ -6,6 +6,7 @@
destroy-on-close
:before-close=
"beforeClose"
width=
"70%"
class=
"setmod-dialog"
>
<el-form
v-model=
"formData"
label-width=
"150px"
>
<c-row>
...
...
@@ -390,4 +391,15 @@ export default {
},
};
</
script
>
<
style
></
style
>
<
style
scoped
lang=
"less"
>
.setmod-dialog
/
deep
/
.el-dialog__header
{
padding
:
25px
20px
25px
;
}
.setmod-dialog
/
deep
/
.el-dialog--center
{
height
:
70%
;
}
.setmod-dialog
/
deep
/
.el-dialog--center
.el-dialog__body
{
height
:
84%
;
overflow
:
auto
;
}
</
style
>
src/views/Layout/Header.vue
View file @
8d597ca8
...
...
@@ -492,7 +492,7 @@ export default {
background
:
rgba
(
144
,
146
,
152
,
0.3
);
}
.logoutdialog
.el-dialog
.el-dialog__header
{
padding
:
1
0px
20px
0
px
;
padding
:
1
7px
20px
17
px
;
}
.logoutdialog
.el-dialog
.el-dialog__body
{
padding
:
20px
30px
0px
20px
;
...
...
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