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
df741c46
authored
2023-10-10 14:16:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息
1 parent
fafefaeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/clxx/clxxUnify.vue
View file @
df741c4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-19 13:13:16
* @LastEditTime: 2023-
10-10 14:06:38
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -33,7 +33,7 @@
:class=
"['child', treeCheckId == item.bsmSj ? 'checked' : '']"
@
click=
"treeClick(item, index)"
>
<span
v-if=
"item.isrequired == 1"
class=
"required"
>
必选
</span>
{{
item
.
sjmc
}}
<span
class=
"item_name"
>
{{
item
.
sjmc
}}
</span>
<span
class=
"cl_number"
:key=
"key"
>
(
{{
item
.
ys
?
item
.
ys
:
0
}}
)
</span>
</div>
</div>
...
...
@@ -350,7 +350,7 @@
}
.cl_number
{
float
:
right
;
width
:
30px
;
}
.clxx
{
...
...
@@ -409,7 +409,7 @@
width
:
20%
;
min-width
:
160px
;
height
:
100%
;
margin-right
:
10
px
;
font-size
:
14
px
;
border-right
:
1px
dotted
#d9d9d9
;
padding
:
0
15px
;
...
...
@@ -438,8 +438,16 @@
line-height
:
20px
;
transition
:
all
0.3s
;
padding
:
8px
0
;
overflow
:
hidden
;
display
:
flex
;
justify-content
:
space-between
;
}
.item_name
{
flex
:
1
;
font-size
:
14px
;
display
:
flex
;
justify-content
:
center
;
}
.child
:hover
{
color
:
$
light-blue
;
transform
:
scale
(
1.1
);
...
...
Please
register
or
sign in
to post a comment