Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
97fee2ab
authored
2023-03-28 15:49:06 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
1
2 parents
ad97b7d9
01c06cd7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
11 deletions
src/styles/sbPublic.scss
src/views/system/dictionaries/components/editDialog.vue
src/styles/sbPublic.scss
View file @
97fee2a
...
...
@@ -150,8 +150,31 @@
// 角色管理人员菜单配置弹框样式
.roleconfiguration
{
.el-dialog__close
{
font-size
:
16px
!
important
;
.el-tabs__item
{
color
:
#cef8ff
!
important
;
// background: url("~@/image/tabitem.png") no-repeat;
// background-size: 100% 100%;
background-color
:
#3D59C4
;
border-radius
:
3px
;
}
.el-dialog__headerbtn
.el-dialog__close
{
font-size
:
20px
;
color
:
white
;
}
.el-dialog__header
{
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
font-size
:
24px
;
background-color
:
#3D59C4
;
.dialog_title
{
color
:
white
;
margin-bottom
:
10px
;
}
}
}
...
...
@@ -638,13 +661,23 @@
// 人员管理角色管理菜单管理修改新增弹框样式
.PersonnelDialog
{
.el-dialog__headerbtn
.el-dialog__close
{
font-size
:
20px
;
color
:
white
;
}
.el-dialog__header
{
text-align
:
center
;
margin-bottom
:
10px
;
font-size
:
24px
;
background-color
:
#3D59C4
;
.el-dialog__title
{
color
:
rgb
(
0
,
0
,
0
);
.dialog_title
{
b
{
color
:
white
!
important
;
}
margin-bottom
:
10px
;
}
}
...
...
@@ -664,14 +697,8 @@
}
.el-dialog__header
{
.dialog_title
{
b
{
font-size
:
16px
;
}
}
.el-dialog__headerbtn
{
right
:
20px
!
important
;
top
:
23px
!
important
;
...
...
@@ -869,3 +896,25 @@
}
}
}
// 字典管理弹框
.dictionary
{
.el-dialog__header
{
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
font-size
:
24px
;
background-color
:
#3D59C4
;
.dialog_title
{
color
:
white
;
margin-bottom
:
10px
;
}
}
.el-dialog__headerbtn
.el-dialog__close
{
font-size
:
20px
;
color
:
white
;
}
}
...
...
src/views/system/dictionaries/components/editDialog.vue
View file @
97fee2a
<
template
>
<!-- 编辑 -->
<dialogBox
submitForm=
"submitForm"
class=
"tableClass"
@
closeDialog=
"closeDialog"
@
submitForm=
"handleSubmit"
width=
"60%"
<dialogBox
submitForm=
"submitForm"
class=
"tableClass
dictionary
"
@
closeDialog=
"closeDialog"
@
submitForm=
"handleSubmit"
width=
"60%"
v-model=
"myValue"
:isMain=
"true"
title=
"字典信息"
>
<div
class=
"editDialogBox-box "
>
<el-form
:model=
"ruleForm"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
Please
register
or
sign in
to post a comment