摘要:
在全局设置一个类名 ,谁用谁加这个类名 .specialScrollBar{ // /滚动条样式/ ::-webkit-scrollbar {///滚动条整体样式/ width: 100%; ///高宽分别对应横竖滚动条的尺寸/ height: 10px; } ::-webkit-scrollbar 阅读全文
摘要:
只能加在全局 <style lang="css"> .el-tooltip__popper{ max-width:50% } </style> 阅读全文