- 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
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()
+ },
}