随笔分类 -  前端

css中heigh、min-height和max-height的使用
摘要:1、min-height和height同时使用,谁大听谁的 2、max-height和height同时使用,虽小听谁的 3、height、min-heigth和max-height同时使用,分为以下情况 height > max-height > min-height 元素高度:max-height 阅读全文

posted @ 2019-12-29 12:41 XilongC 阅读(2070) 评论(0) 推荐(0)

Vue.js中Element UI下组件el-tabs的拖拽效果
摘要:为了实现el-tabs标签页下的el-tab-pane拖拽效果,可以使用第三方插件sortable进行实现,github 地址:https://github.com/SortableJS/Sortable 方法如下: 1、npm安装sortable.js 2、在<script>下导入 3、代码如下 阅读全文

posted @ 2019-07-07 14:31 XilongC 阅读(4087) 评论(0) 推荐(0)

导航