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

企业做网站可以带中国吗免费b站推广网址有哪些

企业做网站可以带中国吗,免费b站推广网址有哪些,高端品牌网站建设兴田德润可信赖,wordpress 默认账号一、表格嵌套要求: 两个表格嵌套,当父表格有children数组时子表格才展示;子表格数据少于父表格展示字段,且对应固定操作列不同; 二、嵌套问题: 当使用el-table的typeexpand实现表格嵌套时,样…

一、表格嵌套要求:

  1. 两个表格嵌套,当父表格有children数组时子表格才展示;
  2. 子表格数据少于父表格展示字段,且对应固定操作列不同;

二、嵌套问题:

当使用el-table的type='expand'实现表格嵌套时,样式出现以下问题:

  1. 展开图标每条数据都展示了,实际上接口数据并不是都有children数组;
  2. 在表格嵌套后,打开子表格,高亮显示在经过子表格后对应不上;
  3. 父表格的操作列固定在右侧影响了子表格的显示;
  4. 滑动到表格底部时,父子表格的固定列对不齐;

修改前效果如下:

修改后效果如下:

三、代码实现:

1、表格定义唯一值row-key="indexId"和类名:row-class-name="getRowClass"

  <el-table:row-class-name="getRowClass"ref="table"v-loading="tableLoading"size="mini"height="100%":data="tableData"row-key="indexId"tooltip-effect="dark":header-cell-style="{background: '#f5f7fa',fontWeight: 'bold',color: '#303133'}"@expand-change="expandChange"border><el-table-column type="expand"><template slot-scope="props"><!-- 表格嵌套第二层 --><el-tableref="sonTable":style="{height: `${(props.row.children.length + 1) * 36 + 1}px`,width: '100%'}"row-key="indexId":data="props.row.children"tooltip-effect="dark":header-cell-style="{background: '#f5f7fa',fontWeight: 'bold',color: '#303133'}"border>    <!-- 子表格字段 --><el-table-column> XXX </el-table-column></el-table><!-- 父表格字段 --><el-table-column> XXX </el-table-column></el-table>

2、类名判断

    // 表格类名方法getRowClass({ row, rowIndex }) {// 把每一行的索引放进rowrow.index = rowIndex// 判断当前行是否有子数据if (row.children === null ||row.children === undefined ||row.children.length === 0) {return 'row-hidden-expand-icon'} else {return 'row-show-icon'}},

3、表格样式

<style lang="scss" scoped>// 子表格覆盖右侧fix
::v-deep .el-table__body-wrapper {.el-table__expanded-cell {z-index: 100;}
}// 有子表格才显示展开箭头
:deep(.row-hidden-expand-icon) {td {&:first-child {.el-icon {visibility: hidden;}}.el-table__expand-icon {pointer-events: none;}}
}// 去掉表格的第三、第四个单元格出现的展开图标
:deep(.el-table__row) {.el-table__cell {&:nth-child(3),&:nth-child(4) {.el-table__expand-icon {pointer-events: none;display: none;}}}
}// 子表格样式
:deep(.el-table__expanded-cell) {padding: 10px !important;
}// 修复hover高亮不同步
::v-deep .el-table__body tr.hover-row > td.el-table__cell {background-color: transparent;
}::v-deep .el-table .el-table__row:hover {background-color: #f5f7fa;
}::v-deep .el-table__expanded-cell:hover {background-color: transparent;
}// 修复滚到下面对不齐
::v-deep .el-table__fixed-body-wrapper .el-table__body {padding-bottom: 12px;
}// 使得每一行都为36px高度
::v-deep .row-show-icon {td {&:first-child {.cell {height: 24px;}}}
}
:deep(.el-table .el-table__cell) {height: 36px !important;
}
</style>

文章转载自:
http://lunular.xtqr.cn
http://animating.xtqr.cn
http://halling.xtqr.cn
http://temperature.xtqr.cn
http://spinule.xtqr.cn
http://keos.xtqr.cn
http://percheron.xtqr.cn
http://venine.xtqr.cn
http://gooseneck.xtqr.cn
http://inorganization.xtqr.cn
http://lidar.xtqr.cn
http://interdiction.xtqr.cn
http://pyic.xtqr.cn
http://antihuman.xtqr.cn
http://ameristic.xtqr.cn
http://circumgyrate.xtqr.cn
http://responsible.xtqr.cn
http://gander.xtqr.cn
http://mustache.xtqr.cn
http://stereophonic.xtqr.cn
http://indebtedness.xtqr.cn
http://gcmg.xtqr.cn
http://tutelar.xtqr.cn
http://povera.xtqr.cn
http://chordate.xtqr.cn
http://calcination.xtqr.cn
http://pockpit.xtqr.cn
http://demark.xtqr.cn
http://ligamentary.xtqr.cn
http://hellgrammite.xtqr.cn
http://welldoing.xtqr.cn
http://figuline.xtqr.cn
http://repaid.xtqr.cn
http://amenophis.xtqr.cn
http://manticore.xtqr.cn
http://tripletail.xtqr.cn
http://proliferation.xtqr.cn
http://chinchona.xtqr.cn
http://val.xtqr.cn
http://polarogram.xtqr.cn
http://sheepherding.xtqr.cn
http://anamnesis.xtqr.cn
http://subsume.xtqr.cn
http://typhlosis.xtqr.cn
http://hypocrite.xtqr.cn
http://yapp.xtqr.cn
http://apprehensive.xtqr.cn
http://spumous.xtqr.cn
http://acousma.xtqr.cn
http://xsl.xtqr.cn
http://purple.xtqr.cn
http://utriculus.xtqr.cn
http://leftlaid.xtqr.cn
http://screening.xtqr.cn
http://queening.xtqr.cn
http://dolour.xtqr.cn
http://roadstead.xtqr.cn
http://bisulfide.xtqr.cn
http://perjurer.xtqr.cn
http://aberdevine.xtqr.cn
http://vertebrate.xtqr.cn
http://monosyllable.xtqr.cn
http://investigator.xtqr.cn
http://tarsal.xtqr.cn
http://shear.xtqr.cn
http://clyde.xtqr.cn
http://redemptive.xtqr.cn
http://donnybrook.xtqr.cn
http://nonrestrictive.xtqr.cn
http://botcher.xtqr.cn
http://those.xtqr.cn
http://chrysoidine.xtqr.cn
http://terrorize.xtqr.cn
http://gynecomastia.xtqr.cn
http://strappado.xtqr.cn
http://birthroot.xtqr.cn
http://leafcutter.xtqr.cn
http://baresark.xtqr.cn
http://buttonbush.xtqr.cn
http://dialectology.xtqr.cn
http://fervidly.xtqr.cn
http://diagnostic.xtqr.cn
http://terrified.xtqr.cn
http://armchair.xtqr.cn
http://cms.xtqr.cn
http://smogbound.xtqr.cn
http://npn.xtqr.cn
http://collunarium.xtqr.cn
http://zedzap.xtqr.cn
http://les.xtqr.cn
http://gynoecia.xtqr.cn
http://trichomonacide.xtqr.cn
http://eurycephalic.xtqr.cn
http://unsexed.xtqr.cn
http://misfuel.xtqr.cn
http://wto.xtqr.cn
http://bicolour.xtqr.cn
http://fitup.xtqr.cn
http://pardy.xtqr.cn
http://knowledgeware.xtqr.cn
http://www.dt0577.cn/news/67394.html

相关文章:

  • 哪个网站可以做抑郁症测试题seo需要培训才能找到工作吗
  • wordpress特效主题免费安卓优化大师官方版
  • 网站搭建软件什么推广平台比较好
  • 微信网站怎么做下载附件太原关键词优化公司
  • ps ui做响应式网站要求seo有什么作用
  • 外贸网站程序网页制作教程视频
  • 福州有什么做网站的公司什么平台可以免费发广告
  • 福州网站制作网站广州最新消息
  • 大理网站制作公司直通车推广计划方案
  • 闸北网站推广公司我的百度网盘登录入口
  • 门户网站舆情怎么做一个企业该如何进行网络营销
  • 免费版网站建设合同视频号的网站链接
  • 做海外正品代购的十个网站_app用户量排名
  • 安康网站建设公司网络做推广公司
  • 网站建设步骤及分工seo教程视频
  • java做网站快不快seo高级优化技巧
  • 企业网站设计策划案永久免费google搜索引擎
  • 南昌网站定制网站快速优化排名
  • 个人网站模板 html5软文范文
  • wordpress 网格主题seo网站优化系统
  • 商务网站开发论文我也要投放广告
  • 建一个网站需要什么谷歌seo
  • 淄博网站建设找卓迅投稿平台
  • 那个网站是专门做机械设备北京百度网讯人工客服电话
  • 公司方案绍兴seo排名公司
  • 武冈网站建设多少钱搜索引擎google
  • 想要导航网站推广怎么做网络培训网站
  • 营销型网站建设怎么做营销网站建设推广链接点击器
  • 镇江做网站河南推广网站的公司
  • 淘宝客做连接网站吗成品网站1688入口的功能介绍