【VUE】el-descriptions 描述列表

19,720次阅读
没有评论

共计 758 个字符,预计需要花费 2 分钟才能阅读完成。

【VUE】el-descriptions 描述列表

Descriptions 描述列表

列表形式展示多个字段。


    kooriookami
    18100000000
     苏州市 
    
       学校 
    
     江苏省苏州市吴中区吴中大道 1188 号 

1. 无数据时显示缺省符号,如无数据时显示 - 

【VUE】el-descriptions 描述列表

添加 sass 样式

// 描述列表无数据时显示 '-'
.el-descriptions
	.el-descriptions__body
	.el-descriptions-item__content:empty::after,
.el-descriptions
	.el-descriptions__body
	.el-descriptions-item__content
	> div:empty::after,
.el-descriptions
	.el-descriptions__body
	.el-descriptions-item__content
	> div
	> div:empty::after,
.el-descriptions
	.el-descriptions__body
	.el-descriptions-item__content
	.approval:empty::after,
.el-descriptions
	.el-descriptions__body
	.el-descriptions-item__content
	div:empty::after,
.el-descriptions
	.el-descriptions__body
	.el-descriptions-item__content
	.line-limit-length:empty::after {content: '-';}

2. 不占满一行显示

【VUE】el-descriptions 描述列表

				
					
						
						数据 1
					

					
						
						数据 2
					
				
                // 占半行的字段
				
						
						数据 3
					
				

 给占一半的字段单独放一个 el-descriptions 内

原文地址: 【VUE】el-descriptions 描述列表

    正文完
     0
    Yojack
    版权声明:本篇文章由 Yojack 于2024-09-28发表,共计758字。
    转载说明:
    1 本网站名称:优杰开发笔记
    2 本站永久网址:https://yojack.cn
    3 本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
    4 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
    5 本站所有内容均可转载及分享, 但请注明出处
    6 我们始终尊重原创作者的版权,所有文章在发布时,均尽可能注明出处与作者。
    7 站长邮箱:laylwenl@gmail.com
    评论(没有评论)