Authored by hongyong.zhao

去掉输入框聚焦border

... ... @@ -673,4 +673,7 @@ export default {
border-top-left-radius: 15px !important;
border-top-right-radius: 15px !important;
}
.cube-input_active::after {
border-color: transparent!important; ;
}
</style>
... ...