注册修复下拉框

This commit is contained in:
2020-11-03 16:56:30 +08:00
parent 07d5ee35fc
commit 2d13a4500a

View File

@@ -483,7 +483,7 @@ export default defineComponent({
position: relative;
z-index: 999;
}
.getcode {
::v-deep(.getcode) {
font-size: 15px;
color: #08ae98;
width: 313px;
@@ -491,6 +491,9 @@ export default defineComponent({
line-height: 30px;
cursor: pointer;
}
::v-deep(.ant-select-selection){
background-color: unset;
}
.orginfo {
margin-top: 178px;
}