first commit
This commit is contained in:
1
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/.pydio
vendored
Normal file
1
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/.pydio
vendored
Normal file
@@ -0,0 +1 @@
|
||||
67be408f-d812-492e-ba5a-336a777b8c42
|
||||
1
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.js
vendored
Normal file
1
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";Component({externalClasses:["wux-class"],properties:{type:{type:String,value:""},size:{type:[String,Number],value:32,observer:"updated"},color:{type:String,value:""},hidden:{type:Boolean,value:!1}},data:{fontSize:""},methods:{updated:function(t){var e=0<arguments.length&&void 0!==t?t:this.data.size,a=e;"number"==typeof e?a="".concat(e,"px"):"string"==typeof e&&(isNaN(Number(e))||(a="".concat(e,"px"))),this.data.fontSize!==a&&this.setData({fontSize:a})}},attached:function(){this.updated()}});
|
||||
3
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.json
vendored
Normal file
3
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"component": true
|
||||
}
|
||||
1
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.wxml
vendored
Normal file
1
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="wux-class ion {{ type ? 'ion-' + type : '' }}" style="font-size: {{ fontSize }}; {{ color ? 'color: ' + color : '' }}" hidden="{{ hidden }}"></view>
|
||||
15
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.wxss
vendored
Normal file
15
衣莎项目/源码/YiShaXiYi/extend/wux/dist/icon/index.wxss
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user