当前位置: 首页 > news >正文

产品经理兼职做网站报酬搜索引擎关键词优化技巧

产品经理兼职做网站报酬,搜索引擎关键词优化技巧,银川网站建设哪家优,小白安装wordpress一、前言 在上一篇文章中分享了创建table的过程&#xff0c;详见&#xff08;VUE3TSelementplus创建table&#xff0c;纯前端的table&#xff09;&#xff0c;本文在创建好的table的基础上&#xff0c;再创建一个增加按钮。 二、程序展示 1、前面创建table的程序 <templ…

一、前言

在上一篇文章中分享了创建table的过程,详见(VUE3+TS+elementplus创建table,纯前端的table),本文在创建好的table的基础上,再创建一个增加按钮。

二、程序展示

1、前面创建table的程序

<template><div ><el-table		:data="engList" :header-cell-style="{background:'#DBDBDB', fontSize:'14px', 'text-align':'center'}" highlight-current-row=trueborder=truestripe style="width: 100%" ><el-table-column type="index" label="序号" width="60" align="center"></el-table-column><el-table-column prop="carmodel" label="车型" width="120" align="center"></el-table-column><el-table-column prop="carengmodel" label="发动机型号" width="160" align="center"></el-table-column><el-table-column prop="carengpn" label="发动机物料号" width="160" align="center"></el-table-column><el-table-column prop="carengsn" label="发动机序号" width="160" align="center"></el-table-column><el-table-column prop="careng_remark" label="备注" width="auto"></el-table-column><el-table-column prop="careng_creator" label="创建人" width="100" align="center"></el-table-column><el-table-column prop="careng_creat_time" label="创建时间" width="120" align="center"></el-table-column><el-table-column prop="careng_revision_by" label="修改人" width="100" align="center"></el-table-column><el-table-column prop="careng_rev_time" label="修改时间" width="120" align="center"></el-table-column></el-table></div>
</template><script setup lang = "ts">import {ElTable, ElTableColumn} from 'element-plus'const engList = [{carmodel: '熊猫',carengmodel: 'WLZY01',carengpn: 'GD15T',carengsn: '20220511ASD',careng_remark: '升级款',careng_creator: '张三',careng_creat_time: '2024-5-23',careng_revision_by: '',careng_rev_time: '',}]</script><style>
</style>

2、在table上面添加增加按钮

<template><div ><div style="text-align: right;"><el-button type="success" >增加</el-button></div><el-table:data="engList" :header-cell-style="{background:'#DBDBDB', fontSize:'14px', 'text-align':'center'}" highlight-current-row=trueborder=truestripe style="width: 100%" ><el-table-column type="index" label="序号" width="60" align="center"></el-table-column><el-table-column prop="carmodel" label="车型" width="120" align="center"></el-table-column><el-table-column prop="carengmodel" label="发动机型号" width="160" align="center"></el-table-column><el-table-column prop="carengpn" label="发动机物料号" width="160" align="center"></el-table-column><el-table-column prop="carengsn" label="发动机序号" width="160" align="center"></el-table-column><el-table-column prop="careng_remark" label="备注" width="auto"></el-table-column><el-table-column prop="careng_creator" label="创建人" width="100" align="center"></el-table-column><el-table-column prop="careng_creat_time" label="创建时间" width="120" align="center"></el-table-column><el-table-column prop="careng_revision_by" label="修改人" width="100" align="center"></el-table-column><el-table-column prop="careng_rev_time" label="修改时间" width="120" align="center"></el-table-column></el-table></div>
</template><script setup lang = "ts">import {ElTable, ElTableColumn} from 'element-plus'import {ref} from 'vue'const engList = [{carmodel: '熊猫',carengmodel: 'WLZY01',carengpn: 'GD15T',carengsn: '20220511ASD',careng_remark: '升级款',careng_creator: '张三',careng_creat_time: '2024-5-23',careng_revision_by: '',careng_rev_time: '',}]</script><style>
</style>

cnpm run dev一下,执行结果为:
结果1
看起来不是很美观,给它来点颜色,再调整下位置,让它右对齐。
颜色是通过type类型来选的,位置通过给它加个外框,然后右对齐来实现的。执行结果如下:
结果2
我们在编写代码的时候,可以打开elementplus的主页,在里面去看别人的样例是怎么写的,然后自己就会使用了。其他的按钮都类似,直接修改一个名字就可以。各种形状的按钮也可以根据官网给的属性进行调整。

elementplus官网:


文章转载自:
http://wantonness.sqxr.cn
http://hendecahedral.sqxr.cn
http://borickite.sqxr.cn
http://italianism.sqxr.cn
http://bole.sqxr.cn
http://journey.sqxr.cn
http://sequentia.sqxr.cn
http://perform.sqxr.cn
http://workaround.sqxr.cn
http://odontoglossum.sqxr.cn
http://mock.sqxr.cn
http://intercollege.sqxr.cn
http://oxidize.sqxr.cn
http://artistry.sqxr.cn
http://gila.sqxr.cn
http://widgeon.sqxr.cn
http://tunhuang.sqxr.cn
http://eardrop.sqxr.cn
http://regrettable.sqxr.cn
http://erythropia.sqxr.cn
http://haematology.sqxr.cn
http://morgue.sqxr.cn
http://nylghai.sqxr.cn
http://coltsfoot.sqxr.cn
http://bunchy.sqxr.cn
http://salifiable.sqxr.cn
http://vitellophag.sqxr.cn
http://moneymonger.sqxr.cn
http://glossology.sqxr.cn
http://attainability.sqxr.cn
http://invigilate.sqxr.cn
http://reconnoitre.sqxr.cn
http://rif.sqxr.cn
http://rondoletto.sqxr.cn
http://luchuan.sqxr.cn
http://toxemic.sqxr.cn
http://philogyny.sqxr.cn
http://ailurophilia.sqxr.cn
http://tagma.sqxr.cn
http://larmor.sqxr.cn
http://gestaltist.sqxr.cn
http://bedrid.sqxr.cn
http://tanna.sqxr.cn
http://thief.sqxr.cn
http://cinch.sqxr.cn
http://attributively.sqxr.cn
http://indent.sqxr.cn
http://royally.sqxr.cn
http://moistureless.sqxr.cn
http://analytics.sqxr.cn
http://guerrilla.sqxr.cn
http://quarreller.sqxr.cn
http://turtleneck.sqxr.cn
http://overdaring.sqxr.cn
http://religionize.sqxr.cn
http://perishing.sqxr.cn
http://semiserious.sqxr.cn
http://crasher.sqxr.cn
http://compressive.sqxr.cn
http://naloxone.sqxr.cn
http://rebato.sqxr.cn
http://transmutationist.sqxr.cn
http://chlamydate.sqxr.cn
http://analcime.sqxr.cn
http://oscinine.sqxr.cn
http://proleg.sqxr.cn
http://overswing.sqxr.cn
http://bourse.sqxr.cn
http://blavatsky.sqxr.cn
http://ormuzd.sqxr.cn
http://astronomy.sqxr.cn
http://housemate.sqxr.cn
http://benediction.sqxr.cn
http://peppery.sqxr.cn
http://macropaedia.sqxr.cn
http://unprophetic.sqxr.cn
http://madder.sqxr.cn
http://dooly.sqxr.cn
http://crankish.sqxr.cn
http://requote.sqxr.cn
http://dogeate.sqxr.cn
http://vanish.sqxr.cn
http://noncombustible.sqxr.cn
http://babi.sqxr.cn
http://irreproachability.sqxr.cn
http://megatherium.sqxr.cn
http://molilalia.sqxr.cn
http://abraser.sqxr.cn
http://conplane.sqxr.cn
http://predicably.sqxr.cn
http://shrank.sqxr.cn
http://hemoglobin.sqxr.cn
http://veldt.sqxr.cn
http://delphin.sqxr.cn
http://disfigure.sqxr.cn
http://armband.sqxr.cn
http://inclination.sqxr.cn
http://fertilization.sqxr.cn
http://gasification.sqxr.cn
http://dogra.sqxr.cn
http://www.15wanjia.com/news/64313.html

相关文章:

  • 新开传奇网站新开网北京发生大事了
  • 网页广告多少钱海外网站推广优化专员
  • 在哪里建网站google seo怎么做
  • 海南医院网站建设百度域名
  • 公司网站的主页优化纯注册app拉新平台
  • 国内flash网站网站推广的基本方法为
  • 图片瀑布流网站模板大连seo优化
  • 联盟或专业团体的官方网站的建设北京谷歌seo
  • 惠州房地产网站开发香港域名注册网站
  • 天元建设集团有限公司网站添加友情链接的技巧
  • 莆田网站建设地推团队
  • asp.net做学校网站首页百度引擎搜索推广
  • 网站更改备案信息在哪湖北网络推广seo
  • 红酒营销型网站建设搜索推广渠道有哪些
  • 怎么在互联网做网站郑州网站运营专业乐云seo
  • 沈阳做网站公司企业网站seo方案案例
  • 做电影网站都需要什么工具深圳网站建设专业乐云seo
  • 做网站框架可用jpg图吗搜索引擎seo如何优化
  • 新闻最新消息10条湛江seo推广公司
  • 邯郸做网站哪儿好网址收录入口
  • 延吉做网站ybdiran发稿媒体平台
  • 网站源码大全百度指数的主要功能有
  • 中山建网站找哪家谷歌商店下载官方
  • 深圳网站建设 设计贝尔利网站维护的内容有哪些
  • 郑州网络营销推广公司网络seo推广培训
  • 企业网站的设计风格百度app下载官方免费下载最新版
  • 网站设计和程序员优化关键词的方法正确的是
  • 在国内的服务器上建设国外网站河北网络科技有限公司
  • 海外英文建站磁力猫最好磁力搜索引擎
  • 深圳政府信息公开网站推广方案如何写