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
f3a2d6c7
authored
2024-01-18 10:12:20 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
d6f88301
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
src/styles/slxx/slxx.scss
src/views/workflow/workFrame.vue
src/views/workflow/workFrameView.vue
src/styles/slxx/slxx.scss
View file @
f3a2d6c
...
...
@@ -18,7 +18,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/workflow/workFrame.vue
View file @
f3a2d6c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-11-22 13:07:46
* @LastEditTime: 202
4-01-18 10:11:32
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -68,10 +68,12 @@
<receipt
:Receiptdata=
"Receiptdata"
id=
"boxaaa"
/>
</div>
</div>
<component
:key=
"fresh"
:is=
"componentTag"
v-bind=
"currentSelectProps"
/>
<div
style=
"height:94%"
>
<component
:key=
"fresh"
:is=
"componentTag"
v-bind=
"currentSelectProps"
/>
</div>
</div>
</div>
</div>
...
...
src/views/workflow/workFrameView.vue
View file @
f3a2d6c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-10-13 17:03:52
* @LastEditTime: 202
4-01-18 10:11:53
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -40,7 +40,9 @@
<el-tab-pane
:label=
"item.name"
:name=
"item.value"
v-for=
"item in tabList"
:key=
"item.value"
>
</el-tab-pane>
</el-tabs>
<component
:key=
"fresh"
:is=
"componentTag"
v-bind=
"currentSelectProps"
/>
<div
style=
"height:94%"
>
<component
:key=
"fresh"
:is=
"componentTag"
v-bind=
"currentSelectProps"
/>
</div>
</div>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment