赞
踩
- <style lang="less">
- //提示信息样式
- .right .el-input__inner::placeholder {
- color: #fff;
- font-size: 15px;
- text-align: center;
- }
- //各种边框线隐藏
- .right .el-select {
- --el-select-input-focus-border-color: none !important;
- }
- .right .el-input__wrapper {
- box-shadow: none !important;
- }
- #bg .el-select .el-input.is-focus .el-input__wrapper {
- box-shadow: none !important;
- }
- .right .el-select .el-input__wrapper.is-focus {
- box-shadow: none !important;
- }
- .right .el-select:hover:not(.el-select--disabled) .el-input__wrapper {
- box-shadow: none !important;
- }
- </style>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。