ai-question-pro 0.0.23 → 0.0.25
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/CyTreeSelect.vue +2 -1
- package/components/demo/src/main.vue +2 -1
- package/dist/ai-question-pro.common.js +34 -32
- package/dist/ai-question-pro.common.js.map +1 -1
- package/dist/ai-question-pro.umd.js +34 -32
- package/dist/ai-question-pro.umd.js.map +1 -1
- package/dist/ai-question-pro.umd.min.js +3 -3
- package/dist/ai-question-pro.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<el-select
|
|
3
|
+
class="tree-select-no-suffix"
|
|
3
4
|
:title="multiple? optionData.name : ''"
|
|
4
5
|
ref="select"
|
|
5
6
|
:value="value"
|
|
@@ -208,7 +209,7 @@ export default {
|
|
|
208
209
|
}
|
|
209
210
|
}
|
|
210
211
|
|
|
211
|
-
.
|
|
212
|
+
.tree-select-no-suffix .el-input__suffix {
|
|
212
213
|
display: none !important;
|
|
213
214
|
}
|
|
214
215
|
</style>
|
|
@@ -454,7 +454,8 @@ export default {
|
|
|
454
454
|
for (let type of selectedTypes) {
|
|
455
455
|
const count = this.form.typeCounts[type]
|
|
456
456
|
if (!count || count <= 0) {
|
|
457
|
-
const
|
|
457
|
+
const found = this.quesTypeList.find(item => item.id === type);
|
|
458
|
+
const typeName = (found && found.name) || type;
|
|
458
459
|
return this.$message.warning(`请为${typeName}输入生成数量`)
|
|
459
460
|
}
|
|
460
461
|
}
|
|
@@ -1456,7 +1456,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
|
|
|
1456
1456
|
|
|
1457
1457
|
/***/ }),
|
|
1458
1458
|
|
|
1459
|
-
/***/
|
|
1459
|
+
/***/ 2808:
|
|
1460
1460
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1461
1461
|
|
|
1462
1462
|
"use strict";
|
|
@@ -1470,14 +1470,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1470
1470
|
|
|
1471
1471
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1472
1472
|
// Module
|
|
1473
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".tree-select__option.el-select-dropdown__item{height:auto;line-height:1;padding:0;background-color:#fff}.tree-select__tree{padding:4px 20px;font-weight:400}.tree-select__tree.tree-select__tree--radio .el-tree-node.is-current>.el-tree-node__content{color:#000;font-weight:700}.
|
|
1473
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".tree-select__option.el-select-dropdown__item{height:auto;line-height:1;padding:0;background-color:#fff}.tree-select__tree{padding:4px 20px;font-weight:400}.tree-select__tree.tree-select__tree--radio .el-tree-node.is-current>.el-tree-node__content{color:#000;font-weight:700}.tree-select-no-suffix .el-input__suffix{display:none!important}", ""]);
|
|
1474
1474
|
// Exports
|
|
1475
1475
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1476
1476
|
|
|
1477
1477
|
|
|
1478
1478
|
/***/ }),
|
|
1479
1479
|
|
|
1480
|
-
/***/
|
|
1480
|
+
/***/ 659:
|
|
1481
1481
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1482
1482
|
|
|
1483
1483
|
"use strict";
|
|
@@ -1491,14 +1491,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1491
1491
|
|
|
1492
1492
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1493
1493
|
// Module
|
|
1494
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".ai_contain[data-v-c5ff5afa]{display:inline-block;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-c5ff5afa] .el-drawer.rtl{border-radius:20px;width:720px!important}.ai_contain[data-v-c5ff5afa] .el-icon-close:before{color:#0e0e0e;font-weight:700;font-size:24px}.ai_contain[data-v-c5ff5afa] .el-drawer__header{padding-top:0;height:64px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff),linear-gradient(90deg,#bcb9f4,#d5c6f8,#e6c6f9);margin-bottom:0;border-radius:20px}.ai_contain[data-v-c5ff5afa] .el-drawer__body{padding:0 30px;display:flex;flex-direction:column;justify-content:space-between}.ai_contain[data-v-c5ff5afa] .el-checkbox__inner{width:20px;height:20px;border-radius:4px}.ai_contain[data-v-c5ff5afa] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#7c4dff;border-color:#7c4dff}.ai_contain[data-v-c5ff5afa] .el-checkbox__inner:after{width:4px;height:9px;border:3px solid #fff;border-left:0;border-top:0;left:6px;top:2px}.ai_contain[data-v-c5ff5afa] .el-slider__runway{height:6px;background-color:#e5e5e5;border-radius:3px}.ai_contain[data-v-c5ff5afa] .el-slider__button{width:20px;height:20px;border:1px solid #7c4dff;background-color:#7c4dff}.ai_contain[data-v-c5ff5afa] .el-slider__bar{background-color:#7c4dff}.ai_contain[data-v-c5ff5afa] .el-input__inner{border-radius:12px;height:48px!important;border:1px solid #e0e0e0}.ai_contain[data-v-c5ff5afa] .el-textarea__inner{border-radius:16px;border:1px solid #e0e0e0;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-c5ff5afa] .el-loading-mask{border-radius:8px}.ai_contain .ai_button[data-v-c5ff5afa]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:9px 6px;position:relative;color:#fff;background-color:#456bea;border-radius:4px;border:1px solid #456bea}.ai_contain .add_question_title[data-v-c5ff5afa]{display:flex;align-items:center;font-size:18px;color:#333;font-weight:700;gap:7px}.ai_contain .add_question_body .question-type-header[data-v-c5ff5afa]{margin-bottom:20px}.ai_contain .add_question_body .question-type-header .required-mark[data-v-c5ff5afa]{color:#f45;margin-right:4px}.ai_contain .add_question_body .question-type-header .section-title[data-v-c5ff5afa]{font-size:14px;color:#303040}.ai_contain .add_question_body .question-type-header .tip-text[data-v-c5ff5afa]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .question-type-list[data-v-c5ff5afa]{margin-bottom:30px}.ai_contain .add_question_body .question-type-list .question-type-item[data-v-c5ff5afa]{display:flex;align-items:center;padding:5px 10px;margin-bottom:12px;transition:all .3s ease}.ai_contain .add_question_body .question-type-list .question-type-item .type-left[data-v-c5ff5afa]{display:flex;align-items:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-checkbox[data-v-c5ff5afa]{margin-right:12px}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name[data-v-c5ff5afa]{font-size:14px;font-weight:700;border-radius:54px;color:#fff;height:40px;width:80px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-single[data-v-c5ff5afa]{background:rgba(128,96,240,.161);color:#6040f0}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-multiple[data-v-c5ff5afa]{background:rgba(0,144,240,.161);color:#0090ff}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-gapfilling[data-v-c5ff5afa]{background:rgba(96,192,144,.161);color:#60c090}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-judge[data-v-c5ff5afa]{background:rgba(240,160,0,.161);color:#f0a000}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-shortanswer[data-v-c5ff5afa]{background:rgba(224,96,192,.161);color:#e060c0}.ai_contain .add_question_body .question-type-list .question-type-item .type-right[data-v-c5ff5afa]{display:flex;align-items:center;gap:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-c5ff5afa]{width:160px;margin-left:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-c5ff5afa] .el-input__inner{height:42px!important;border-radius:56px;text-align:center;font-size:12px;padding:0!important}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container[data-v-c5ff5afa]{width:240px;margin-left:10px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container.disabled[data-v-c5ff5afa] .el-slider__button{background-color:#fff;border:1px solid #797979}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label[data-v-c5ff5afa]{font-size:14px;color:#6040e0;min-width:80px;font-weight:700}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label.disabled[data-v-c5ff5afa]{color:#ccc}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .placeholder-text[data-v-c5ff5afa]{font-size:12px;color:#dddde0;width:160px;border:1px solid #dddde0;border-radius:56px;height:40px;text-align:center;margin-left:20px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .knowledge-section[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section[data-v-c5ff5afa]{margin-bottom:24px}.ai_contain .add_question_body .knowledge-section .section-header[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header[data-v-c5ff5afa]{margin-bottom:12px}.ai_contain .add_question_body .knowledge-section .section-header .required-mark[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header .required-mark[data-v-c5ff5afa]{color:#f45;margin-right:4px}.ai_contain .add_question_body .knowledge-section .section-header .section-title[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header .section-title[data-v-c5ff5afa]{font-size:14px;color:#303040}.ai_contain .add_question_body .knowledge-section .section-header .tip-text[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header .tip-text[data-v-c5ff5afa]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .knowledge-section .knowledge-input[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .knowledge-input[data-v-c5ff5afa]{position:relative}.ai_contain .add_question_body .knowledge-section .knowledge-input .knowledge-icon[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .knowledge-input .knowledge-icon[data-v-c5ff5afa]{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;font-size:16px;width:24px;height:24px}.ai_contain .add_question_body .prompt-textarea .el-textarea__inner[data-v-c5ff5afa]{min-height:120px!important;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain .add_question_footer[data-v-c5ff5afa]{padding-bottom:30px;display:flex;justify-content:center;align-items:center;gap:30px}.ai_contain .add_question_footer .button-handle[data-v-c5ff5afa]{width:168px;height:48px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .add_question_footer .button-handle[data-v-c5ff5afa]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ai_contain .add_question_footer .button-generate-question[data-v-c5ff5afa]{background:linear-gradient(180deg,#7050d0 0,#2828e0);width:280px;display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .add_question_footer .button-cancel[data-v-c5ff5afa]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .ai-bot-switch[data-v-c5ff5afa]{display:flex;align-items:center;background:transparent;justify-content:center;border-radius:49px;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:40px;width:144px;cursor:pointer;z-index:2;border:1px solid rgba(96,64,224,.639);font-size:12px;color:#182028}.ai_contain .ai-bot-label[data-v-c5ff5afa]{font-weight:500;margin-right:2px;margin-left:5px;width:72px}.ai_contain .ai-bot-dropdown[data-v-c5ff5afa]{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e0e0ff;padding:4px 0}.ai_contain .ai-bot-dropdown-item[data-v-c5ff5afa]{padding:8px 20px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.ai_contain .ai-bot-dropdown-item.active[data-v-c5ff5afa],.ai_contain .ai-bot-dropdown-item[data-v-c5ff5afa]:hover{background:#f0f2f8;color:#3830e0}.ai_contain .question-result-drawer[data-v-c5ff5afa] .el-drawer__body{padding:0;height:100%;display:flex;flex-direction:column}.ai_contain .question-result-drawer .generating-loading[data-v-c5ff5afa]{display:flex;justify-content:center;align-items:center;height:200px}.ai_contain .question-result-drawer .generating-loading .loading-content[data-v-c5ff5afa]{display:flex;flex-direction:column;align-items:center;gap:16px}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-spinner[data-v-c5ff5afa]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7c4dff;border-radius:50%;animation:spin-c5ff5afa 1s linear infinite}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-text[data-v-c5ff5afa]{font-size:14px;color:#7c4dff;font-weight:500}@keyframes spin-c5ff5afa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai_contain .question-result-drawer .drawer_content_wrapper[data-v-c5ff5afa]{display:flex;flex-direction:column;height:100%;padding:0 20px}.ai_contain .question-result-drawer .question_summary_warp[data-v-c5ff5afa]{display:flex;justify-content:space-between;margin-bottom:20px}.ai_contain .question-result-drawer .question_summary_warp .question_summary .summary_text[data-v-c5ff5afa]{color:#6040e0;font-size:14px;font-weight:700}.ai_contain .question-result-drawer .question_summary_warp .question_summary .question_types_summary .type_item[data-v-c5ff5afa]{font-size:12px;color:rgba(24,32,40,.639)}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button[data-v-c5ff5afa]{display:flex;gap:15px;margin-right:15px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-handle[data-v-c5ff5afa]{width:96px;height:40px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-generate-question[data-v-c5ff5afa]{background:linear-gradient(180deg,#7050d0 0,#2828e0);display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-cancel[data-v-c5ff5afa]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]{flex:1;overflow-y:auto;padding-right:10px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar{width:6px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar-thumb{background:rgba(124,77,255,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar-thumb:hover{background:rgba(124,77,255,.5)}.ai_contain .question-result-drawer .question_footer_fixed[data-v-c5ff5afa]{flex-shrink:0;padding:0 0 10px 0;background:hsla(0,0%,100%,.9);border-top:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning[data-v-c5ff5afa]{display:flex;align-items:center;gap:8px}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .el-icon-info[data-v-c5ff5afa]{width:24px;height:24px;flex-shrink:0}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .question_remind[data-v-c5ff5afa]{font-size:12px;color:#797979;line-height:1.4}", ""]);
|
|
1494
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".ai_contain[data-v-62ccef65]{display:inline-block;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-62ccef65] .el-drawer.rtl{border-radius:20px;width:720px!important}.ai_contain[data-v-62ccef65] .el-icon-close:before{color:#0e0e0e;font-weight:700;font-size:24px}.ai_contain[data-v-62ccef65] .el-drawer__header{padding-top:0;height:64px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff),linear-gradient(90deg,#bcb9f4,#d5c6f8,#e6c6f9);margin-bottom:0;border-radius:20px}.ai_contain[data-v-62ccef65] .el-drawer__body{padding:0 30px;display:flex;flex-direction:column;justify-content:space-between}.ai_contain[data-v-62ccef65] .el-checkbox__inner{width:20px;height:20px;border-radius:4px}.ai_contain[data-v-62ccef65] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#7c4dff;border-color:#7c4dff}.ai_contain[data-v-62ccef65] .el-checkbox__inner:after{width:4px;height:9px;border:3px solid #fff;border-left:0;border-top:0;left:6px;top:2px}.ai_contain[data-v-62ccef65] .el-slider__runway{height:6px;background-color:#e5e5e5;border-radius:3px}.ai_contain[data-v-62ccef65] .el-slider__button{width:20px;height:20px;border:1px solid #7c4dff;background-color:#7c4dff}.ai_contain[data-v-62ccef65] .el-slider__bar{background-color:#7c4dff}.ai_contain[data-v-62ccef65] .el-input__inner{border-radius:12px;height:48px!important;border:1px solid #e0e0e0}.ai_contain[data-v-62ccef65] .el-textarea__inner{border-radius:16px;border:1px solid #e0e0e0;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-62ccef65] .el-loading-mask{border-radius:8px}.ai_contain .ai_button[data-v-62ccef65]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:9px 6px;position:relative;color:#fff;background-color:#456bea;border-radius:4px;border:1px solid #456bea}.ai_contain .add_question_title[data-v-62ccef65]{display:flex;align-items:center;font-size:18px;color:#333;font-weight:700;gap:7px}.ai_contain .add_question_body .question-type-header[data-v-62ccef65]{margin-bottom:20px}.ai_contain .add_question_body .question-type-header .required-mark[data-v-62ccef65]{color:#f45;margin-right:4px}.ai_contain .add_question_body .question-type-header .section-title[data-v-62ccef65]{font-size:14px;color:#303040}.ai_contain .add_question_body .question-type-header .tip-text[data-v-62ccef65]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .question-type-list[data-v-62ccef65]{margin-bottom:30px}.ai_contain .add_question_body .question-type-list .question-type-item[data-v-62ccef65]{display:flex;align-items:center;padding:5px 10px;margin-bottom:12px;transition:all .3s ease}.ai_contain .add_question_body .question-type-list .question-type-item .type-left[data-v-62ccef65]{display:flex;align-items:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-checkbox[data-v-62ccef65]{margin-right:12px}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name[data-v-62ccef65]{font-size:14px;font-weight:700;border-radius:54px;color:#fff;height:40px;width:80px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-single[data-v-62ccef65]{background:rgba(128,96,240,.161);color:#6040f0}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-multiple[data-v-62ccef65]{background:rgba(0,144,240,.161);color:#0090ff}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-gapfilling[data-v-62ccef65]{background:rgba(96,192,144,.161);color:#60c090}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-judge[data-v-62ccef65]{background:rgba(240,160,0,.161);color:#f0a000}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-shortanswer[data-v-62ccef65]{background:rgba(224,96,192,.161);color:#e060c0}.ai_contain .add_question_body .question-type-list .question-type-item .type-right[data-v-62ccef65]{display:flex;align-items:center;gap:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-62ccef65]{width:160px;margin-left:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-62ccef65] .el-input__inner{height:42px!important;border-radius:56px;text-align:center;font-size:12px;padding:0!important}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container[data-v-62ccef65]{width:240px;margin-left:10px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container.disabled[data-v-62ccef65] .el-slider__button{background-color:#fff;border:1px solid #797979}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label[data-v-62ccef65]{font-size:14px;color:#6040e0;min-width:80px;font-weight:700}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label.disabled[data-v-62ccef65]{color:#ccc}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .placeholder-text[data-v-62ccef65]{font-size:12px;color:#dddde0;width:160px;border:1px solid #dddde0;border-radius:56px;height:40px;text-align:center;margin-left:20px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .knowledge-section[data-v-62ccef65],.ai_contain .add_question_body .prompt-section[data-v-62ccef65]{margin-bottom:24px}.ai_contain .add_question_body .knowledge-section .section-header[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header[data-v-62ccef65]{margin-bottom:12px}.ai_contain .add_question_body .knowledge-section .section-header .required-mark[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header .required-mark[data-v-62ccef65]{color:#f45;margin-right:4px}.ai_contain .add_question_body .knowledge-section .section-header .section-title[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header .section-title[data-v-62ccef65]{font-size:14px;color:#303040}.ai_contain .add_question_body .knowledge-section .section-header .tip-text[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header .tip-text[data-v-62ccef65]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .knowledge-section .knowledge-input[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .knowledge-input[data-v-62ccef65]{position:relative}.ai_contain .add_question_body .knowledge-section .knowledge-input .knowledge-icon[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .knowledge-input .knowledge-icon[data-v-62ccef65]{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;font-size:16px;width:24px;height:24px}.ai_contain .add_question_body .prompt-textarea .el-textarea__inner[data-v-62ccef65]{min-height:120px!important;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain .add_question_footer[data-v-62ccef65]{padding-bottom:30px;display:flex;justify-content:center;align-items:center;gap:30px}.ai_contain .add_question_footer .button-handle[data-v-62ccef65]{width:168px;height:48px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .add_question_footer .button-handle[data-v-62ccef65]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ai_contain .add_question_footer .button-generate-question[data-v-62ccef65]{background:linear-gradient(180deg,#7050d0 0,#2828e0);width:280px;display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .add_question_footer .button-cancel[data-v-62ccef65]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .ai-bot-switch[data-v-62ccef65]{display:flex;align-items:center;background:transparent;justify-content:center;border-radius:49px;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:40px;width:144px;cursor:pointer;z-index:2;border:1px solid rgba(96,64,224,.639);font-size:12px;color:#182028}.ai_contain .ai-bot-label[data-v-62ccef65]{font-weight:500;margin-right:2px;margin-left:5px;width:72px}.ai_contain .ai-bot-dropdown[data-v-62ccef65]{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e0e0ff;padding:4px 0}.ai_contain .ai-bot-dropdown-item[data-v-62ccef65]{padding:8px 20px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.ai_contain .ai-bot-dropdown-item.active[data-v-62ccef65],.ai_contain .ai-bot-dropdown-item[data-v-62ccef65]:hover{background:#f0f2f8;color:#3830e0}.ai_contain .question-result-drawer[data-v-62ccef65] .el-drawer__body{padding:0;height:100%;display:flex;flex-direction:column}.ai_contain .question-result-drawer .generating-loading[data-v-62ccef65]{display:flex;justify-content:center;align-items:center;height:200px}.ai_contain .question-result-drawer .generating-loading .loading-content[data-v-62ccef65]{display:flex;flex-direction:column;align-items:center;gap:16px}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-spinner[data-v-62ccef65]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7c4dff;border-radius:50%;animation:spin-62ccef65 1s linear infinite}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-text[data-v-62ccef65]{font-size:14px;color:#7c4dff;font-weight:500}@keyframes spin-62ccef65{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai_contain .question-result-drawer .drawer_content_wrapper[data-v-62ccef65]{display:flex;flex-direction:column;height:100%;padding:0 20px}.ai_contain .question-result-drawer .question_summary_warp[data-v-62ccef65]{display:flex;justify-content:space-between;margin-bottom:20px}.ai_contain .question-result-drawer .question_summary_warp .question_summary .summary_text[data-v-62ccef65]{color:#6040e0;font-size:14px;font-weight:700}.ai_contain .question-result-drawer .question_summary_warp .question_summary .question_types_summary .type_item[data-v-62ccef65]{font-size:12px;color:rgba(24,32,40,.639)}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button[data-v-62ccef65]{display:flex;gap:15px;margin-right:15px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-handle[data-v-62ccef65]{width:96px;height:40px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-generate-question[data-v-62ccef65]{background:linear-gradient(180deg,#7050d0 0,#2828e0);display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-cancel[data-v-62ccef65]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]{flex:1;overflow-y:auto;padding-right:10px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar{width:6px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar-thumb{background:rgba(124,77,255,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar-thumb:hover{background:rgba(124,77,255,.5)}.ai_contain .question-result-drawer .question_footer_fixed[data-v-62ccef65]{flex-shrink:0;padding:0 0 10px 0;background:hsla(0,0%,100%,.9);border-top:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning[data-v-62ccef65]{display:flex;align-items:center;gap:8px}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .el-icon-info[data-v-62ccef65]{width:24px;height:24px;flex-shrink:0}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .question_remind[data-v-62ccef65]{font-size:12px;color:#797979;line-height:1.4}", ""]);
|
|
1495
1495
|
// Exports
|
|
1496
1496
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1497
1497
|
|
|
1498
1498
|
|
|
1499
1499
|
/***/ }),
|
|
1500
1500
|
|
|
1501
|
-
/***/
|
|
1501
|
+
/***/ 1147:
|
|
1502
1502
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1503
1503
|
|
|
1504
1504
|
"use strict";
|
|
@@ -32951,51 +32951,51 @@ module.exports = function (delay, noTrailing, callback, debounceMode) {
|
|
|
32951
32951
|
|
|
32952
32952
|
/***/ }),
|
|
32953
32953
|
|
|
32954
|
-
/***/
|
|
32954
|
+
/***/ 3822:
|
|
32955
32955
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32956
32956
|
|
|
32957
32957
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32958
32958
|
|
|
32959
32959
|
// load the styles
|
|
32960
|
-
var content = __webpack_require__(
|
|
32960
|
+
var content = __webpack_require__(2808);
|
|
32961
32961
|
if(content.__esModule) content = content.default;
|
|
32962
32962
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32963
32963
|
if(content.locals) module.exports = content.locals;
|
|
32964
32964
|
// add the styles to the DOM
|
|
32965
32965
|
var add = (__webpack_require__(8459)/* ["default"] */ .A)
|
|
32966
|
-
var update = add("
|
|
32966
|
+
var update = add("19906247", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32967
32967
|
|
|
32968
32968
|
/***/ }),
|
|
32969
32969
|
|
|
32970
|
-
/***/
|
|
32970
|
+
/***/ 9969:
|
|
32971
32971
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32972
32972
|
|
|
32973
32973
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32974
32974
|
|
|
32975
32975
|
// load the styles
|
|
32976
|
-
var content = __webpack_require__(
|
|
32976
|
+
var content = __webpack_require__(659);
|
|
32977
32977
|
if(content.__esModule) content = content.default;
|
|
32978
32978
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32979
32979
|
if(content.locals) module.exports = content.locals;
|
|
32980
32980
|
// add the styles to the DOM
|
|
32981
32981
|
var add = (__webpack_require__(8459)/* ["default"] */ .A)
|
|
32982
|
-
var update = add("
|
|
32982
|
+
var update = add("5ba0767b", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32983
32983
|
|
|
32984
32984
|
/***/ }),
|
|
32985
32985
|
|
|
32986
|
-
/***/
|
|
32986
|
+
/***/ 4541:
|
|
32987
32987
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32988
32988
|
|
|
32989
32989
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32990
32990
|
|
|
32991
32991
|
// load the styles
|
|
32992
|
-
var content = __webpack_require__(
|
|
32992
|
+
var content = __webpack_require__(1147);
|
|
32993
32993
|
if(content.__esModule) content = content.default;
|
|
32994
32994
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32995
32995
|
if(content.locals) module.exports = content.locals;
|
|
32996
32996
|
// add the styles to the DOM
|
|
32997
32997
|
var add = (__webpack_require__(8459)/* ["default"] */ .A)
|
|
32998
|
-
var update = add("
|
|
32998
|
+
var update = add("403d3231", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32999
32999
|
|
|
33000
33000
|
/***/ }),
|
|
33001
33001
|
|
|
@@ -33464,7 +33464,7 @@ if (typeof window !== 'undefined') {
|
|
|
33464
33464
|
// Indicate to webpack that this file can be concatenated
|
|
33465
33465
|
/* harmony default export */ var setPublicPath = (null);
|
|
33466
33466
|
|
|
33467
|
-
;// 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/main.vue?vue&type=template&id=
|
|
33467
|
+
;// 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/main.vue?vue&type=template&id=62ccef65&scoped=true
|
|
33468
33468
|
var render = function render() {
|
|
33469
33469
|
var _vm = this,
|
|
33470
33470
|
_c = _vm._self._c;
|
|
@@ -33768,7 +33768,7 @@ var render = function render() {
|
|
|
33768
33768
|
};
|
|
33769
33769
|
var staticRenderFns = [];
|
|
33770
33770
|
|
|
33771
|
-
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=template&id=
|
|
33771
|
+
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=template&id=62ccef65&scoped=true
|
|
33772
33772
|
|
|
33773
33773
|
;// 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/questionItem.vue?vue&type=template&id=cc89a654&scoped=true
|
|
33774
33774
|
var questionItemvue_type_template_id_cc89a654_scoped_true_render = function render() {
|
|
@@ -34074,12 +34074,13 @@ var component = normalizeComponent(
|
|
|
34074
34074
|
)
|
|
34075
34075
|
|
|
34076
34076
|
/* harmony default export */ var questionItem = (component.exports);
|
|
34077
|
-
;// 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/CyTreeSelect.vue?vue&type=template&id=
|
|
34078
|
-
var
|
|
34077
|
+
;// 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/CyTreeSelect.vue?vue&type=template&id=4e4eb784
|
|
34078
|
+
var CyTreeSelectvue_type_template_id_4e4eb784_render = function render() {
|
|
34079
34079
|
var _vm = this,
|
|
34080
34080
|
_c = _vm._self._c;
|
|
34081
34081
|
return _c('el-select', {
|
|
34082
34082
|
ref: "select",
|
|
34083
|
+
staticClass: "tree-select-no-suffix",
|
|
34083
34084
|
staticStyle: {
|
|
34084
34085
|
"width": "100%"
|
|
34085
34086
|
},
|
|
@@ -34124,7 +34125,7 @@ var CyTreeSelectvue_type_template_id_2970df77_render = function render() {
|
|
|
34124
34125
|
}
|
|
34125
34126
|
})], 1)], 1);
|
|
34126
34127
|
};
|
|
34127
|
-
var
|
|
34128
|
+
var CyTreeSelectvue_type_template_id_4e4eb784_staticRenderFns = [];
|
|
34128
34129
|
|
|
34129
34130
|
;// 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/CyTreeSelect.vue?vue&type=script&lang=js
|
|
34130
34131
|
/* harmony default export */ var CyTreeSelectvue_type_script_lang_js = ({
|
|
@@ -34275,9 +34276,9 @@ var CyTreeSelectvue_type_template_id_2970df77_staticRenderFns = [];
|
|
|
34275
34276
|
});
|
|
34276
34277
|
;// CONCATENATED MODULE: ./components/demo/src/CyTreeSelect.vue?vue&type=script&lang=js
|
|
34277
34278
|
/* harmony default export */ var src_CyTreeSelectvue_type_script_lang_js = (CyTreeSelectvue_type_script_lang_js);
|
|
34278
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/CyTreeSelect.vue?vue&type=style&index=0&id=
|
|
34279
|
-
var
|
|
34280
|
-
;// CONCATENATED MODULE: ./components/demo/src/CyTreeSelect.vue?vue&type=style&index=0&id=
|
|
34279
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/CyTreeSelect.vue?vue&type=style&index=0&id=4e4eb784&prod&lang=scss
|
|
34280
|
+
var CyTreeSelectvue_type_style_index_0_id_4e4eb784_prod_lang_scss = __webpack_require__(3822);
|
|
34281
|
+
;// CONCATENATED MODULE: ./components/demo/src/CyTreeSelect.vue?vue&type=style&index=0&id=4e4eb784&prod&lang=scss
|
|
34281
34282
|
|
|
34282
34283
|
;// CONCATENATED MODULE: ./components/demo/src/CyTreeSelect.vue
|
|
34283
34284
|
|
|
@@ -34290,8 +34291,8 @@ var CyTreeSelectvue_type_style_index_0_id_2970df77_prod_lang_scss = __webpack_re
|
|
|
34290
34291
|
|
|
34291
34292
|
var CyTreeSelect_component = normalizeComponent(
|
|
34292
34293
|
src_CyTreeSelectvue_type_script_lang_js,
|
|
34293
|
-
|
|
34294
|
-
|
|
34294
|
+
CyTreeSelectvue_type_template_id_4e4eb784_render,
|
|
34295
|
+
CyTreeSelectvue_type_template_id_4e4eb784_staticRenderFns,
|
|
34295
34296
|
false,
|
|
34296
34297
|
null,
|
|
34297
34298
|
null,
|
|
@@ -38218,7 +38219,8 @@ const createBurial = data => {
|
|
|
38218
38219
|
for (let type of selectedTypes) {
|
|
38219
38220
|
const count = this.form.typeCounts[type];
|
|
38220
38221
|
if (!count || count <= 0) {
|
|
38221
|
-
const
|
|
38222
|
+
const found = this.quesTypeList.find(item => item.id === type);
|
|
38223
|
+
const typeName = found && found.name || type;
|
|
38222
38224
|
return this.$message.warning(`请为${typeName}输入生成数量`);
|
|
38223
38225
|
}
|
|
38224
38226
|
}
|
|
@@ -38671,13 +38673,13 @@ const createBurial = data => {
|
|
|
38671
38673
|
});
|
|
38672
38674
|
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=script&lang=js
|
|
38673
38675
|
/* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
|
|
38674
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=0&id=
|
|
38675
|
-
var
|
|
38676
|
-
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=0&id=
|
|
38676
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=0&id=62ccef65&prod&lang=scss&scoped=true
|
|
38677
|
+
var mainvue_type_style_index_0_id_62ccef65_prod_lang_scss_scoped_true = __webpack_require__(9969);
|
|
38678
|
+
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=0&id=62ccef65&prod&lang=scss&scoped=true
|
|
38677
38679
|
|
|
38678
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=1&id=
|
|
38679
|
-
var
|
|
38680
|
-
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=1&id=
|
|
38680
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=1&id=62ccef65&prod&lang=scss
|
|
38681
|
+
var mainvue_type_style_index_1_id_62ccef65_prod_lang_scss = __webpack_require__(4541);
|
|
38682
|
+
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=1&id=62ccef65&prod&lang=scss
|
|
38681
38683
|
|
|
38682
38684
|
;// CONCATENATED MODULE: ./components/demo/src/main.vue
|
|
38683
38685
|
|
|
@@ -38695,7 +38697,7 @@ var main_component = normalizeComponent(
|
|
|
38695
38697
|
staticRenderFns,
|
|
38696
38698
|
false,
|
|
38697
38699
|
null,
|
|
38698
|
-
"
|
|
38700
|
+
"62ccef65",
|
|
38699
38701
|
null
|
|
38700
38702
|
|
|
38701
38703
|
)
|