注册修复下拉框
This commit is contained in:
parent
07d5ee35fc
commit
2d13a4500a
@ -483,7 +483,7 @@ export default defineComponent({
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.getcode {
|
::v-deep(.getcode) {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
width: 313px;
|
width: 313px;
|
||||||
@ -491,6 +491,9 @@ export default defineComponent({
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
::v-deep(.ant-select-selection){
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
.orginfo {
|
.orginfo {
|
||||||
margin-top: 178px;
|
margin-top: 178px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user