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
e7c22b1a
authored
2024-03-04 17:20:06 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
QT202400104
1 parent
c392706d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/printdjb/components/qlxxCommon.scss
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/qlxxCommon.scss
src/views/printdjb/components/qlxxCommon.scss
View file @
e7c22b1
...
...
@@ -237,7 +237,7 @@
td
:first-child
{
flex
:
inherit
!
important
;
// min-width:
180px !important;
width
:
180px
!
important
;
}
>
tr
:nth-child
(
odd
)
td
{
...
...
@@ -266,4 +266,4 @@
margin-left
:
2px
;
}
}
}
\ No newline at end of file
}
...
...
src/views/registerBook/components/djbDetail.vue
View file @
e7c22b1
...
...
@@ -67,7 +67,7 @@
正在注销
</div>
<p
v-if=
"!['djyy', 'fj'].includes(item.prop)"
>
<p
v-if=
"!['djyy', 'fj'
,'zl'
].includes(item.prop)"
>
<span
v-if=
"item.prop == 'qszt'"
>
{{
getQsztName
(
row
[
item
.
prop
])
}}
</span>
...
...
src/views/registerBook/qlxxCommon.scss
View file @
e7c22b1
...
...
@@ -236,7 +236,7 @@
td
:first-child
{
flex
:
inherit
!
important
;
// min-
width: 180px !important;
width
:
180px
!
important
;
}
>
tr
:nth-child
(
odd
)
td
{
...
...
@@ -265,4 +265,4 @@
margin-left
:
2px
;
}
}
}
\ No newline at end of file
}
...
...
Please
register
or
sign in
to post a comment