当前位置: 首页> 健康> 知识 > 国内网店平台有哪些_dreamweaver绿色版下载_google搜索引擎优化_全网自媒体平台

国内网店平台有哪些_dreamweaver绿色版下载_google搜索引擎优化_全网自媒体平台

时间:2025/8/23 9:17:14来源:https://blog.csdn.net/grow_/article/details/142869959 浏览次数:0次
国内网店平台有哪些_dreamweaver绿色版下载_google搜索引擎优化_全网自媒体平台

代码

<template>  <el-table :data="tableData">  <el-table-column>  <template slot="header" slot-scope="scope">  <el-tooltip content="这是列的提示信息" placement="top">  <span>列标题</span>  </el-tooltip>  </template>  <template slot-scope="scope">  <!-- 列内容 -->  {{ scope.row.someProperty }}  </template>  </el-table-column>  <!-- 其他列 -->  </el-table>  
</template>  <script>  
export default {  data() {  return {  tableData: [  // ... 数据  ]  };  }  
};  
</script>

使用原因:el-table中标题内容过长,设置隐藏,并鼠标悬停可以显示内容

用到知识点:html中的title和css的样式

关键代码:

css设置 

/deep/ .el-table th.el-table__cell > .cell {border: 1px solid red;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;
}

html

 <el-table-columnprop="product":label="$t('projectMgr.table.product')"align="center"><template slot="header" slot-scope="scope"><el-tooltip:content="$t('projectMgr.table.product')"placement="top"><span>{{ $t('projectMgr.table.product') }}</span></el-tooltip></template><template slot-scope="scope"><el-tagv-if="scope.row.isProductFamilyManagementEnabled === 1"type="success">{{ $t('projectMgr.duoPro') }}</el-tag><el-tag v-else>{{ $t('projectMgr.danPro') }}</el-tag></template></el-table-column>

关键字:国内网店平台有哪些_dreamweaver绿色版下载_google搜索引擎优化_全网自媒体平台

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: