01c06cd7 by xiaomiao

弹框样式调整

1 parent 22344843
......@@ -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;
}
}
}
......@@ -630,13 +653,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;
}
}
......
<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">
......