注册修复下拉框

This commit is contained in:
luyuan 2020-11-03 16:56:30 +08:00
parent 07d5ee35fc
commit 2d13a4500a
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

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;
}