mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-06 17:36:48 +08:00
style(knowledge): 为知识页面的 opacity-button 添加过渡效果
- 在 knowledge 页面的 index.vue 文件中,为 .opacity-button 类添加了 transition 属性 - 这将使按钮的透明度变化具有平滑的过渡效果,提升用户体验
This commit is contained in:
@@ -218,6 +218,7 @@ export default {
|
||||
border-radius: 7px;
|
||||
border: 1px solid #635cff;
|
||||
.opacity-button {
|
||||
transition: all 0.5s ease;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user