|
@@ -1378,7 +1378,7 @@
|
|
|
<template #footer>
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="dialog.optgroup = false">取消</el-button>
|
|
|
- <el-button type="primary">
|
|
|
+ <el-button type="primary" class="custom-button">
|
|
|
确定
|
|
|
</el-button>
|
|
|
</div>
|
|
@@ -3529,7 +3529,7 @@ const adfhandleClick=(tab,event)=>{
|
|
|
justify-content: space-between;
|
|
|
padding: 5px 0px;
|
|
|
font-size: 20px;
|
|
|
- height: 40px !important;
|
|
|
+ height: 32px !important;
|
|
|
z-index: 99;;
|
|
|
// border-radius: 5px 5px 0px 0px;
|
|
|
// overflow: hidden;
|
|
@@ -3558,11 +3558,11 @@ const adfhandleClick=(tab,event)=>{
|
|
|
|
|
|
.footerTitle .span {
|
|
|
width: 150px;
|
|
|
- height: 40px;
|
|
|
+ height: 32px;
|
|
|
line-height: 40px;
|
|
|
cursor: default;
|
|
|
position: relative;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
color: #333333;
|
|
|
font-family: 'Source Sans-Regular';
|
|
|
}
|
|
@@ -3579,6 +3579,12 @@ const adfhandleClick=(tab,event)=>{
|
|
|
box-shadow:none;
|
|
|
}
|
|
|
|
|
|
+.custom-button{
|
|
|
+ color: #333333;
|
|
|
+ background-color: #DCEAFF;
|
|
|
+ border: 1px solid #2267B1 ;
|
|
|
+}
|
|
|
+
|
|
|
//没有子节点
|
|
|
</style>
|
|
|
<style>
|
|
@@ -3602,7 +3608,7 @@ const adfhandleClick=(tab,event)=>{
|
|
|
|
|
|
.el-tree .el-tree-node__children .custom-text {
|
|
|
font-family: 'Source Sans-Regular';
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
/* 这里设置为20px,你可以根据需求调整大小 */
|
|
|
color: rgba(51, 51, 51, 0.8);
|
|
|
|
|
@@ -3674,9 +3680,9 @@ color: #2267B1;
|
|
|
font-family: 'Source Sans-Regular';
|
|
|
flex: 1;
|
|
|
border-left: 1px solid #B3B3B3;
|
|
|
- font-size: 16px;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 32px;
|
|
|
+ /* line-height: 40px; */
|
|
|
width: 168px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -3809,6 +3815,6 @@ color: #2267B1;
|
|
|
|
|
|
}
|
|
|
.XFpdding{
|
|
|
- height: 400px;
|
|
|
+ height: 425px;
|
|
|
}
|
|
|
</style>
|