资讯正文

vue中使用TradingView --10 自定义左上角legend样式

特斯比特2021年11月23日
820

左上角legend样式自定义

.pane-legend-line {
    display: inline;
    cursor: default;
    pointer-events: none !important;
    font-size: 11px !important;
}

.pane-legend-line span {
    color: #fff;
}

.pane-legend-line.pane-legend-wrap.study > .pane-legend-line {
    font-size: 11px !important;
    color: #fff !important;
}

.pane-legend-icon-container{
    display: none !important;
}

.pane-legend-line>.main{
    display: none !important;
}

.pane-legend .pane-legend-minbtn{
    display: none;
}

修改自定义样式一定要记得应用修改后的css文件

声明

本文内容不代表斑马投诉网站观点,内容仅供参考,不构成投资建议。

投资有风险,选择需谨慎!如涉及内容、版权等问题,请联系我们,我们会在第一时间作出调整!