Keldos commited on
Commit
0ec4179
·
1 Parent(s): 5f36649

chore (fix): 修改头像最大填充方式

Browse files
Files changed (1) hide show
  1. web_assets/stylesheet/chatbot.css +3 -3
web_assets/stylesheet/chatbot.css CHANGED
@@ -272,7 +272,7 @@ hr.append-display {
272
  }
273
  .chatbot-avatar img {
274
  border-radius: 5px !important;
275
- object-fit: fill;
276
- max-width: 100%;
277
- max-height: 100%;
278
  }
 
272
  }
273
  .chatbot-avatar img {
274
  border-radius: 5px !important;
275
+ object-fit: cover;
276
+ width: 100%;
277
+ height: 100%;
278
  }