aiCreateDialog.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. <template>
  2. <el-dialog title="AI生成PPT" :visible.sync="dialogVisibleAiCreate" :append-to-body="true" width="700px"
  3. :before-close="handleClose" class="dialog_diy">
  4. <div style="height: 500px; padding: 15px" v-loading="loading" element-loading-text="小可正在努力生成中,请稍等...">
  5. <!-- <div class="t_box">
  6. <span>选择:</span>
  7. <el-radio-group v-model="radio" @change="changeRadio">
  8. <el-radio :label="0">PPT</el-radio>
  9. <el-radio :label="1">教案</el-radio>
  10. <el-radio :label="2">视频</el-radio>
  11. </el-radio-group>
  12. </div> -->
  13. <div class="t_box" v-if="steps == 1" style="height: 100%">
  14. <textarea style="height: 100%;width:calc(100% - 260px)" rows="10" class="binfo_input binfo_textarea" cols
  15. placeholder="请生成大纲" v-model="outline"></textarea>
  16. <div class="template_box">
  17. <span class="title">选择模板</span>
  18. <div class="template_list">
  19. <div class="template_item" :class="{ active: index == templateIndex }"
  20. v-for="(item, index) in templateList" :key="index" @click="changeTemplate(index)">
  21. <img :src="item.img" alt="" />
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. <div style="height: 100%" v-else>
  27. <wOffice v-if="url" :url="url"></wOffice>
  28. </div>
  29. </div>
  30. <span slot="footer" class="dialog-footer">
  31. <el-button @click="aiGet(2)" type="primary" :disabled="loading">重新生成大纲</el-button>
  32. <el-button @click="aiGet(1)" type="primary" :disabled="loading">{{
  33. url ? "重新生成PPT" : "生成PPT"
  34. }}</el-button>
  35. <el-button @click="steps = 1" type="primary" v-if="steps == 2">上一步</el-button>
  36. <el-button @click="steps = 2" type="primary" v-else-if="steps == 1 && url">下一步</el-button>
  37. <el-button @click="confirm" type="primary">确 定</el-button>
  38. <el-button @click="close">关 闭</el-button>
  39. </span>
  40. </el-dialog>
  41. </template>
  42. <script>
  43. import Pptxgen from "pptxgenjs";
  44. import wOffice from "../components/wOffice.vue";
  45. import { v4 as uuidv4 } from "uuid";
  46. export default {
  47. components: {
  48. wOffice,
  49. },
  50. props: {
  51. dialogVisibleAiCreate: {
  52. type: Boolean,
  53. default: false,
  54. },
  55. courseName: {
  56. type: String,
  57. default: "",
  58. },
  59. infoData: {
  60. type: Array,
  61. default: "",
  62. },
  63. courseTypeId: {
  64. type: Array,
  65. default: "",
  66. },
  67. CourseTypeJson: {
  68. type: Object,
  69. default: () => ({}),
  70. },
  71. courseState: {
  72. type: Number,
  73. },
  74. lineCount: {
  75. type: Number,
  76. },
  77. unitJson: {
  78. type: Array,
  79. }
  80. },
  81. // 根据用户给你的参考资料
  82. data() {
  83. return {
  84. userid: this.$route.query.userid,
  85. radio: 0,
  86. aiJson: {
  87. ppt: `## 任务
  88. 请生成关于${this.courseName},为教师生成这节课的教学ppt,页数在20页左右。PPT的内容主要是讲解该课程中所有可能涉及到的知识点。
  89. ## 工作流
  90. 1. 从用户提供的参考资料中提取10个最重要的知识点(知识点水平限制在小学和初中),并输出。
  91. 2. 针对10个知识点中的每个,你使用1~3页ppt详细的对知识点进行讲解。你的讲解词应该在100token左右
  92. 3. 讲解完所有知识点后,再根据知识点出5道单选题(放在5页ppt中)
  93. ## 限制
  94. - 你不能输出错误的知识,如果你实在不清楚,输出“对不起,我不确定”
  95. - 你不能输出违反伦理的内容`,
  96. word: "",
  97. video: "",
  98. },
  99. aiUrl: {
  100. ppt: "",
  101. word: "",
  102. video: "",
  103. },
  104. detail: "",
  105. loading: false,
  106. url: "",
  107. uJson: {},
  108. outline: "",
  109. steps: 1,
  110. templateList: [
  111. // { img: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model1-11719468995661.png', img2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model1-21719469026755.png',color:'17094F' },
  112. // { img: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model2-11719469051869.png', img2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model2-21719469040181.png',color:'052B37' },
  113. // { img: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model3-11719469071576.png', img2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model3-21719469092087.png',color:'1D5869' },
  114. // { img: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model4-11719469106190.png', img2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model-4-21719469125318.png',color:'372213' },
  115. // { img: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model5-11719295908696.png', img2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/model5-21719295930345.png',color:'674D40' },
  116. { img: require('../../../assets/icon/ppt/model1-1.png'), img2: require('../../../assets/icon/ppt/model1-2.png'),color:'17094F' },
  117. { img: require('../../../assets/icon/ppt/model2-1.png'), img2: require('../../../assets/icon/ppt/model2-2.png'),color:'052B37' },
  118. { img: require('../../../assets/icon/ppt/model3-1.png'), img2: require('../../../assets/icon/ppt/model3-2.png'),color:'1D5869' },
  119. { img: require('../../../assets/icon/ppt/model4-1.png'), img2: require('../../../assets/icon/ppt/model4-2.png'),color:'372213' },
  120. { img: require('../../../assets/icon/ppt/model5-1.png'), img2: require('../../../assets/icon/ppt/model5-2.png'),color:'674D40' },
  121. ],
  122. templateIndex: 0,
  123. };
  124. },
  125. watch: {
  126. dialogVisibleAiCreate(newValue, oldValue) {
  127. if (newValue) {
  128. this.loading = false;
  129. this.aiGet(2);
  130. }
  131. },
  132. },
  133. methods: {
  134. handleClose(done) {
  135. this.close();
  136. done();
  137. },
  138. close() {
  139. this.$emit("update:dialogVisibleAiCreate", false);
  140. },
  141. confirm() {
  142. if (this.url) {
  143. this.$emit("createAiPpt", this.uJson);
  144. } else {
  145. this.$message.error("请先生成ppt");
  146. }
  147. },
  148. changeRadio() {
  149. if (this.radio == 0) {
  150. this.detail = this.aiJson.ppt;
  151. }
  152. if (this.radio == 1) {
  153. this.detail = this.aiJson.word;
  154. }
  155. if (this.radio == 2) {
  156. this.detail = this.aiJson.video;
  157. }
  158. },
  159. createFileid(url) {
  160. let _this = this;
  161. return new Promise((resolve, reject) => {
  162. try {
  163. _this.ajax
  164. .put("https://gpt4.cocorobo.cn/upload_file_knowledge", {
  165. url: url,
  166. })
  167. .then((res) => {
  168. let _data = res.data.FunctionResponse;
  169. if (_data.result && _data.result.id) {
  170. resolve(_data.result.id);
  171. }
  172. })
  173. .catch(function (error) {
  174. resolve("");
  175. });
  176. } catch (e) {
  177. resolve();
  178. }
  179. });
  180. },
  181. async aiGet(type) {
  182. if (this.loading) {
  183. this.$message.error("正在生成中,请稍后");
  184. return;
  185. }
  186. this.url = "";
  187. this.uJson = {};
  188. let _this = this;
  189. let fileid = [];
  190. if (_this.infoData.length) {
  191. for (var i = 0; i < _this.infoData.length; i++) {
  192. if (_this.infoData[i].fileid) {
  193. fileid.push(_this.infoData[i].fileid);
  194. } else {
  195. let _fileid = await _this.createFileid(_this.infoData[i].url);
  196. if (_fileid) {
  197. _this.infoData[i].fileid = _fileid;
  198. _this.$forceUpdate();
  199. fileid.push(_fileid);
  200. }
  201. }
  202. }
  203. }
  204. console.log("fileid=========", fileid);
  205. let mclass = [];
  206. if (_this.courseTypeId.length) {
  207. for (var i = 0; i < _this.courseTypeId.length; i++) {
  208. let _sid = _this.courseTypeId[i];
  209. for (
  210. var j = 0;
  211. j <
  212. _this.CourseTypeJson["34628934-d02f-11ec-8c78-005056b86db5"].length;
  213. j++
  214. ) {
  215. if (
  216. _sid ==
  217. _this.CourseTypeJson["34628934-d02f-11ec-8c78-005056b86db5"][j].id
  218. ) {
  219. mclass.push(
  220. _this.CourseTypeJson["34628934-d02f-11ec-8c78-005056b86db5"][j]
  221. .name
  222. );
  223. }
  224. }
  225. }
  226. }
  227. let message = "";
  228. if (type == 1) {
  229. message = `NOTICE
  230. Role: 你是ppt内容设计大师,能力是从用户提供的文件资料中提取最重要的学科概念作为ppt参考内容,最后根据Context要求的流程要求输出ppt内容。
  231. Output: Provide your output in json format.
  232. Language: Please use the same language as the user requirement, if the user speaks Chinese, the specific text of your answer should also be in Chinese.
  233. ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
  234. Instruction: Based on the context, follow "Format example", write content.
  235. # Context
  236. ## 任务
  237. 将参考#大纲内容,为教师生成这节课的教学ppt。PPT的内容主要是讲解该课程中所有可能涉及到的知识点,根据大纲内容生成ppt内容。
  238. ## 每一页输出格式
  239. - 页数:序列数字
  240. - 标题:学科概念(请从给你的大纲中摘取)
  241. - 子标题:知识点(请从给你的大纲中摘取)
  242. - 知识点讲解:针对大纲中的每个知识点,生成200字左右的详细讲解。你的语气应该让小学或初中的学生清晰易懂的讲解。你的讲解词在200 token左右。请尽可能的详细,这对我很重要。
  243. ## 限制
  244. - 你不能输出错误的知识,如果你实在不清楚,修改大纲中的知识点。
  245. - 你不能输出违反伦理的内容
  246. ## 工作流
  247. 1. 针对大纲中的每个知识点,生成200字左右的详细讲解。你的语气应该让小学或初中的学生清晰易懂的讲解。请尽可能的详细,这对我很重要。
  248. 2. 针对大纲中的每个测试,详细设计不同测试题目,例如单选,多选,对错题等。
  249. 3.从用户提供的参考资料中提取5个最重要的学科概念,并输出。
  250. 4.分解每个学科概念为几个子知识点
  251. 5.简要描述每个知识点
  252. 6.生成5个测试题以考察学生的掌握情况
  253. 7.一个知识点一页,一个测试题一页
  254. ## 大纲内容
  255. ${_this.outline.replaceAll('#','').replaceAll('*','').replaceAll('-','').replaceAll('\n','')}
  256. # Format example
  257. [{"page": "页码(数字)","title": "学科概念(请从给你的大纲中摘取)(标题)","task": "知识点(请从给你的大纲中摘取)(子标题)","points": "知识点讲解:针对大纲中的每个知识点,生成200字左右的详细讲解。你的语气应该让小学或初中的学生清晰易懂的讲解。你的讲解词在100 token左右。请尽可能的详细,这对我很重要。"}]`;
  258. } else {
  259. if(this.courseState == 4){
  260. message = `# 任务
  261. 请根据参考资料,生成关于${this.courseName},为教师生成这节课的教学ppt的大纲,大纲的主要内容课程知识点的讲解与相关练习和测试。你的输出应该符合#输出格式
  262. # 工作流
  263. 1.从用户提供的参考资料中提取3个最重要的学科概念${mclass.length ? "(水平限制在{面向年级}中)" : ""},并输出。
  264. 2.分解每个学科概念为几个子知识点
  265. 3.简要描述每个知识点
  266. 4.生成3个测试题以考察学生的掌握情况
  267. ${mclass.length ? "#参考资料\n面向年级:" + mclass.join(",") : ""}
  268. # 输出格式
  269. - 标题:学科概念1
  270. 1.知识点:知识点1
  271. 2.知识点:知识点2
  272. 3.知识点:知识点3
  273. # 限制
  274. 1.如果有参考资料请根据参考资料,如果没有无需根据参考资料进行,随意发挥。
  275. 2.你不能输出错误的知识。
  276. 3.你不能输出违反伦理的内容。`;
  277. }else if(this.courseState == 5){
  278. message = `# 任务
  279. 根据参考资料,为教师生成该任务的教学ppt的大纲,大纲是针对该任务相关知识点的讲解与相关练习和测试。你的输出应该符合#输出格式
  280. # 参考资料
  281. 任务教案:${_this.unitJson[0].chapterInfo[0].taskJson[_this.lineCount].taskDetail3.replaceAll('#','').replaceAll('*','').replaceAll('-','').replaceAll('\n','')}
  282. ${mclass.length ? "面向年级:" + mclass.join(",") : ""}
  283. # 工作流
  284. 1.从用户提供的参考资料中提取3个最重要的学科概念${mclass.length ? "(水平限制在{面向年级}中)" : ""},并输出。
  285. 2.分解每个学科概念为几个子知识点
  286. 3.简要描述每个知识点
  287. 4.生成3个测试题以考察学生的掌握情况
  288. # 输出格式
  289. - 标题:学科概念1
  290. 1.知识点:知识点1
  291. 2.知识点:知识点2
  292. 3.知识点:知识点3
  293. # 限制
  294. 1.如果有参考资料请根据参考资料,如果没有无需根据参考资料进行,随意发挥。
  295. 2.你不能输出错误的知识。
  296. 3.你不能输出违反伦理的内容。`
  297. }
  298. }
  299. // let params = JSON.stringify({
  300. // // "model": "Chat",
  301. // model: 'gpt-3.5-turbo',
  302. // temperature: 0,
  303. // max_tokens: 4096,
  304. // top_p: 1,
  305. // frequency_penalty: 0,
  306. // presence_penalty: 0,
  307. // messages: [{
  308. // content: message,
  309. // role: 'user'
  310. // }],
  311. // stream: false,
  312. // uid: this.userid,
  313. // mind_map_question: "",
  314. // })
  315. // _this.loading = true
  316. // _this.ajax.post('https://gpt4.cocorobo.cn/chat', params).then(function (response) {
  317. // console.log(response);
  318. // let data = response.data.FunctionResponse
  319. // if (data.choices && data.choices.length && data.choices[0].message) {
  320. // console.log(data.choices[0].message.content);
  321. // try {
  322. // let _data = JSON.parse(data.choices[0].message.content)
  323. // _this.createPpt(_data)
  324. // } catch (e) {
  325. // console.log('error_________________'+e);
  326. // _this.$message.error(data.choices[0].message.content)
  327. // _this.loading = false
  328. // }
  329. // }
  330. // }).catch(function (error) {
  331. // _this.loading = false
  332. // console.log(error);
  333. // });
  334. let parm = {
  335. assistant_id:
  336. type == 1
  337. ? "6063369f-289a-11ef-8bf4-12e77c4cb76b"
  338. : "f8e1ebb2-2e0d-11ef-8bf4-12e77c4cb76b",
  339. message: [{ type: "text", text: message }],
  340. session_name: uuidv4(),
  341. userId: this.userid,
  342. file_ids: fileid.length ? [...fileid] : "",
  343. };
  344. _this.loading = true;
  345. this.ajax
  346. .post("https://gpt4.cocorobo.cn/ai_agent_park_chat", parm)
  347. .then((response) => {
  348. console.log(response);
  349. let data = response.data.FunctionResponse;
  350. if (data.message) {
  351. console.log(data.message);
  352. if (type == 1) {
  353. try {
  354. let _data = JSON.parse(
  355. data.message.replaceAll("```json", "").replaceAll("```", "")
  356. );
  357. _this.createPpt(_data);
  358. _this.steps = 2;
  359. } catch (e) {
  360. console.log("error_________________" + e);
  361. // _this.$message.error(data.message)
  362. try {
  363. let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
  364. let match = data.message.match(regex);
  365. let _data2 = JSON.parse(match[0]);
  366. _this.createPpt(_data2);
  367. _this.steps = 2;
  368. // let _data = JSON.parse(data.message.match(/(?<=```json).*?(?=```)/)[0])
  369. // var message = data.message;
  370. // var jsonStart = message.indexOf("```json") + 7; // `+ 7` 是为了跳过 ```json
  371. // var jsonEnd = message.indexOf("```", jsonStart);
  372. // if (jsonStart !== -1 && jsonEnd !== -1) {
  373. // var jsonString = message
  374. // .substring(jsonStart, jsonEnd)
  375. // .trim();
  376. // var _data2 = JSON.parse(jsonString);
  377. // _this.createPpt(_data2);
  378. // _this.steps = 2;
  379. // } else {
  380. // _this.$message.error("生成失败,正在重新生成");
  381. // _this.aiGet(type);
  382. // }
  383. } catch (error) {
  384. _this.$message.error("生成失败,正在重新生成");
  385. _this.loading = false;
  386. _this.aiGet(type);
  387. }
  388. }
  389. } else {
  390. _this.outline = data.message;
  391. _this.steps = 1;
  392. _this.loading = false;
  393. }
  394. }
  395. })
  396. .catch((error) => {
  397. _this.loading = false;
  398. console.log(error);
  399. });
  400. },
  401. createPpt(array) {
  402. // 1. 创建PPT
  403. const pres = new Pptxgen();
  404. const _slideTou = pres.addSlide();
  405. _slideTou.background = { path: this.templateList[this.templateIndex].img }
  406. let title = ''
  407. if(this.courseState == 4){
  408. title = this.courseName
  409. }else if(this.courseState == 5){
  410. title = this.unitJson[0].chapterInfo[0].taskJson[this.lineCount].task
  411. }
  412. _slideTou.addText(title, {
  413. x: "10%", // 横坐标
  414. y: 3,
  415. width: "90%",
  416. color: this.templateList[this.templateIndex].color,
  417. fontSize: 38, // 字号
  418. align: "center",
  419. });
  420. for (var i = 0; i < array.length; i++) {
  421. // 2. 创建一个PPT页面,每调用一次 pres.addSlide() 都可以生成一张新的页面
  422. // 建议把每个页面的构造抽成一个个函数,然后通过函数调用生成新页面,代码不会很乱
  423. const _slide = pres.addSlide();
  424. _slide.background = { path: this.templateList[this.templateIndex].img2 }
  425. // 3. 调用addTetx(),在PPT页面中插入文字“Hello World from PptxGenJS...”
  426. // 括号里面是对文字的配置,文字横坐标x为1.5,纵坐标y为1.5,字体颜色 363636……
  427. // 关于坐标长度与px的转换 x 1 = 127~128px 左右
  428. const page = i + 1 > 10 ? i + 1 : "0" + (i + 1);
  429. const tempResult1 = page + " " + array[i].title;
  430. _slide.addText(tempResult1, {
  431. x: "10%", // 横坐标
  432. y: 1.1,
  433. width: "90%",
  434. color: this.templateList[this.templateIndex].color,
  435. fontSize: 28, // 字号
  436. align: "center",
  437. });
  438. const tempResult2 = array[i].task;
  439. _slide.addText(tempResult2, {
  440. x: "10%", // 横坐标
  441. y: 1.8,
  442. width: "90%",
  443. color: "222222",
  444. fontSize: 20, // 字号
  445. align: "center",
  446. });
  447. let tempResult3 = '';
  448. if (typeof array[i].points == 'object') {
  449. tempResult3 = array[i].points.join('\n')
  450. } else {
  451. tempResult3 = array[i].points
  452. }
  453. _slide.addText(tempResult3, {
  454. x: "20%", // 横坐标
  455. y: 3.2,
  456. w: "60%",
  457. color: "444444",
  458. fontSize: 18, // 字号
  459. align: "center",
  460. });
  461. }
  462. const _slideWei = pres.addSlide();
  463. _slideWei.background = { path: this.templateList[this.templateIndex].img }
  464. _slideWei.addText("谢谢观看,下课!", {
  465. x: "10%", // 横坐标
  466. y: 3,
  467. width: "90%",
  468. color: this.templateList[this.templateIndex].color,
  469. fontSize: 38, // 字号
  470. align: "center",
  471. });
  472. // 获取PPTX文件的ArrayBuffer
  473. // 保存为 Blob 并处理
  474. pres.write("blob").then((blob) => {
  475. // 现在你有了一个 Blob 对象
  476. console.log(blob);
  477. const file = new File([blob], title + ".pptx", {
  478. type: "application/vnd.openxmlformats-officedocument.presentationml.presentation",
  479. });
  480. console.log(pres);
  481. this.beforeUpload(file);
  482. });
  483. },
  484. beforeUpload(event) {
  485. var file = event;
  486. var credentials = {
  487. accessKeyId: "AKIATLPEDU37QV5CHLMH",
  488. secretAccessKey: "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",
  489. }; //秘钥形式的登录上传
  490. window.AWS.config.update(credentials);
  491. window.AWS.config.region = "cn-northwest-1"; //设置区域
  492. var bucket = new window.AWS.S3({ params: { Bucket: "ccrb" } }); //选择桶
  493. var _this = this;
  494. if (file) {
  495. var params = {
  496. Key:
  497. file.name.split(".")[0] +
  498. new Date().getTime() +
  499. "." +
  500. file.name.split(".")[file.name.split(".").length - 1],
  501. ContentType: file.type,
  502. Body: file,
  503. "Access-Control-Allow-Credentials": "*",
  504. ACL: "public-read",
  505. }; //key可以设置为桶的相抵路径,Body为文件, ACL最好要设置
  506. var options = {
  507. partSize: 2048 * 1024 * 1024,
  508. queueSize: 2,
  509. leavePartsOnError: true,
  510. };
  511. bucket
  512. .upload(params, options)
  513. .on("httpUploadProgress", function (evt) {
  514. //这里可以写进度条
  515. // console.log("Uploaded : " + parseInt((evt.loaded * 80) / evt.total) + '%');
  516. })
  517. .send(function (err, data) {
  518. _this.loading = false;
  519. if (err) {
  520. _this.$message.error("上传失败");
  521. } else {
  522. _this.url = data.Location;
  523. _this.uJson = {
  524. name: file.name,
  525. url: data.Location,
  526. type: 3,
  527. };
  528. console.log(data.Location);
  529. }
  530. });
  531. }
  532. },
  533. changeTemplate(index) {
  534. this.templateIndex = index;
  535. }
  536. },
  537. };
  538. </script>
  539. <style scoped>
  540. .dialog_diy>>>.el-dialog {
  541. height: auto;
  542. margin: 15vh auto 0 !important;
  543. }
  544. .dialog_diy>>>.el-dialog__header {
  545. background: #454545 !important;
  546. padding: 15px 20px;
  547. }
  548. .dialog_diy>>>.el-dialog__body {
  549. height: calc(100% - 124px);
  550. box-sizing: border-box;
  551. padding: 0px;
  552. }
  553. .dialog_diy>>>.el-dialog__title {
  554. color: #fff;
  555. }
  556. .dialog_diy>>>.el-dialog__headerbtn {
  557. top: 19px;
  558. }
  559. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
  560. color: #fff;
  561. }
  562. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
  563. color: #fff;
  564. }
  565. .dialog_diy>>>.el-dialog__body,
  566. .dialog_diy>>>.el-dialog__footer {
  567. background: #fafafa;
  568. }
  569. .binfo_input {
  570. width: 100%;
  571. margin: 0;
  572. padding: 5px 7px;
  573. display: block;
  574. min-width: 0;
  575. outline: none;
  576. box-sizing: border-box;
  577. background: none;
  578. border: none;
  579. border-radius: 4px;
  580. background: #fff;
  581. font-size: 15px;
  582. resize: none;
  583. font-family: "Microsoft YaHei";
  584. min-height: 48px;
  585. /* border: 1px solid #3682fc00; */
  586. border: 1.5px solid #cad1dc;
  587. }
  588. .binfo_textarea {
  589. border: 1.5px solid #cad1dc;
  590. font-size: 15px;
  591. resize: none;
  592. /* background: #f6f6f6; */
  593. font-family: "Microsoft YaHei";
  594. }
  595. .binfo_textarea:focus-visible {
  596. border: 1.5px solid #3681fc !important;
  597. }
  598. .binfo_textarea::-webkit-scrollbar {
  599. /*滚动条整体样式*/
  600. width: 6px;
  601. /*高宽分别对应横竖滚动条的尺寸*/
  602. height: 6px;
  603. }
  604. /*定义滚动条轨道 内阴影+圆角*/
  605. .binfo_textarea::-webkit-scrollbar {
  606. border-radius: 10px;
  607. background-color: #eee;
  608. }
  609. /*定义滑块 内阴影+圆角*/
  610. .binfo_textarea::-webkit-scrollbar-thumb {
  611. border-radius: 10px;
  612. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  613. background-color: rgba(0, 0, 0, 0.1);
  614. }
  615. .t_box {
  616. display: flex;
  617. margin-bottom: 15px;
  618. display: flex;
  619. justify-content: space-between;
  620. }
  621. .t_box>span:nth-child(1) {
  622. min-width: 80px;
  623. font-size: 16px;
  624. color: #000;
  625. }
  626. .template_box{
  627. width: 250px;
  628. }
  629. .template_box > .title{
  630. font-size: 18px;
  631. margin-bottom: 10px;
  632. display: block;
  633. }
  634. .template_list{
  635. overflow: auto;
  636. width: 100%;
  637. height: calc(100% - 31px);
  638. }
  639. .template_item{
  640. cursor: pointer;
  641. width: 100%;
  642. height: 165px;
  643. overflow: hidden;
  644. border-radius: 5px;
  645. box-sizing: border-box;
  646. border: 5px solid #e5e5e5ee;
  647. }
  648. .template_item + .template_item{
  649. margin-top: 10px;
  650. }
  651. .template_item.active{
  652. border: 5px solid #0061ff;
  653. }
  654. .template_item > img{
  655. width: 100%;
  656. height: 100%;
  657. object-fit: cover;
  658. }
  659. </style>