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
a5e669ff
authored
2023-08-28 08:46:49 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:左侧菜单栏样式修改
1 parent
84c93460
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
10 deletions
src/views/djbworkflow/workFrame.scss
src/views/system/dymbgl/components/editDialog.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/components/leftmenu/segmentMenu.vue
src/views/workflow/workFrame.scss
src/views/djbworkflow/workFrame.scss
View file @
a5e669f
...
...
@@ -40,7 +40,7 @@
}
.menu-con
{
width
:
87
%
;
width
:
93
%
;
}
.batchDel
{
...
...
@@ -55,8 +55,10 @@
.title-detail
{
display
:
flex
;
flex-wrap
:
wrap
;
width
:
100%
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
//文本溢出显示省略号
white-space
:
nowrap
;
//文本不会换行
}
.title-batch
{
...
...
@@ -209,7 +211,8 @@
box-sizing
:
border-box
;
width
:
70px
;
margin
:
0
5px
;
.icon
{
.icon
{
font-size
:
10px
;
}
}
...
...
src/views/system/dymbgl/components/editDialog.vue
View file @
a5e669f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 1
6:39:06
* @LastEditTime: 2023-08-25 1
7:35:22
-->
<
template
>
<el-form
ref=
"ruleForm"
:model=
"ruleForm"
label-width=
"100px"
:rules=
"rules"
>
...
...
@@ -184,7 +184,7 @@
setTimeout
(()
=>
{
that
.
ruleForm
.
tmpcontent
=
document
.
getElementById
(
"S1"
).
value
;
if
(
that
.
ruleForm
.
tmpno
==
'zsdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg
?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=KRMCXFVDPWMN0919UI1J%2F20230825%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230825T080608Z&X-Amz-Expires=604800&X-Amz-Security-Token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NLZXkiOiJLUk1DWEZWRFBXTU4wOTE5VUkxSiIsImV4cCI6MTY5Mjk1NDI1NiwicGFyZW50IjoibWluaW9hZG1pbiJ9.OOHyJOL0zk9n3pSdWC-uIMztKL2wwHM0DsFJr1sjhxTMlbSVnCWluQpf94D4fEq35c0Us2Mi7KKINDnojwox6A&X-Amz-SignedHeaders=host&versionId=null&X-Amz-Signature=67b9cea9b1e1386e3ec826ddd1e33e514715aabbb671be991df72f5e47b20c45
'>"
);
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
LODOP
.
SET_PRINT_PAGESIZE
(
1
,
0
,
0
,
"B4"
);
}
...
...
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
a5e669f
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-0
7-25 14:55:49
* @LastEditTime: 2023-0
8-28 08:44:31
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -20,7 +20,9 @@
<p
class=
"dot"
v-if=
"item.issave == '0'"
></p>
<div
class=
"menu-con"
>
<p>
{{
item
.
bdcdyh
}}
</p>
<el-tooltip
effect=
"dark"
:content=
"item.zl"
placement=
"top"
>
<p
class=
"title-detail"
>
{{
item
.
zl
}}
</p>
</el-tooltip>
</div>
<i
class=
"el-icon-delete"
v-if=
"unitData.length > 1"
@
click
.
stop=
"handleDel(item)"
></i>
</el-menu-item>
...
...
src/views/workflow/components/leftmenu/segmentMenu.vue
View file @
a5e669f
<!--
* @Description: workFrame左侧菜单列表-分割
* @Autor: renchao
* @LastEditTime: 2023-0
7-25 14:52:40
* @LastEditTime: 2023-0
8-28 08:46:04
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -19,7 +19,9 @@
<el-menu-item
v-for=
"(item, index) in aroundUnitData"
:index=
"index.toString()"
:key=
"index"
>
<div>
<p>
{{
item
.
bdcdyh
}}
</p>
<el-tooltip
effect=
"dark"
:content=
"item.zl"
placement=
"top"
>
<p
class=
"title-detail"
>
{{
item
.
zl
}}
</p>
</el-tooltip>
</div>
<i
class=
"el-icon-delete"
v-if=
"aroundUnitData.length > 1"
@
click
.
stop=
"handleDel(item)"
></i>
</el-menu-item>
...
...
@@ -33,7 +35,9 @@
<span
class=
"dot"
v-if=
"item.issave == '0'"
></span>
<div>
<p>
{{
item
.
bdcdyh
}}
</p>
<el-tooltip
effect=
"dark"
:content=
"item.zl"
placement=
"top"
>
<p
class=
"title-detail"
>
{{
item
.
zl
}}
</p>
</el-tooltip>
</div>
<i
class=
"el-icon-delete"
v-if=
"afterUnitData.length > 1"
@
click
.
stop=
"handleDel(item)"
></i>
</el-menu-item>
...
...
src/views/workflow/workFrame.scss
View file @
a5e669f
...
...
@@ -40,7 +40,7 @@
}
.menu-con
{
width
:
87
%
;
width
:
93
%
;
}
.batchDel
{
...
...
@@ -54,8 +54,10 @@
}
.title-detail
{
word-wrap
:
break-word
;
width
:
100%
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
//文本溢出显示省略号
white-space
:
nowrap
;
//文本不会换行
}
.title-batch
{
...
...
@@ -208,7 +210,8 @@
box-sizing
:
border-box
;
width
:
70px
;
margin
:
0
5px
;
.icon
{
.icon
{
font-size
:
10px
;
}
}
...
...
Please
register
or
sign in
to post a comment