Vue封装的毛玻璃背景墙效果组件效果代码<!--背景墙--> <template> <div class="user-info"> <img :src="head_img" class="blur"> <!--用户头像--> <div cl...
必须给表格 <table>或行 <tr>或单元格 <td>定义高度用作参照系。如果高度小于右边单元格内容的高度则自动扩展。参考:http://bbs.suda123.com/archiver/webbiancheng/thread-116622-1.html
有时候需要实现一些复杂的报表,用合并单元格的方式实现比较复杂,可以使用嵌套表格的方式实现。效果代码<template> <div class="comp-dfs-table"> <table cellspacing="0" cellpadding="0"> <tr v...
CSS禁止选中 -moz-user-select:none; /*火狐*/ -webkit-user-select:none; /*webkit浏览器*/ -ms-user-select:none; /*IE10*/ -khtml-user-select:none; /*早期浏览器*/ user-select:none;