Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

标签页样式异常 #7345

Closed
dfreng opened this issue Oct 15, 2024 · 2 comments
Closed

标签页样式异常 #7345

dfreng opened this issue Oct 15, 2024 · 2 comments

Comments

@dfreng
Copy link

dfreng commented Oct 15, 2024

版本号:

3.7.1

问题描述:

主题工具栏切换到「标签页样式」为极简模式会导致标签页样式异常。

错误截图:

20241015-105629

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@zhangdaiscott
Copy link
Member

zy

@liaozhiyang
Copy link
Contributor

已修复,下一版本发布。

你本地可按如下修复:
image
image
image

<style lang="less" scoped>
  @prefix-cls: ~'@{namespace}-multiple-tabs';
  .@{prefix-cls} {
    :deep(.anticon) {
      display: inline-block;
    }
    .rightExtra {
      display: flex;
      :deep(svg) {
        &:not(.icon) {
          vertical-align: -0.3em;
        }
      }
      .ai-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 36px;
        color: @text-color;
        text-align: center;
        border-left: 1px solid @border-color-base;
      }
    }
  }
</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants