fix: 1.添加部分ant-design组件的全局样式的覆盖。

2. 修复聊天框文本溢出的问题。
This commit is contained in:
2025-12-08 17:31:34 +08:00
parent 88e3d57351
commit 341239c51a
4 changed files with 10 additions and 15 deletions
+7 -1
View File
@@ -106,6 +106,11 @@
border-color: #00684a;
box-shadow: 0 0 0 2px rgba(0, 104, 74, 0.1);
}
.ant-input:focus,
.ant-input:active,
.ant-input-outlined:focus-within,
.ant-select-focused,
.ant-select:active,
.ant-select:hover{
outline: none;
@@ -113,8 +118,9 @@
border-color: #00684a;
box-shadow: 0 0 0 2px rgba(0, 104, 74, 0.1);
}
}
/* 组件相关样式 */