ElementUI date component

how to set the button at this moment can not display
clipboard.png


The

component adds an attribute popper-class= "picker-no-text" , which means to add a custom class picker-no-text
to the component and then write a css

.picker-no-text .el-picker-panel__link-btn {
    display: none
}
Menu