医院网站素材,joomla与wordpress学哪个好,装宽带一般多少钱,企业门户网站开发费用基本使用#xff1a;
通过text参数设置文本内容。推荐您使用:textvalue的形式
u--text text我用十年青春,赴你最后之约/u--text设置主题#xff1a;
通过type参数设置文本主题#xff0c;我们提供了五类属性。primary error success warning…
基本使用
通过text参数设置文本内容。推荐您使用:textvalue的形式
u--text text我用十年青春,赴你最后之约/u--text设置主题
通过type参数设置文本主题我们提供了五类属性。primary error success warning info
u--text typeprimary text主色/u--text
u--text typeerror text错误/u--text
u--text typesuccess text成功/u--text
u--text typewarning text警告/u--text
u--text typeinfo text信息/u--text拨打电话
通过将mode属性设置为phone即可调用拨打电话提供加密值encrypt除此之外还有格式化日期姓名脱敏超链接千分位金额等属性将在以下实例中展示
u--text modephone text15019479320/u--text日期格式化
u--text modedate text1612959739/u--text#姓名脱敏
u--text modename text张三三 formatencrypt/u--text#超链接
添加href指定链接地址
u--text modelink textGo to uView docs hrefhttps://www.uviewui.com /u--text#显示金额
u--text modeprice text728732.32/u--text#前后图标
添加prefixIcon,suffixIcon指定图标和位置iconStyle设置图标大小
#超出隐藏
内置了文字超出隐藏样式设置lines属性表明几行后隐藏
u--text :lines2 text关于uView的取名来由首字母u来自于uni-app首字母
uni-app是基VuejsVue和View(延伸为UI、视图之意)同音同时view组件uni-app中
最础最重要的组件故取名uView表达源于uni-app和Vue之意同时在此也对它示感谢。/u--text#小程序开放能力
针对小程序开放能力我们提供了分享请在小程序环境下使用
u--text text分享到微信 openTypeshare typesuccess clickclickHandler/u--text
scriptexport default {onLoad() {},methods: {clickHandler() {// #ifndef MP-WEIXINuni.$u.toast(请在微信小程序内查看效果)// #endif}},}
/script
API
#List Props
参数说明类型默认值可选值type主题颜色String--show是否显示Booleantruefalsetext显示的值String | Number--prefixIcon前置图标String--suffixIcon后置图标String--mode文本处理的匹配模式text-普通文本price-价格phone-手机号name-姓名date-日期link-超链接String-hrefmodelink下配置的链接String--format格式化规则String | Function--callmodephone时点击文本是否拨打电话BooleanfalsetrueopenType小程序的打开方式String--bold是否粗体默认normalBooleanfalsetrueblock是否块状Booleanfalsetruelines文本显示的行数如果设置超出此行数将会显示省略号String | Number--color文本颜色String#303133-size字体大小String | Number15-iconStyle图标的样式Object | String15px-decoration文字装饰下划线中划线等Stringnoneunderline/line-throughmargin外边距对象、字符串数值形式均可Object | Number | String--lineHeight文本行高Number | String--align文本对齐方式Stringleftcenter/rightwordWrap文字换行Stringnormalbreak-word/anywhere
#List Events
事件名说明回调参数click点击触发事件-