提交 8590f5b1 编写于 作者: D dongwei

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 95ca3d2e
...@@ -451,6 +451,16 @@ ...@@ -451,6 +451,16 @@
margin-bottom: 4px; margin-bottom: 4px;
} }
.propNewAdd{
height: 15px;
margin-bottom: 3px;
background-color:#c00000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
......
...@@ -203,6 +203,48 @@ ...@@ -203,6 +203,48 @@
<marquee id="typeDirectionRight" <marquee id="typeDirectionRight"
direction="right"> direction="right">
</marquee> </marquee>
<text class="sub-title">
特有属性 -- marquee
</text>
<marquee class="propNewAdd"
marquee="marquee">
</marquee>
<marquee class="propNewAdd"
marquee="">
</marquee>
<text class="sub-title">
特有属性 -- shareid
</text>
<marquee class="propNewAdd"
shareid="shareImage">
</marquee>
<marquee class="propNewAdd"
shareid="">
</marquee>
<text class="sub-title">
特有属性 -- tid
</text>
<marquee class="propNewAdd"
tid="id">
</marquee>
<marquee class="propNewAdd"
tid="">
</marquee>
<text class="sub-title">
特有属性 -- elif
</text>
<marquee class="propNewAdd"
if="false">
</marquee>
<marquee class="propNewAdd"
elif="true">
</marquee>
<marquee class="propNewAdd"
elif="false">
</marquee>
</div> </div>
</div> </div>
...@@ -62,6 +62,7 @@ export default { ...@@ -62,6 +62,7 @@ export default {
typeLoopLeft : null, typeLoopLeft : null,
typeRight : null, typeRight : null,
}, },
onShow(){ onShow(){
this.getCommonPropValues(); this.getCommonPropValues();
this.getSpecificPropValues(); this.getSpecificPropValues();
...@@ -109,6 +110,7 @@ export default { ...@@ -109,6 +110,7 @@ export default {
typeRight : this.typeRight, typeRight : this.typeRight,
} }
}, },
getCommonPropValues(){ getCommonPropValues(){
this.idProp = this.$element("idProp").getInspector() this.idProp = this.$element("idProp").getInspector()
this.classProp = this.$element("classProp").getInspector() this.classProp = this.$element("classProp").getInspector()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册