From 8590f5b1e18a680c96cdb1b487857d290b4c19d8 Mon Sep 17 00:00:00 2001 From: dongwei Date: Tue, 8 Mar 2022 18:11:04 +0800 Subject: [PATCH] add test cases Signed-off-by: dongwei --- .../js/default/pages/marquee/prop/index.css | 10 +++++ .../js/default/pages/marquee/prop/index.hml | 42 +++++++++++++++++++ .../js/default/pages/marquee/prop/index.js | 2 + 3 files changed, 54 insertions(+) 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 fcba97bab..271d6c13b 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 e400b34ac..828bffc9a 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 b962411b5..fdf6fa692 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() -- GitLab