diff --git a/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.css b/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.css index fcba97baba5d28495a0c1061f62011ed3e7c2153..271d6c13b4ef39d98a9b79e147c7bee73d206d9a 100644 --- a/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.css +++ b/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.css @@ -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; +} diff --git a/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.hml b/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.hml index e400b34ac875cc35dfe764c802261062c63e7582..828bffc9a71d2e7a6ec2c2397fa34fa9e2520d0e 100644 --- a/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.hml @@ -203,6 +203,48 @@ + + 特有属性 -- marquee + + + + + + + + 特有属性 -- shareid + + + + + + + + 特有属性 -- tid + + + + + + + + 特有属性 -- elif + + + + + + + diff --git a/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.js b/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.js index b962411b5660e440107545617863e7b4f821a86f..fdf6fa692cc89077c31d6af1b9a1a3b9afc8d970 100644 --- a/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.js +++ b/ace/ace_standard/src/main/js/default/pages/marquee/prop/index.js @@ -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()