|
@@ -276,6 +276,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: calc(70vh);
|
|
height: calc(70vh);
|
|
}
|
|
}
|
|
|
|
+
|
|
.bSelectDiv /deep/ .el-select .el-input__inner {
|
|
.bSelectDiv /deep/ .el-select .el-input__inner {
|
|
background: transparent;
|
|
background: transparent;
|
|
color: white;
|
|
color: white;
|
|
@@ -285,7 +286,7 @@ export default {
|
|
position: relative;
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 45%;
|
|
|
|
|
|
+ width: 90px;
|
|
}
|
|
}
|
|
.bSelectDiv /deep/ .el-select .el-input__icon {
|
|
.bSelectDiv /deep/ .el-select .el-input__icon {
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -300,11 +301,12 @@ export default {
|
|
background: #061f3e;
|
|
background: #061f3e;
|
|
}
|
|
}
|
|
|
|
|
|
-.el-select {
|
|
|
|
|
|
+.bSelectDiv /deep/ .el-select {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
position: relative;
|
|
position: relative;
|
|
top: 8px;
|
|
top: 8px;
|
|
left: 15px;
|
|
left: 15px;
|
|
|
|
+ width: 90px;
|
|
}
|
|
}
|
|
|
|
|
|
</style>
|
|
</style>
|