xbx #115

Merged
theluyuan merged 5 commits from xbx into master 2020-11-03 08:57:46 +00:00
Showing only changes of commit 2d13a4500a - Show all commits

View File

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