How to set the width of el-tooltip

how the el-tooltip, component of ele.me sets the width of the pop-up tips. Prompt messages need to be wrapped.

            <div class="title" >
              <el-tooltip v-bind:content="item.content" popper-class="tips" placement="bottom" effect="light">
                <a href=""> {{item.message}}</a>
              </el-tooltip>
            </div>      
Apr.05,2021

@ Dante Thank you!


   style 

Menu