Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2a5ef1e7
authored
2023-09-21 16:44:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人信息
1 parent
cb027898
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
12 deletions
src/views/printdjb/components/qlxxCommon.scss
src/views/registerBook/qlxxCommon.scss
src/views/workflow/components/dialog/addQlr.vue
src/views/printdjb/components/qlxxCommon.scss
View file @
2a5ef1e
...
...
@@ -60,7 +60,8 @@
top
:
0px
;
z-index
:
3
;
margin-top
:
-2px
;
&
:after
{
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
100%
;
...
...
@@ -77,7 +78,8 @@
position
:
sticky
;
top
:
40px
;
z-index
:
3
;
&
:after
{
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
100%
;
...
...
@@ -102,7 +104,9 @@
left
:
0
;
z-index
:
2
;
margin-left
:
-2px
;
&
:before
{
width
:
200px
;
&
:before
{
content
:
""
;
display
:
inline-block
;
width
:
2px
;
...
...
@@ -113,7 +117,8 @@
left
:
-2px
;
z-index
:
3
;
}
&
:after
{
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
2px
;
...
...
@@ -228,11 +233,13 @@
min-width
:
340px
;
z-index
:
1
;
}
td
:first-child
{
td
:first-child
{
flex
:
inherit
!
important
;
// width: 200px !important;
min-width
:
180px
!
important
;
}
>
tr
:nth-child
(
odd
)
td
{
background
:
#f2f2f2
;
}
...
...
src/views/registerBook/qlxxCommon.scss
View file @
2a5ef1e
...
...
@@ -60,7 +60,8 @@
top
:
0px
;
z-index
:
3
;
margin-top
:
-2px
;
&
:after
{
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
100%
;
...
...
@@ -77,7 +78,8 @@
position
:
sticky
;
top
:
40px
;
z-index
:
3
;
&
:after
{
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
100%
;
...
...
@@ -102,7 +104,9 @@
left
:
0
;
z-index
:
2
;
margin-left
:
-2px
;
&
:before
{
width
:
200px
;
&
:before
{
content
:
""
;
display
:
inline-block
;
width
:
2px
;
...
...
@@ -113,7 +117,8 @@
left
:
-2px
;
z-index
:
3
;
}
&
:after
{
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
2px
;
...
...
@@ -228,11 +233,13 @@
min-width
:
340px
;
z-index
:
1
;
}
td
:first-child
{
td
:first-child
{
flex
:
inherit
!
important
;
// width: 200px !important;
min-width
:
180px
!
important
;
}
>
tr
:nth-child
(
odd
)
td
{
background
:
#f2f2f2
;
}
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
2a5ef1e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-2
0 16:07:4
3
* @LastEditTime: 2023-09-2
1 16:42:5
3
-->
<
template
>
<dialogBox
...
...
@@ -543,7 +543,7 @@
cancelButtonText
:
'取消'
,
}).
then
(()
=>
{
replace
(
val
.
bsmCompany
,
this
.
$route
.
query
.
bsmSlsq
,
bsmSldy
).
then
(
res
=>
{
that
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
(
val
));
that
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
(
{
...
val
,
sqrlx
:
'2'
}
));
that
.
$emit
(
"input"
,
false
);
if
(
res
.
code
==
200
)
{
that
.
$message
({
...
...
Please
register
or
sign in
to post a comment