|
@@ -140,7 +140,7 @@ export default {
|
|
|
"languageOptions"
|
|
"languageOptions"
|
|
|
).selectedIndex = 2;
|
|
).selectedIndex = 2;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
iframe.contentWindow.window.onRecognizedResult = e => {
|
|
iframe.contentWindow.window.onRecognizedResult = e => {
|
|
|
console.log("onRecognizedResult", e)
|
|
console.log("onRecognizedResult", e)
|
|
|
let privText = e.privText;
|
|
let privText = e.privText;
|
|
@@ -274,17 +274,18 @@ export default {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.qaa_img>div {
|
|
.qaa_img>div {
|
|
|
- max-width: 200px;
|
|
|
|
|
- height: auto;
|
|
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+ height: 300px;
|
|
|
margin: 10px;
|
|
margin: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.qaa_img>div>img {
|
|
.qaa_img>div>img {
|
|
|
- width: 100%;
|
|
|
|
|
- height: auto;
|
|
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+ height: 100%;
|
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|