@ant-design/agentic-ui 2.10.0 → 2.10.1
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.
package/dist/ChatLayout/style.js
CHANGED
|
@@ -166,7 +166,10 @@ var genStyle = function(token) {
|
|
|
166
166
|
flex: 1,
|
|
167
167
|
overflowY: 'auto',
|
|
168
168
|
overflowX: 'hidden',
|
|
169
|
-
|
|
169
|
+
paddingTop: 'var(--padding-2x)',
|
|
170
|
+
paddingLeft: 'var(--padding-2x)',
|
|
171
|
+
paddingRight: 'var(--padding-2x)',
|
|
172
|
+
paddingBottom: '144px',
|
|
170
173
|
'&::-webkit-scrollbar': {
|
|
171
174
|
width: '6px'
|
|
172
175
|
},
|
|
@@ -183,7 +183,7 @@ import { SupportedFileFormats } from "../AttachmentButton/AttachmentButtonPopove
|
|
|
183
183
|
import { isMobileDevice, isVivoOrOppoDevice } from "../AttachmentButton/utils";
|
|
184
184
|
/**
|
|
185
185
|
* 移动设备默认的文件类型 accept 值
|
|
186
|
-
*/ var MOBILE_DEFAULT_ACCEPT = 'application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,.csv,image/*,text/plain,
|
|
186
|
+
*/ var MOBILE_DEFAULT_ACCEPT = 'application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,.csv,image/*,text/plain,application/x-zip-compressed';
|
|
187
187
|
/**
|
|
188
188
|
* 文件上传管理器
|
|
189
189
|
*
|