摘要:
<repeat for="{{array}}" key="index" index="index" item="item"> <form report-submit="true" @submit="submit" @reset="reset"> <button form-type="submit" 阅读全文
摘要:
<!-- 资金明细 --> <style lang="less"> .container { height: 100%; .dis_flex { display: flex; flex-direction: row; justify-content: space-between; align-ite 阅读全文
摘要:
vue——解决“You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ig 阅读全文
摘要:
<!--pages/index2/index2.wxml--> <scroll-view scroll-y="true" style="height:100vh;" bindscroll="scroll" scroll-top="{{scrollTop}}"> <view class="user_m 阅读全文
摘要:
我怀念的:我下载完组件以后 没有 需要编译 我忘了你上次教给我的 我怀念的:怎么编译? 我怀念的:min install @minui/wxc-button build 这样吗? 暗夜教父:错了 暗夜教父:没buid 暗夜教父:安装后用min build 阅读全文
摘要:
<!-- 分享 --> <style lang='less'> .share { position: fixed; top: 0; left: 0; width: 750rpx; height: 1334rpx; background: rgba(0, 0, 0, 0.6); z-index: 19 阅读全文
摘要:
ctx.save() ctx.beginPath() ctx.arc(375 * pixelRatio, 168 * pixelRatio, 65 * pixelRatio, 0 * pixelRatio, 2 * Math.PI) ctx.setStrokeStyle('#f82a5e') ctx 阅读全文
摘要:
说明:转载别人的 常见的块级元素有 DIV, FORM, TABLE, P, PRE, H1~H6, DL, OL, UL 等。 常见的内联元素有 SPAN, A, STRONG, EM, LABEL, INPUT, SELECT, TEXTAREA, IMG, BR 等。 display:bloc 阅读全文
摘要:
首先写模板,然后调用模板 moban.wxml <template name="wode"> <view wx:for="{{wd}}"> <image src='{{item.src}}' mode='aspectFill'></image> <text>{{item.text}}</text> 阅读全文
摘要:
overflow:hidden; //超出的文本隐藏text-overflow:ellipsis; //溢出用省略号显示white-space:nowrap; //溢出不换行 阅读全文