From e15da6a22e137a9b1f3cb2aa27e9354e0732bdbd Mon Sep 17 00:00:00 2001 From: dongwei Date: Tue, 8 Mar 2022 18:19:54 +0800 Subject: [PATCH] add test cases Signed-off-by: dongwei --- .../js/default/pages/popup/prop/index.hml | 29 ++ .../js/default/pages/popup/router/index.hml | 3 + .../js/default/pages/popup/router/index.js | 14 +- .../js/default/pages/popup/style/index.css | 108 +++++++ .../js/default/pages/popup/style/index.hml | 284 ++++++------------ .../js/default/pages/popup/style/index.js | 8 +- 6 files changed, 245 insertions(+), 201 deletions(-) diff --git a/ace/ace_standard/src/main/js/default/pages/popup/prop/index.hml b/ace/ace_standard/src/main/js/default/pages/popup/prop/index.hml index bb16a840c..703494428 100644 --- a/ace/ace_standard/src/main/js/default/pages/popup/prop/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/popup/prop/index.hml @@ -114,6 +114,15 @@ + + + + + + 渲染属性 -- show @@ -127,6 +136,16 @@ + + + 特有属性 -- tid + + + + +
@@ -151,6 +170,16 @@ + + + + + + + + + + 特有属性 -- keepalive diff --git a/ace/ace_standard/src/main/js/default/pages/popup/router/index.hml b/ace/ace_standard/src/main/js/default/pages/popup/router/index.hml index 503f0d7a6..754e9409c 100644 --- a/ace/ace_standard/src/main/js/default/pages/popup/router/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/popup/router/index.hml @@ -381,6 +381,9 @@ popupEvent-4 + + + -
- div通用样式 + popup通用样式 通用样式 1-8 \n width height padding margin border opacity align-self -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ + + + + + + + + + + + + + + + 通用样式9-20 \n display flex z-index position
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ + + + + + + + + + + + + + + + + + + + + +
通用样式21-23 box-shadow
-
-
-
-
-
-
+ + + + + +
通用样式23-25 visibility clip-path -
-
-
-
+ + + + 通用样式26-31 background -
-
-
-
-
-
-
-
-
-
+ + + + + + + + + + 通用样式32 clip-path image-fill mask-image -
-
+ +
-
- - div特有样式 - +
- - 特有样式 flex-direction flex-wrap justify-content align-items align-content + + 动画样式 -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- - 文本 - -
-
-
-
- - - - 特有样式 overflow scrollbar-color scrollbar-width overscroll-effect + + popup动画样式1 -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - 特有样式 grid + + popup动画样式2 -
-
-
-
- - - - - - - - - - - - - - - - - - - - -
+ + popupani-1 + + + + popupani-2 + +
diff --git a/ace/ace_standard/src/main/js/default/pages/popup/style/index.js b/ace/ace_standard/src/main/js/default/pages/popup/style/index.js index 8179ff70c..6e5c11cbf 100644 --- a/ace/ace_standard/src/main/js/default/pages/popup/style/index.js +++ b/ace/ace_standard/src/main/js/default/pages/popup/style/index.js @@ -14,6 +14,10 @@ */ export default { - - + hidepopupani1() { + this.$element("popupani1").hide() + }, + hidepopupani2() { + this.$element("popupani2").hide() + }, } -- GitLab