2023.07-12 使用/deep/或者::v-deep无法改变插件内置样式?请把需要改变的样式放到全局css中,注意要用一个类名包裹起来
如题。
2024-06-25 更新:
.codeBox /deep/ .el-input-group__append { padding: 0 !important; }
用一个类名包住,然后用deep控制
如题。
2024-06-25 更新:
.codeBox /deep/ .el-input-group__append { padding: 0 !important; }
用一个类名包住,然后用deep控制