<template> <div class="historyMsg"> </div> </template> <script setup> </script> <style lang="less" scoped> .historyMsg{ width: 100%; } </style>