MCPcopy Create free account
hub / github.com/dataease/SQLBot / resizeImg

Function resizeImg

frontend/public/assistant.js:173–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172 chat_button_img.style.display = 'block'
173 function resizeImg() {
174 const rate = window.outerWidth / window.innerWidth;
175 chat_button_img.style.width = `${30 * (1 / rate)}px`;
176 chat_button_img.style.height = `${30 * (1 / rate)}px`;
177 }
178 resizeImg()
179 window.addEventListener('resize', resizeImg);
180 // 对话框元素

Callers 1

initChatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected