queenwuli
2021-01-13 6e54af776db885ad1a22ec582bdc97d7e1273c6c
hive-app/components/filterDropdown/index.vue
@@ -96,11 +96,13 @@
<style>
   .mask{
      position: fixed;
      top: calc(92px + var(--status-bar-height));
      left: 0;
      right: 0;
      height: 100%;
      background: rgba(0,0,0,0.4);
      transition: all 0.2s;
      z-index: 999;
   }
   .dropdown-wrap-close .mask{
      display: none;