@fzbykj/ai-chat-sdk-mp 1.0.5 → 1.0.6
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/package.json
CHANGED
|
@@ -239,8 +239,8 @@
|
|
|
239
239
|
/* ✅ 所有动态尺寸由 :style 控制,这里只定义颜色、边框等静态属性 */
|
|
240
240
|
.float-btn {
|
|
241
241
|
position: fixed;
|
|
242
|
-
|
|
243
|
-
box-shadow: 0 4px 12px rgba(74, 144, 217, 0.4);
|
|
242
|
+
/* background: linear-gradient(135deg, #4A90D9, #357ABD);
|
|
243
|
+
box-shadow: 0 4px 12px rgba(74, 144, 217, 0.4); */
|
|
244
244
|
display: flex;
|
|
245
245
|
align-items: center;
|
|
246
246
|
justify-content: center;
|