|
@@ -273,6 +273,7 @@ export default {
|
|
|
}
|
|
|
.outOptionLine {
|
|
|
margin: 20px 0 0 0;
|
|
|
+ background-color: #e5e5e5;
|
|
|
}
|
|
|
.innerDrawer {
|
|
|
.submitTitle {
|
|
@@ -317,19 +318,22 @@ export default {
|
|
|
line-height: 40px;
|
|
|
color: rgba(#666, 0.9);
|
|
|
padding: 0 17px;
|
|
|
- background-color: #f9f9f9;
|
|
|
+ overflow: hidden;
|
|
|
+ // background-color: #f9f9f9;
|
|
|
cursor: pointer;
|
|
|
margin-bottom: 10px;
|
|
|
position: relative;
|
|
|
- border-radius: 2px;
|
|
|
+ border-radius: 4px;
|
|
|
&:hover {
|
|
|
+ background-color: transparent;
|
|
|
color: var(--color-primary);
|
|
|
+ font-weight: 600;
|
|
|
&::after {
|
|
|
content: "";
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-color: var(--color-primary);
|
|
|
- opacity: 0.1;
|
|
|
+ opacity: 0.05;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
@@ -381,12 +385,13 @@ export default {
|
|
|
/deep/.el-dialog__header {
|
|
|
background-color: #fff;
|
|
|
padding-top: 15px;
|
|
|
+ padding-bottom: 0;
|
|
|
.el-dialog__headerbtn {
|
|
|
top:28px;
|
|
|
.el-icon {
|
|
|
color: #999;
|
|
|
font-size: 20px;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
}
|