ai-error-assistant-pro 0.0.24 → 0.0.26
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/components/demo/src/error-chat.vue +16 -2
- package/dist/ai-error-assistant-pro.common.js +13 -11
- package/dist/ai-error-assistant-pro.common.js.map +1 -1
- package/dist/ai-error-assistant-pro.css +1 -1
- package/dist/ai-error-assistant-pro.umd.js +13 -11
- package/dist/ai-error-assistant-pro.umd.js.map +1 -1
- package/dist/ai-error-assistant-pro.umd.min.js +1 -1
- package/dist/ai-error-assistant-pro.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<img src="../static/correct.png"
|
|
10
10
|
v-if="questionStem.answer.indexOf(item) > -1"
|
|
11
11
|
alt=""
|
|
12
|
-
style="width: 24px"
|
|
12
|
+
style="width: 24px; height: 24px" />
|
|
13
13
|
</div>
|
|
14
14
|
<div class="answer-list" v-html="item"></div>
|
|
15
15
|
</div>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
<div class="student-answer-part">
|
|
39
39
|
<div class="check-content" style="width: 24px; margin-right: 16px">
|
|
40
|
-
<img src="../static/error.png" style="width: 24px">
|
|
40
|
+
<img src="../static/error.png" style="width: 24px; height: 24px">
|
|
41
41
|
</div>
|
|
42
42
|
<div v-if="questionStem.type === 'single' || questionStem.type === 'multiple'">
|
|
43
43
|
<div v-for="(item, index) in questionStem.studentAnswer"
|
|
@@ -229,6 +229,13 @@ export default {
|
|
|
229
229
|
font-weight: 700;
|
|
230
230
|
margin: 0;
|
|
231
231
|
}
|
|
232
|
+
|
|
233
|
+
:deep(.question-stem img) {
|
|
234
|
+
width: 50%;
|
|
235
|
+
height: auto;
|
|
236
|
+
display: block;
|
|
237
|
+
}
|
|
238
|
+
|
|
232
239
|
.answer-part {
|
|
233
240
|
margin-top: 24px;
|
|
234
241
|
margin-left: 8px;
|
|
@@ -238,6 +245,13 @@ export default {
|
|
|
238
245
|
margin-right: 16px;
|
|
239
246
|
}
|
|
240
247
|
}
|
|
248
|
+
|
|
249
|
+
:deep(.answer-part img) {
|
|
250
|
+
width: 50%;
|
|
251
|
+
height: auto;
|
|
252
|
+
display: block;
|
|
253
|
+
}
|
|
254
|
+
|
|
241
255
|
.answer-list {
|
|
242
256
|
display: flex;
|
|
243
257
|
margin-bottom: 8px;
|
|
@@ -11500,8 +11500,8 @@ var component = normalizeComponent(
|
|
|
11500
11500
|
)
|
|
11501
11501
|
|
|
11502
11502
|
/* harmony default export */ var chat_tools = (component.exports);
|
|
11503
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/error-chat.vue?vue&type=template&id=
|
|
11504
|
-
var
|
|
11503
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/error-chat.vue?vue&type=template&id=4e72d2d1&scoped=true
|
|
11504
|
+
var error_chatvue_type_template_id_4e72d2d1_scoped_true_render = function render() {
|
|
11505
11505
|
var _vm = this,
|
|
11506
11506
|
_c = _vm._self._c;
|
|
11507
11507
|
return _c('div', {
|
|
@@ -11531,7 +11531,8 @@ var error_chatvue_type_template_id_70115630_scoped_true_render = function render
|
|
|
11531
11531
|
}
|
|
11532
11532
|
}, [_vm.questionStem.answer.indexOf(item) > -1 ? _c('img', {
|
|
11533
11533
|
staticStyle: {
|
|
11534
|
-
"width": "24px"
|
|
11534
|
+
"width": "24px",
|
|
11535
|
+
"height": "24px"
|
|
11535
11536
|
},
|
|
11536
11537
|
attrs: {
|
|
11537
11538
|
"src": __webpack_require__(25),
|
|
@@ -11648,7 +11649,7 @@ var error_chatvue_type_template_id_70115630_scoped_true_render = function render
|
|
|
11648
11649
|
}
|
|
11649
11650
|
})], 1)]);
|
|
11650
11651
|
};
|
|
11651
|
-
var
|
|
11652
|
+
var error_chatvue_type_template_id_4e72d2d1_scoped_true_staticRenderFns = [function () {
|
|
11652
11653
|
var _vm = this,
|
|
11653
11654
|
_c = _vm._self._c;
|
|
11654
11655
|
return _c('div', {
|
|
@@ -11659,7 +11660,8 @@ var error_chatvue_type_template_id_70115630_scoped_true_staticRenderFns = [funct
|
|
|
11659
11660
|
}
|
|
11660
11661
|
}, [_c('img', {
|
|
11661
11662
|
staticStyle: {
|
|
11662
|
-
"width": "24px"
|
|
11663
|
+
"width": "24px",
|
|
11664
|
+
"height": "24px"
|
|
11663
11665
|
},
|
|
11664
11666
|
attrs: {
|
|
11665
11667
|
"src": __webpack_require__(689)
|
|
@@ -11667,7 +11669,7 @@ var error_chatvue_type_template_id_70115630_scoped_true_staticRenderFns = [funct
|
|
|
11667
11669
|
})]);
|
|
11668
11670
|
}];
|
|
11669
11671
|
|
|
11670
|
-
;// CONCATENATED MODULE: ./components/demo/src/error-chat.vue?vue&type=template&id=
|
|
11672
|
+
;// CONCATENATED MODULE: ./components/demo/src/error-chat.vue?vue&type=template&id=4e72d2d1&scoped=true
|
|
11671
11673
|
|
|
11672
11674
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/error-chat.vue?vue&type=script&lang=js
|
|
11673
11675
|
|
|
@@ -11809,10 +11811,10 @@ var error_chatvue_type_template_id_70115630_scoped_true_staticRenderFns = [funct
|
|
|
11809
11811
|
});
|
|
11810
11812
|
;// CONCATENATED MODULE: ./components/demo/src/error-chat.vue?vue&type=script&lang=js
|
|
11811
11813
|
/* harmony default export */ var src_error_chatvue_type_script_lang_js = (error_chatvue_type_script_lang_js);
|
|
11812
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/error-chat.vue?vue&type=style&index=0&id=
|
|
11814
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/error-chat.vue?vue&type=style&index=0&id=4e72d2d1&prod&lang=scss&scoped=true
|
|
11813
11815
|
// extracted by mini-css-extract-plugin
|
|
11814
11816
|
|
|
11815
|
-
;// CONCATENATED MODULE: ./components/demo/src/error-chat.vue?vue&type=style&index=0&id=
|
|
11817
|
+
;// CONCATENATED MODULE: ./components/demo/src/error-chat.vue?vue&type=style&index=0&id=4e72d2d1&prod&lang=scss&scoped=true
|
|
11816
11818
|
|
|
11817
11819
|
;// CONCATENATED MODULE: ./components/demo/src/error-chat.vue
|
|
11818
11820
|
|
|
@@ -11825,11 +11827,11 @@ var error_chatvue_type_template_id_70115630_scoped_true_staticRenderFns = [funct
|
|
|
11825
11827
|
|
|
11826
11828
|
var error_chat_component = normalizeComponent(
|
|
11827
11829
|
src_error_chatvue_type_script_lang_js,
|
|
11828
|
-
|
|
11829
|
-
|
|
11830
|
+
error_chatvue_type_template_id_4e72d2d1_scoped_true_render,
|
|
11831
|
+
error_chatvue_type_template_id_4e72d2d1_scoped_true_staticRenderFns,
|
|
11830
11832
|
false,
|
|
11831
11833
|
null,
|
|
11832
|
-
"
|
|
11834
|
+
"4e72d2d1",
|
|
11833
11835
|
null
|
|
11834
11836
|
|
|
11835
11837
|
)
|