提交 41ea0b30 编写于 作者: D dongwei 提交者: wanggang

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 0af77417
......@@ -451,6 +451,16 @@
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 @@
<marquee id="typeDirectionRight"
direction="right">
</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>
......@@ -62,6 +62,7 @@ export default {
typeLoopLeft : null,
typeRight : null,
},
onShow(){
this.getCommonPropValues();
this.getSpecificPropValues();
......@@ -109,6 +110,7 @@ export default {
typeRight : this.typeRight,
}
},
getCommonPropValues(){
this.idProp = this.$element("idProp").getInspector()
this.classProp = this.$element("classProp").getInspector()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册