wujingjing
2024-11-28 18a2e5334007b113156434dbadcd8f92a19a08f9
src/theme/app.scss
@@ -6,6 +6,12 @@
   box-sizing: border-box;
   outline: none !important;
}
.markdown-it{
   // 上面的 padding 0 会影响 markdown 中的内容
   ul{
      padding-inline-start: 40px;
   }
}
:root {
   --next-color-white: #ffffff;
@@ -90,7 +96,6 @@
      flex-direction: column;
      // 内层 el-scrollbar样式,用于界面高度自适应(main.vue)
      .layout-main-scroll {
         @extend .layout-flex;
         .layout-parent {
            @extend .layout-flex;
            position: relative;
@@ -254,6 +259,16 @@
   justify-content: space-around;
}
.flex-items-center {
   display: flex;
   align-items: center;
}
.flex-justify-center {
   display: flex;
   justify-content: center;
}
.flex-start {
   @extend .flex;
   justify-content: start;