1.页面
<el-col :span="16">
  <div class="information-title">
    这是文字,鼠标可以悬停的文字
  </div>
</el-col>
2.css样式
.information-title {
  color: #19d3ea;
  font-size: 18px;
  cursor: pointer;  /*鼠标悬停变小手*/
  width: 100%;
}

与html页面原理相同,写在css样式里统一控制(这是写在css样式里的方法)

   只是简单的理解,若有错误还望谅解指正!

Logo

前往低代码交流专区

更多推荐