赞
踩
如:
改为:
在当前.vue文件下加入如下css即可:
- ::v-deep {
- .el-cascader {
- width: 100%;
- .el-input__wrapper {
- padding: 0;
- box-shadow: none;
- background-color: transparent;
- .el-input__inner {
- -webkit-text-fill-color: inherit;
- color: inherit;
- cursor: text;
- }
- .el-input__suffix {
- display: none;
- }
- }
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。