码迷,mamicode.com
首页 >  
搜索关键字:maxheight    ( 68个结果
Ext.data.Tree 数据对象与节点的点击事件
1. treeStore的C#类对象 public class ExtTreeNode { string id; string text; string icon; string url; bool leaf; bool expanded; List<ExtTreeNode> children = ...
分类:其他好文   时间:2020-06-22 14:54:06    阅读次数:73
缩略图含裁剪文件
/** * Function createThumb * 生成缩略图 * @param $srcImg string 源图地址 * @param $maxWidth int 缩略图最大宽度 * @param $maxHeight int 缩略图最大高度 */ function createThumb ...
分类:其他好文   时间:2020-06-10 19:12:43    阅读次数:52
js,jquery缩小加载的图片202005131907
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head ...
分类:Web程序   时间:2020-05-13 20:16:50    阅读次数:77
flutter Container()最小宽度 最小高度
Container设置最大宽度、最大高度、最小宽度、最小高度方式: ...
分类:其他好文   时间:2020-05-12 13:32:20    阅读次数:203
Android View 的测量流程详解
概述 上一篇 Android DecorView 与 Activity 绑定原理分析 分析了在调用 setContentView 之后,DecorView 是如何与 activity 关联在一起的,最后讲到了 ViewRootImpl 开始绘制的逻辑。本文接着上篇,继续往下讲,开始分析 view 的 ...
分类:移动开发   时间:2019-12-01 00:13:20    阅读次数:97
Avue前端控件大全和表格属性
// 表格属性// width: “100%”,//表格宽度// calcHeight: “auto”,//表格高度差(主要用于减去其他部分让表格高度自适应)// height: “auto”,//表格高度// maxHeight: “auto”,//表格最大高度// border: true,// ...
分类:其他好文   时间:2019-11-16 17:48:48    阅读次数:2125
electron仿制qq(2) 主界面制作
制作从头开始 最后会将写好的组件放到一起的!之前写了好几天的纯css 有点累 本章中将使用sass 如果代码太长 会分两个或多个章节写代码中会有详细的注释 以便于大家阅读and理解界面可能会有部分偏差 比较是仿制的 官方界面尺寸 默认宽度: 280px (大约 我之前拉伸过 被记录了 所以没法准确的 ...
分类:其他好文   时间:2019-11-09 12:08:11    阅读次数:105
饿了么表格二次封装具名插槽append的分装实现
1)在封装组件中使用table具名插槽,并自定义具名插槽,对外开发使用:commonTable <script> export default { props: { tableData: { type: Array, default: () => {} }, maxHeight: { type: N ...
分类:移动开发   时间:2019-11-04 17:40:27    阅读次数:159
Resizable(调整大小)组件
一、class加载方式 <div id="pop" class="easyui-resizable" data-options="maxWidth:400, maxHeight:400" style="width: 100px;height: 100px;background-color: powd ...
分类:其他好文   时间:2019-08-31 01:14:47    阅读次数:544
layui table中使用checkbox
第一步: 1. 2.渲染表格 第二步,获取表格中的数据 table.render({ elem: '#js_table_reource_invite_supplier_index_table', data:[], cellMinWidth: 80, maxHeight:300, loading: t ...
分类:其他好文   时间:2018-12-19 15:48:04    阅读次数:745
68条   1 2 3 4 ... 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!