vue样式只本页面生效 scoped
<style lang="less" scoped> /deep/ .ant-modal-content{ height: 500; } /deep/ .ant-table-wrapper{ overflow: auto; white-space: nowrap; } /deep/ .ant-modal-body { overflow-y: scroll; height: 500px; padding-bottom: 0; } </style>
注意:
加上scoped后有可能会导致选择器选不中的情况,需要加上/deep/