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 bb16a840c1762f7ead83c8e33db5cdd2c92b5f41..70349442816f3dc612ff2fe16f9136dc839a90f7 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 503f0d7a66dbb46a406506a1da20f6604684ba4d..754e9409c8d33fb9a4bfbca0b0dd9e2844cb00f7 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 8179ff70cbe9fa27c38c5386a6f497949bf60f3a..6e5c11cbf7b0bc76cf6c7ff0691d309315652834 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() + }, }