您的位置:首页 > 游戏 > 游戏 > 网页设计流程与步骤_微信里的小程序怎么开店_网络营销的种类_海外推广营销系统

网页设计流程与步骤_微信里的小程序怎么开店_网络营销的种类_海外推广营销系统

2024/10/5 17:25:00 来源:https://blog.csdn.net/weixin_42414634/article/details/142517888  浏览:    关键词:网页设计流程与步骤_微信里的小程序怎么开店_网络营销的种类_海外推广营销系统
网页设计流程与步骤_微信里的小程序怎么开店_网络营销的种类_海外推广营销系统
<el-table 
ref="table" 
class="dataTable" 
:data="detailList"  
:header-cell-style="tableHeaderColor" 
:row-class-name="tableRowClassName"
highlight-current-row><el-table-column label="序号" align="center" min-width="40px"><template slot-scope="scope">{{ scope.$index + 1 }}</template></el-table-column><el-table-column prop="sum" label="总金额" min-width="80px"><template slot-scope="scope">{{ scope.row.money}}元</template></el-table-column>
</el-table>methods:{tableRowClassName({ rowIndex }) {if (rowIndex % 2 === 0) {return "striped-row";}return "";},tableHeaderColor() {return { background: "#4D76FF  !important", color: "#FFFFFF  !important", border: 0, fontSize: "14px" };},
}<style>
/deep/ .el-table .striped-row {background-color: #f7f9ff !important;
}
</style>

 

想给列加单位:<template slot-scope="scope">{{ scope.row.money}}</template>

想给表头加样式::header-cell-style="tableHeaderColor"

想给table加斑马纹::row-class-name="tableRowClassName"

版权声明:

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

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