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

Update base.css #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update base.css #119

wants to merge 1 commit into from

Conversation

ken678
Copy link
Contributor

@ken678 ken678 commented Jan 3, 2025

🤔 这个变动的性质是? (至少选中一项)

  • 日常 bug 修复
  • 新特性提交
  • 组件样式/交互改进
  • 重构
  • 代码风格优化
  • 包体积优化
  • 性能优化
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

语言 更新描述
🇺🇸 英文
🇨🇳 中文

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

🚀 概述

导致穿梭框样式异常
image
image

🔍 实现细节

copilot:walkthrough

Copy link
Owner

@Evansy Evansy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最好不要这样改全局样式,没有全面检查的话,会有预期外的问题。

如果需要改,请在穿梭框的上级元素那里覆盖/或者针对元素做全局样式覆盖。尽量控制影响范围。

@ken678
Copy link
Contributor Author

ken678 commented Jan 3, 2025

最好不要这样改全局样式,没有全面检查的话,会有预期外的问题。

如果需要改,请在穿梭框的上级元素那里覆盖/或者针对元素做全局样式覆盖。尽量控制影响范围。

position: relative;全局都用这个 有点怪 有些组件有position: absolute; 这个就会有可能有问题

@ken678
Copy link
Contributor Author

ken678 commented Jan 3, 2025

暂时没发现问题 我先改了 用一段时间看看

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

Successfully merging this pull request may close these issues.

2 participants