|
@@ -325,7 +325,7 @@ export default {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.leftBox, .rightBox {
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
+ border: 1px solid #a9a9a9;
|
|
|
padding: 20px 20px;
|
|
|
}
|
|
|
.itemLabel {
|
|
@@ -352,15 +352,16 @@ export default {
|
|
|
display: inline-block;
|
|
|
height: 32px;
|
|
|
line-height: 32px;
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
- margin: 9px 0 0 0;
|
|
|
+ border: 1px solid #a9a9a9;
|
|
|
+ margin: 8px 0 0 0;
|
|
|
}
|
|
|
|
|
|
.searchName {
|
|
|
text-align: center;
|
|
|
border-left: none;
|
|
|
cursor: pointer;
|
|
|
- padding: 0 14px;
|
|
|
+ padding: 0 12px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
.itemList {
|
|
|
position: absolute;
|
|
@@ -368,7 +369,7 @@ export default {
|
|
|
background: #fff;
|
|
|
width: 162px;
|
|
|
max-height: 150px;
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
+ border: 1px solid #a9a9a9;
|
|
|
left: 150px;
|
|
|
top: 42px;
|
|
|
z-index: 2;
|
|
@@ -406,14 +407,14 @@ export default {
|
|
|
width: 80px;
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
+ border: 1px solid #a9a9a9;
|
|
|
text-align: center;
|
|
|
right: 100px;
|
|
|
}
|
|
|
}
|
|
|
.confirmRealation {
|
|
|
.cancelButton{
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
+ border: 1px solid #a9a9a9;
|
|
|
span {
|
|
|
color: #606266;
|
|
|
}
|