How to change the color of element-ui 's el-tooltip arrow by css

.el-tooltip__popper.is-dark {
    background: blue;
    color: -sharpfff;
}

el-tooltip
popper__arrow,




Arrowhead Black outline

Mar.12,2021

.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
    border-top-color: blue;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
    border-top-color: blue;
}

should be this class:popper__arrow


Hello, I'd like to ask you how the background color is blue. It doesn't work when I write it like this
clipboard.png


zbc, is awesome

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37484-2adc5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37484-2adc5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?