@myun/gimi-chat 0.9.16 → 0.9.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -78,7 +78,7 @@ export var KnowledgeIconComponent = function KnowledgeIconComponent(_ref2) {
|
|
|
78
78
|
var hoverPanelContent = useMemo(function () {
|
|
79
79
|
if (isLoading) return /*#__PURE__*/React.createElement("div", {
|
|
80
80
|
style: {
|
|
81
|
-
|
|
81
|
+
padding: '30px'
|
|
82
82
|
}
|
|
83
83
|
}, /*#__PURE__*/React.createElement(AiLoading, null));
|
|
84
84
|
switch (type) {
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
-webkit-line-clamp: 2;
|
|
205
205
|
-webkit-box-orient: vertical;
|
|
206
206
|
overflow: hidden;
|
|
207
|
-
width:
|
|
207
|
+
width: 170px;
|
|
208
208
|
max-height: 63px;
|
|
209
209
|
overflow: hidden;
|
|
210
210
|
font-family: "PingFang SC";
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
position: relative;
|
|
264
264
|
overflow-y: auto;
|
|
265
265
|
width: 360px;
|
|
266
|
-
height: 388px;
|
|
266
|
+
max-height: 388px;
|
|
267
267
|
padding: 16px 12px 0px 12px;
|
|
268
268
|
border-radius: 16px;
|
|
269
269
|
border: 1px solid #E9EBF2;
|