赞
踩
- 去除边框
- /deep/ .el-select .el-input__wrapper {
- box-shadow: none!important;
- }
-
- 去除选中时蓝色边框(下面两个都要加上)
- /deep/.el-input .el-input__wrapper.is-focus{
- box-shadow: none!important;
- }
- /deep/ .el-select .el-input.is-focus .el-input__wrapper {
- border-color: #DCDFE6 !important;
- box-shadow: none!important;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。