refactor(web):改造成vue工程
This commit is contained in:
6
public/resource/eui_skins/web/common/Btn3Skin.exml
Normal file
6
public/resource/eui_skins/web/common/Btn3Skin.exml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Btn3Skin" currentState="up" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" states="up,down,disabled" >
|
||||
<e:Image source="bagbtn_1"/>
|
||||
<e:Label id="labelDisplay" size="20" horizontalCenter="0" verticalCenter="0" stroke="1" textColor="0xeee104" text="{data}"/>
|
||||
<e:Image visible.up="false" source="bagbtn_2"/>
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user