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
81dc0974
authored
2024-03-01 09:16:30 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
8837671c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
src/views/djbworkflow/workFrame.scss
src/views/workflow/top/bccltzs/index.vue
src/views/workflow/workFrame.scss
src/views/djbworkflow/workFrame.scss
View file @
81dc097
...
...
@@ -154,7 +154,8 @@
.iconName
{
line-height
:
24px
;
font-size
:
12px
;
white-space
:
nowrap
;
width
:
100px
;
// white-space: nowrap;
}
.container
{
...
...
@@ -232,4 +233,4 @@
position
:
absolute
;
left
:
0
;
bottom
:
0
;
}
\ No newline at end of file
}
...
...
src/views/workflow/top/bccltzs/index.vue
View file @
81dc097
...
...
@@ -129,6 +129,7 @@
this
.
loading
=
true
if
(
this
.
selectList
.
length
==
0
)
{
this
.
$message
.
error
(
'请先选择材料目录'
)
this
.
loading
=
false
return
}
getPrintTemplateByCode
({
tmpno
:
'bdcdjbccltts'
}).
then
(
res
=>
{
...
...
src/views/workflow/workFrame.scss
View file @
81dc097
...
...
@@ -152,9 +152,11 @@
}
.iconName
{
line-height
:
24px
;
text-align
:
center
;
line-height
:
15px
;
font-size
:
12px
;
white-space
:
nowrap
;
width
:
70px
;
// white-space: nowrap;
}
.container
{
...
...
@@ -242,4 +244,4 @@
position
:
absolute
;
left
:
0
;
bottom
:
0
;
}
\ No newline at end of file
}
...
...
Please
register
or
sign in
to post a comment