<style type="text/css">
        /*解决ztree和SharePoint样式冲突问题*/
        .ztree li a
        {
            display: inline-block !important;
            padding: 1px 3px 0 0 !important;
            height: 18px !important;
        }
        
        .ztree li ul
        {
            margin: 0 !important;
            padding: 0 0 0 18px !important;
        }
        /*解决tree和SharePoint样式冲突问题*/
         /*解决Easy-UI menu 样式和SharePoint样式冲突问题*/
        #s4-leftpanel-content .menu, .s4-lp .menu
        {
            background-color: inherit;
            border-color: inherit;
            color: inherit;
            position: inherit;
            margin: inherit;
            padding: inherit;
            border-width: inherit;
            border-style: inherit;
            overflow: inherit;
        }/*解决Easy-UI menu 样式和SharePoint样式冲突问题*/
    </style>

 

相关文章:

  • 2022-12-23
  • 2022-01-29
  • 2022-01-12
  • 2023-03-20
  • 2022-02-19
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2021-08-13
  • 2021-12-29
  • 2021-11-28
  • 2021-09-21
  • 2021-05-06
  • 2021-10-19
相关资源
相似解决方案