Skip to content

Commit

Permalink
feat: global样式新增hide
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmingfu committed Dec 11, 2024
1 parent 579f461 commit eadfd4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/scss/global.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** 公共样式放置处 */
@import '../css/reset.css'; // 重置样式

/** v-show */
.hide {
display: none !important;
}

/* HTML: <div class="route-loading"></div> */
.route-loading {
position: fixed;
Expand Down

0 comments on commit eadfd4c

Please sign in to comment.