明修
2023-07-20 b30270a3fbec1d117d3a9c75bcd73d67355c3a30
fix: 修复部分图标未居中的问题 (#2917)

4个文件已修改
13 ■■■■ 已修改文件
src/design/ant/index.less 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/default/header/components/notify/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/default/header/index.less 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/default/tabs/components/TabRedo.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/design/ant/index.less
@@ -8,7 +8,7 @@
  }
}
span.anticon:not(.app-iconify) {
span.anticon:not(.app-iconify, .anticon-vertical-align-top, .anticon-bell) {
  vertical-align: 0.125em !important;
}
src/layouts/default/header/components/notify/index.vue
@@ -66,7 +66,7 @@
  @prefix-cls: ~'@{namespace}-header-notify';
  .@{prefix-cls} {
    padding-top: 2px;
    padding-bottom: 1px;
    &__overlay {
      max-width: 360px;
@@ -77,6 +77,8 @@
    }
    .ant-badge {
      display: flex;
      align-items: center;
      font-size: 18px;
      .ant-badge-multiple-words {
src/layouts/default/header/index.less
@@ -120,7 +120,7 @@
      }
      .ant-badge-dot {
        top: 10px;
        top: 14px;
        right: 2px;
      }
    }
src/layouts/default/tabs/components/TabRedo.vue
@@ -31,3 +31,8 @@
    },
  });
</script>
<style lang="less" scoped>
  span.anticon-redo {
    vertical-align: baseline !important;
  }
</style>