2020年5月21日

react-orgchart 制作组织架构图

摘要: 一、使用前的准备 $ npm install jquery $ npm install expose-loader $ npm install orgchart $ npm install font-awesome 二、对应js页面demo import React, { Component } f 阅读全文

posted @ 2020-05-21 17:50 秃了头也不退休 阅读(2776) 评论(1) 推荐(0)

文本溢出的处理方案

摘要: 1.单行文本溢出 css方案 overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 2.多行文本溢出 word-break: break-all; display: -webkit-box; -webkit-box-orient 阅读全文

posted @ 2020-05-21 17:40 秃了头也不退休 阅读(590) 评论(0) 推荐(0)

导航