smarter.vue 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157
  1. <template>
  2. <div class="pb_content">
  3. <div style="width:100%;padding:0;box-sizing: border-box;">
  4. <div class="pb_head top">
  5. <div class="pb_head_t_left">
  6. <span class="subClick" @click="
  7. goTo(
  8. '/test?userid=' +
  9. userid +
  10. '&oid=' +
  11. oid +
  12. '&org=' +
  13. org +
  14. '&role=' +
  15. role
  16. )
  17. ">表单管理</span>
  18. <!-- v-show="oid == '4c686762-1d0a-11ed-8c78-005056b86db5'" -->
  19. <span class="subClick" @click="
  20. goTo(
  21. '/trainCourse?userid=' +
  22. userid +
  23. '&oid=' +
  24. oid +
  25. '&org=' +
  26. org +
  27. '&role=' +
  28. role
  29. )
  30. ">培训管理</span>
  31. <span class="subClick" v-if="examineData.length" @click="
  32. goTo(
  33. '/testDataBoard?userid=' +
  34. userid +
  35. '&oid=' +
  36. oid +
  37. '&org=' +
  38. org +
  39. '&role=' +
  40. role
  41. )
  42. ">数据看板</span>
  43. <span class="sub_head">智能助手</span>
  44. </div>
  45. <!-- <div class="pb_head_t_right">
  46. <el-tooltip class="item" effect="dark" content="预览" placement="bottom">
  47. <span class="preview_icon"></span>
  48. </el-tooltip>
  49. <el-tooltip class="item" effect="dark" content="文件" placement="bottom">
  50. <span class="case_icon"></span>
  51. </el-tooltip>
  52. <el-tooltip class="item" effect="dark" content="问题" placement="bottom">
  53. <span class="problem_icon"></span>
  54. </el-tooltip>
  55. </div> -->
  56. </div>
  57. </div>
  58. <div class="cc_bottom">
  59. <div class="cc_b_left">
  60. <div class="menu_container">
  61. <div :class="['cc_b_l_menu', { active: activeMenu === 1 }]" @click="activeMenu = 1">
  62. <span :class="['session_icon', { active: activeMenu === 1 }]"></span>
  63. <div style="margin-left: 10px;margin-top: 1px;font-size: 15px;">当前会话</div>
  64. </div>
  65. <div :class="['cc_b_l_menu', { active: activeMenu === 2 }]" @click="activeMenu = 2">
  66. <span :class="['history_icon', { active: activeMenu === 2 }]"></span>
  67. <div style="margin-left: 10px;margin-top: 1px;font-size: 15px;">历史会话</div>
  68. </div>
  69. <!--<div :class="['cc_b_l_menu', { active: activeMenu === 3 }]" @click="activeMenu = 3">
  70. <span :class="['mysql_icon', { active: activeMenu === 3 }]"></span>
  71. <div style="margin-left: 10px;margin-top: 1px;font-size: 15px;">数据库管理</div>
  72. </div> -->
  73. </div>
  74. <div class="fold_btn">
  75. <span class="more_icon"></span>
  76. </div>
  77. </div>
  78. <div v-show="activeMenu == 1" style="width:100%;display: flex;">
  79. <div class="cc_b_middle">
  80. <div style="width:100%;height: 100%;">
  81. <aiLeader :courseId="aiBoxRightCid" :worksArray="courseInfoList" :formList="menuList" ref="aiChat"
  82. @pushFileData="pushFileData" @clearFileData="clearFileData"></aiLeader>
  83. </div>
  84. </div>
  85. <div class="cc_b_right">
  86. <div v-if="showFileUrl">
  87. <!-- <div style="display: flex;">
  88. <div :class="['preview_file', { active: fileMenu === 1 }]" @click="fileMenu = 1">文档预览</div>
  89. <div :class="['bianji_file', { active: fileMenu === 2 }]" @click="fileMenu = 2">文档编辑</div>
  90. </div>
  91. <div v-if="fileMenu == 1" style="margin: -2px 10px;"> -->
  92. <div class="cc_b_r_menu">
  93. <div v-for="(item, index) in menuList" @click="changeMenuIndex(index)" :key="index"
  94. :class="{ 'cc_b_r_menu_active': menuIndex == index }">
  95. <el-tooltip class="item" effect="dark" :content="item.name" placement="top">
  96. <span>{{ item.name }}</span>
  97. </el-tooltip>
  98. <!-- <div class="cc_b_r_btn"> -->
  99. <span class="close_icon" :class="{ active: menuIndex == index }"
  100. @click="deleteMenuItem(index)"></span>
  101. <!-- </div> -->
  102. </div>
  103. </div>
  104. <div class="cc_b_r_content">
  105. <csvTableView v-if="showFileUrl" :url="showFileUrl" />
  106. </div>
  107. <!-- </div> -->
  108. <!-- <div v-if="fileMenu == 2">
  109. <div class="bianji_area">
  110. <span contenteditable="true" class="userAsk">{{ userAsk }}</span>
  111. <span class="aiText" contenteditable="true" v-html="bianjiText"></span>
  112. <span v-if="!userAsk" style="display: flex;justify-content: center;">暂无数据</span>
  113. </div>
  114. </div> -->
  115. </div>
  116. <div v-else style="margin: 40px 0px 0px 20px">
  117. <div>--官方能力演示--</div>
  118. <div class="b_r_menu">
  119. <div class="b_r_menu_content">
  120. <div class="m_c_title">数据处理</div>
  121. <div class="m_c_item">缺失值处理</div>
  122. <div class="m_c_item">无效样本处理</div>
  123. <div class="m_c_item">数据降维</div>
  124. </div>
  125. <div class="b_r_menu_content">
  126. <div class="m_c_title">数据分析</div>
  127. <div class="m_c_item">线性回归</div>
  128. <div class="m_c_item">相关性分析</div>
  129. <div class="m_c_item">关联分心</div>
  130. </div>
  131. <div class="b_r_menu_content">
  132. <div class="m_c_title">图标生成</div>
  133. <div class="m_c_item">箱线图</div>
  134. <div class="m_c_item">雷达图</div>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div v-show="activeMenu == 2" style="width:calc(100% - 148px);">
  141. <div class="history_talk">
  142. <div class="h_t_head">
  143. <div class="t_h_left">
  144. <span style="font-weight: bold;font-size: 18px;">历史回溯</span>
  145. <span>共计{{ tableData.length }}个会话</span>
  146. </div>
  147. <div class="t_h_right">
  148. <div style="margin-right: 10px;position: relative;">
  149. <el-input v-model="talkName" class="student_input" placeholder="检索会话名称"></el-input>
  150. <span class="serach_icon" @click="historyTalk()"></span>
  151. </div>
  152. </div>
  153. </div>
  154. <div class="h_t_table">
  155. <el-table :data="tableData" style="width: 100%;cursor: pointer" @row-click="handleRowClick">
  156. <el-table-column prop="name" label="会话名称" >
  157. </el-table-column>
  158. <el-table-column prop="ctime" label="创建时间" width="180">
  159. </el-table-column>
  160. <el-table-column prop="utime" label="更新时间" width="180">
  161. </el-table-column>
  162. <el-table-column prop="control" label="操作" width="200">
  163. <template slot-scope="scope">
  164. <div style="display: flex;">
  165. <div class="bianji">
  166. <i class="el-icon-edit"></i>
  167. <span @click.stop="openUpdate(scope.row.name, scope.row.id)">重命名</span>
  168. </div>
  169. <div class="bianji">
  170. <i class="el-icon-delete"></i>
  171. <span @click.stop="delete_talk(scope.row.id)">删除</span>
  172. </div>
  173. </div>
  174. </template>
  175. </el-table-column>
  176. </el-table>
  177. </div>
  178. <div class="h_t_bottom">
  179. <span>共{{ tableData.length }}条</span>
  180. <el-pagination background layout="prev, pager, next" :page-size="pageSize" :current-page="page"
  181. :total="total" @current-change="handleCurrentChange"></el-pagination>
  182. <!-- <el-select v-model="value" placeholder="请选择页数" size="mini" class="el_select">
  183. <el-option v-for="item in options" :key="item.value" :label="item.label"
  184. :value="item.value">
  185. </el-option>
  186. </el-select> -->
  187. </div>
  188. </div>
  189. </div>
  190. </div>
  191. <el-dialog title="修改会话名称" :visible.sync="dialogVisibleUpdate" :append-to-body="true" :before-close="handleClose"
  192. class="dialog_diy">
  193. <el-form>
  194. <el-form-item label="会话名称" :label-width="formLabelWidth">
  195. <el-input v-model="talkName1" auto-complete="off" placeholder="请输入会话名称..."></el-input>
  196. </el-form-item>
  197. </el-form>
  198. <span class="rename_btn">
  199. <el-button @click="dialogVisibleUpdate = false">取 消</el-button>
  200. <el-button type="primary" @click="UpdateTalkName()">确 定</el-button>
  201. </span>
  202. </el-dialog>
  203. </div>
  204. </template>
  205. <script>
  206. // var OpenCC = require("opencc-js");
  207. // let converter = OpenCC.Converter({
  208. // from: 'hk',
  209. // to: 'cn'
  210. // })
  211. import radarZong from "./dataCom/radarZong.vue";
  212. import radarTeacher from "./dataCom/radarTeacher.vue";
  213. import aiLeader from "./checkAi/aiLeader.vue";
  214. import Cascader from "./dataCom/cascader.vue";
  215. // import smartMenu from "./smartBox/smartMenu.vue";
  216. import csvTableView from "./choseCheck/csvTableView.vue";
  217. export default {
  218. name: 'smarter',
  219. components: {
  220. radarZong, radarTeacher, Cascader,
  221. aiLeader, csvTableView
  222. },
  223. data() {
  224. return {
  225. // 组件数据
  226. userid: this.$route.query.userid,
  227. oid: this.$route.query.oid,
  228. org: this.$route.query.org,
  229. role: this.$route.query.role,
  230. cid: this.$route.query.cid,
  231. menuList: [],
  232. aiContentArea: [],
  233. menuIndex: 0,
  234. courseInfoList: [],
  235. page: 1,
  236. total: 0,
  237. talkName: '',
  238. talkName1: '',
  239. chatId: '',
  240. formLabelWidth: "100px",
  241. pageSize: 8,
  242. loading: true,
  243. activeMenu: 1, // 默认激活第一个
  244. fileMenu: 1,
  245. cutNumber: 1,
  246. dialogVisibleUpdate: false,
  247. // bianjiText:"",
  248. // userAsk:"",
  249. examineData: [],
  250. tableData: [],
  251. options: [{
  252. value: '1',
  253. label: '20条/页'
  254. }, {
  255. value: '2',
  256. label: '双皮奶'
  257. }],
  258. value: '1'
  259. };
  260. },
  261. methods: {
  262. handleRowClick(row, column, event) {
  263. this.activeMenu = 1;
  264. console.log(JSON.stringify(row))
  265. this.$nextTick(() => {
  266. // 调试输出
  267. console.log(this.$refs.aiChat);
  268. if (this.$refs.aiChat) {
  269. this.$refs.aiChat.getChatList(row.chatid);
  270. let obj = JSON.parse(row.json)
  271. this.menuList = obj;
  272. this.$refs.aiChat.fileList = obj.map(i=>i.url)
  273. this.menuIndex = 0;
  274. } else {
  275. console.error('aiChat ref is not available');
  276. }
  277. });
  278. },
  279. openUpdate(name, id) {
  280. this.talkName1 = name;
  281. this.chatId = id;
  282. this.dialogVisibleUpdate = true;
  283. },
  284. UpdateTalkName() {
  285. const j = this.menuList.map(i => i.url).join(",")
  286. let params = [{
  287. id: this.chatId,
  288. name: this.talkName1,
  289. j:j
  290. }];
  291. this.ajax
  292. .post(this.$store.state.api + "updateChat", params)
  293. .then(res => {
  294. if (this.talkName1 == '') {
  295. this.$message({
  296. message: "不能为空",
  297. type: "error",
  298. });
  299. } else {
  300. this.$message({
  301. message: "修改成功",
  302. type: "success",
  303. });
  304. this.dialogVisibleUpdate = false;
  305. this.historyTalk();
  306. this.talkName1 = '';
  307. }
  308. })
  309. .catch((err) => {
  310. console.error(err);
  311. })
  312. },
  313. delete_talk(id) {
  314. let params = [{
  315. id: id
  316. }]
  317. this.$confirm("确定删除此会话吗?", "提示", {
  318. confirmButtonText: "确定",
  319. cancelButtonText: "取消",
  320. type: "warning",
  321. })
  322. .then(() => {
  323. this.ajax
  324. .post(this.$store.state.api + "deleteChat", params)
  325. .then((res) => {
  326. this.$message({
  327. message: "删除成功",
  328. type: "success",
  329. });
  330. this.historyTalk();
  331. })
  332. .catch((err) => {
  333. this.$message.error("删除失败");
  334. console.error(err);
  335. });
  336. })
  337. .catch(() => { });
  338. },
  339. handleCurrentChange(newPage) {
  340. this.page = newPage;
  341. this.historyTalk();
  342. },
  343. handleClose(done) {
  344. done();
  345. },
  346. // 获取基础页面数据
  347. getPageBase() {
  348. let params = {
  349. typ: 2,
  350. org: this.org,
  351. oid: this.oid
  352. };
  353. // console.log(params);
  354. this.ajax
  355. .get(this.$store.state.api + "selectTestExamineBase", params)
  356. .then(res => {
  357. console.log('selectTestExamineBase', res.data[0]);
  358. this.examineData = res.data[0]
  359. })
  360. .catch(error => {
  361. console.log(error);
  362. });
  363. },
  364. deleteMenuItem(index) {
  365. this.menuList.splice(index, 1);
  366. this.menuIndex = 0
  367. this.$refs.aiChat.delFileList(index)
  368. this.$forceUpdate()
  369. console.log('menuList', this.menuList);
  370. },
  371. historyTalk() {
  372. let params = {
  373. uid: this.userid,
  374. n: this.talkName,
  375. page: this.page,
  376. num: this.pageSize
  377. };
  378. this.ajax
  379. .get(this.$store.state.api + "getChatHistory", params)
  380. .then((res) => {
  381. this.tableData = res.data[0]
  382. console.log("tableData", this.tableData);
  383. this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
  384. console.log("111111", this.total);
  385. })
  386. .catch((err) => {
  387. console.error(err);
  388. });
  389. },
  390. pushFileData(data) {
  391. this.menuList.push(data)
  392. console.log("menuList", this.menuList);
  393. },
  394. // pushAiContent(aitext,userText){
  395. // this.bianjiText = aitext
  396. // this.userAsk = userText
  397. // console.log("ai回答👉",this.bianjiText);
  398. // if(this.bianjiText){
  399. // this.fileMenu = 2
  400. // }
  401. // },
  402. // pushAiContent(data){
  403. // this.aiContentArea.push(...data),
  404. // console.log("aiContentArea",this.aiContentArea);
  405. // },
  406. clearFileData() {
  407. this.menuList = []
  408. },
  409. changeMenuIndex(index) {
  410. this.menuIndex = index
  411. },
  412. goTo(path) {
  413. this.$router.push(path);
  414. },
  415. getData() {
  416. if (this.cid) {
  417. this.loading = true
  418. let cidList = this.cid.split(',')
  419. let promiseList = []
  420. cidList.forEach(el => {
  421. promiseList.push(this.getCourseData(el))
  422. })
  423. Promise.all(promiseList).then(res => {
  424. this.courseInfoList = res
  425. console.log("courseInfoList", this.courseInfoList)
  426. this.loading = false
  427. }).catch(err => {
  428. console.error("Error occurred:", err);
  429. this.loading = false; // 如果有错误,也要停止loading
  430. });
  431. }
  432. },
  433. getCourseData(courseId) {
  434. return new Promise((resolve) => {
  435. let params = {
  436. cid: courseId,
  437. cn: "",
  438. tim: "",
  439. tea: ""
  440. };
  441. this.ajax
  442. .get(this.$store.state.api + "getTestWorksNoPageCopy", params)
  443. .then(async (res) => {
  444. let testJson = res.data[0][0]
  445. let works = res.data[1]
  446. let chapters = this.setJSON(this.setJson2(JSON.parse(JSON.stringify(JSON.parse(res.data[0][0].chapters)))))
  447. let courseCount11 = []
  448. let array = []
  449. let courseIds = []; // 初始化一个空数组来存储所有的courseId
  450. for (let i = 0; i < works.length; i++) {
  451. let cJson = this.setJSON(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
  452. if (JSON.stringify(cJson) == JSON.stringify(chapters)) {
  453. let _json = this.JSONSetting(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
  454. for (var ja = 0; ja < _json.length; ja++) {
  455. let _json2 = _json[ja].json;
  456. if (_json[ja].type == 6) {
  457. let courseId = _json2.answer2;
  458. courseIds.push(courseId); // 将type为6的courseId添加到数组中
  459. }
  460. if (_json[ja].type == 11) {
  461. let _answer = _json2.answer2;
  462. _answer.length ? courseCount11 = courseCount11.concat(_answer) : '';
  463. _json[ja].json.courseId = _answer ? _answer : [];
  464. courseIds = courseIds.concat(_answer); // 将type为11的courseId添加到数组中
  465. }
  466. }
  467. }
  468. }
  469. // 将所有的courseId去重
  470. courseIds = Array.from(new Set(courseIds));
  471. // 使用一个数组来存储所有的courseId后,执行getCourseInfoTestAll
  472. let courseTitles = {}; // 初始化一个空对象来存储所有的courseTitles
  473. let params2 = [{
  474. cid: courseIds.join(",")
  475. }]
  476. let data2 = await this.ajax.post(this.$store.state.api + 'getCourseInfoTestAll2', params2);
  477. let result2 = data2.data[0];
  478. result2.forEach(i => {
  479. courseTitles[i.courseId] = i.title;
  480. });
  481. for (let i = 0; i < works.length; i++) {
  482. let cJson = this.setJSON(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
  483. if (JSON.stringify(cJson) == JSON.stringify(chapters)) {
  484. let _json = this.JSONSetting(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
  485. _json.forEach(item => {
  486. if (item.type == 11) {
  487. let cid = item.json.answer2
  488. let _title = []
  489. for (var i = 0; i < cid.length; i++) {
  490. _title.push(courseTitles[cid[i]])
  491. }
  492. item.json.answer2 = _title.length ? _title.join(",") : '';
  493. }
  494. if (item.type == 6) {
  495. let courseId = item.json.answer2;
  496. item.json.answer2 = courseTitles[courseId] || '';
  497. }
  498. });
  499. // 更新对应的_json对象的answer2
  500. array.push({
  501. courseid: works[i].courseid,
  502. id: works[i].id,
  503. userid: works[i].userid,
  504. name: works[i].username ? works[i].username : '匿名',
  505. time: works[i].time,
  506. array: _json,
  507. cut: 0,
  508. uteaName: works[i].uteaName,
  509. courseJson: JSON.parse(works[i].courseJson),
  510. })
  511. }
  512. }
  513. let obj = { courseId: testJson.courseId, name: testJson.title, worksArray: array }
  514. this.courseInfoList.push(obj)
  515. resolve(obj)
  516. })
  517. .catch((err) => {
  518. resolve();
  519. console.error(err);
  520. });
  521. })
  522. },
  523. },
  524. computed: {
  525. showFileUrl() {
  526. if (this.menuList.length) {
  527. if(this.menuList[this.menuIndex]){
  528. return this.menuList[this.menuIndex].url
  529. }else {
  530. return ""
  531. }
  532. } else {
  533. return "";
  534. }
  535. },
  536. aiBoxRightCid() {
  537. let _result = this.cid;
  538. let _cidList = _result.split(',');
  539. if (_cidList.length > 1) {
  540. _cidList.sort((a, b) => parseInt(b) - parseInt(a));
  541. _result = _cidList.join(',');
  542. }
  543. console.log("我是cid", _result);
  544. return _result
  545. }
  546. },
  547. mounted() {
  548. this.getData();
  549. this.getPageBase();
  550. this.historyTalk();
  551. },
  552. watch: {
  553. activeMenu(newValue) {
  554. if (newValue === 2) {
  555. console.log("HelloWorld");
  556. this.historyTalk();
  557. }
  558. },
  559. }
  560. };
  561. </script>
  562. <style scoped>
  563. .pb_content {
  564. width: 100vw;
  565. height: 100vh;
  566. box-sizing: border-box;
  567. padding: 0 20px;
  568. }
  569. .bbox_serch {
  570. width: 100%;
  571. margin-bottom: 10px;
  572. display: flex;
  573. align-items: center;
  574. }
  575. .top {
  576. display: flex;
  577. justify-content: space-between;
  578. width: 100% !important;
  579. box-sizing: border-box;
  580. margin: 0px auto;
  581. padding: 10px 0;
  582. height: 54px;
  583. align-items: center;
  584. }
  585. .pb_head_t_left {
  586. display: flex;
  587. align-items: center;
  588. }
  589. /* .pb_head_t_right {} */
  590. .preview_icon {
  591. background: url('../../../assets/icon/test/test_preview.png') no-repeat;
  592. width: 22px;
  593. height: 22px;
  594. display: inline-block;
  595. background-size: contain;
  596. cursor: pointer;
  597. margin-right: 20px;
  598. }
  599. .case_icon {
  600. background: url('../../../assets/icon/test/test_case.png') no-repeat;
  601. width: 22px;
  602. height: 22px;
  603. display: inline-block;
  604. background-size: contain;
  605. cursor: pointer;
  606. margin-right: 15px;
  607. }
  608. .problem_icon {
  609. background: url('../../../assets/icon/test/test_problem.png') no-repeat;
  610. width: 22px;
  611. height: 22px;
  612. display: inline-block;
  613. background-size: contain;
  614. cursor: pointer;
  615. margin-right: 10px;
  616. }
  617. .subClick {
  618. font-size: 16px;
  619. cursor: pointer;
  620. margin-left: 10px;
  621. /* color: #ab582f; */
  622. color: #409eff;
  623. }
  624. .sub_head {
  625. position: relative;
  626. font-size: 20px;
  627. font-weight: bold;
  628. padding: 0 15px;
  629. }
  630. .sub_head::after {
  631. content: "";
  632. width: 100%;
  633. background: #3681FC;
  634. height: 2px;
  635. position: absolute;
  636. left: 0;
  637. bottom: -8px;
  638. }
  639. .subClick {
  640. /* font-size: 16px; */
  641. font-size: 20px;
  642. cursor: pointer;
  643. /* margin-left: 17.5px; */
  644. /* color: #ab582f; */
  645. /* color: #409eff; */
  646. color: #999;
  647. padding: 0 15px;
  648. }
  649. .subClick:hover {
  650. color: #000;
  651. }
  652. .sub_head+.subClick,
  653. .subClick+.subClick,
  654. .subClick+.sub_head {
  655. margin-left: 17.5px;
  656. }
  657. .bbox {
  658. background: #fff;
  659. border-radius: 0 5px 5px 5px;
  660. padding: 15px 0;
  661. box-sizing: border-box;
  662. min-height: 900px;
  663. }
  664. .bbox_nav {
  665. display: flex;
  666. width: 100%;
  667. box-sizing: border-box;
  668. padding: 0 20px;
  669. align-items: center;
  670. }
  671. .teaLis {
  672. display: flex;
  673. }
  674. .teal {
  675. padding: 10px 20px;
  676. cursor: pointer;
  677. }
  678. .Tbor {
  679. border-bottom: 2px rgba(54, 129, 252, 1) solid;
  680. font-weight: 600;
  681. }
  682. .randarZong {
  683. max-width: 100%;
  684. width: 500px;
  685. height: 500px;
  686. margin: 0 auto;
  687. }
  688. .randarBox {
  689. padding: 20px;
  690. width: 100%;
  691. box-sizing: border-box;
  692. display: flex;
  693. flex-wrap: wrap;
  694. }
  695. .randarBox .title {
  696. width: 100%;
  697. font-size: 18px;
  698. font-weight: 700;
  699. margin-bottom: 20px;
  700. }
  701. .randarTeacher {
  702. width: calc(100% / 4 - 20px);
  703. margin-right: 20px;
  704. margin-bottom: 20px;
  705. }
  706. .randarTitle {
  707. display: flex;
  708. align-items: center;
  709. justify-content: space-between;
  710. margin-bottom: 10px;
  711. }
  712. .randarTitle>span:nth-child(1) {}
  713. .randarTitle>span:nth-child(2) {}
  714. .randar {
  715. width: calc(100%);
  716. height: 350px;
  717. border: 1px solid #e4e4e4;
  718. border-radius: 5px;
  719. }
  720. @media screen and (max-width: 1280px) {
  721. .randarTeacher {
  722. width: calc(100% / 2 - 20px);
  723. }
  724. }
  725. @media screen and (max-width: 800px) {
  726. .randarTeacher {
  727. width: calc(100%);
  728. margin-right: 0;
  729. }
  730. }
  731. .iconfont {
  732. font-family: "iconfont" !important;
  733. font-size: 22px;
  734. font-style: normal;
  735. -webkit-font-smoothing: antialiased;
  736. -moz-osx-font-smoothing: grayscale;
  737. }
  738. .dialog_diy>>>.el-dialog__header {
  739. background: #3d67bc !important;
  740. padding: 15px 20px;
  741. }
  742. .dialog_diy>>>.el-dialog__title {
  743. color: #fff;
  744. }
  745. .student_table>>>.el-table--border td {
  746. border-right: 0px !important;
  747. }
  748. .dialog_diy>>>.el-dialog__headerbtn {
  749. top: 19px;
  750. }
  751. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
  752. color: #fff;
  753. }
  754. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
  755. color: #fff;
  756. }
  757. .cc_bottom {
  758. width: 100%;
  759. height: calc(100% - 66px - 10px);
  760. background-color: #fff;
  761. border-radius: 5px;
  762. display: flex;
  763. }
  764. .cc_b_middle {
  765. width: 50%;
  766. height: 100%;
  767. border-right: 1px solid #E4E7ED;
  768. }
  769. .cc_b_middle>div {
  770. width: 100%;
  771. height: 100%;
  772. }
  773. .cc_b_left {
  774. border-right: 1px solid #E4E7ED;
  775. display: flex;
  776. flex-direction: column;
  777. justify-content: space-between;
  778. height: 100%;
  779. width: 13%;
  780. }
  781. .menu_container {
  782. flex: 1;
  783. /* 占据除折叠按钮外的所有空间 */
  784. }
  785. .cc_b_l_menu {
  786. padding: 10px;
  787. margin: 17px;
  788. border-radius: 7px;
  789. color: #828282;
  790. cursor: pointer;
  791. display: flex;
  792. }
  793. .cc_b_l_menu.active {
  794. background-color: #3681fc;
  795. color: #fff;
  796. }
  797. .session_icon {
  798. background: url('../../../assets/icon/test/test_session.png') no-repeat;
  799. width: 18px;
  800. height: 18px;
  801. display: inline-block;
  802. background-size: contain;
  803. }
  804. .session_icon.active {
  805. background: url('../../../assets/icon/test/test_session_active.png') no-repeat;
  806. width: 18px;
  807. height: 18px;
  808. display: inline-block;
  809. background-size: contain;
  810. }
  811. .history_icon {
  812. background: url('../../../assets/icon/test/test_history.png') no-repeat;
  813. width: 18px;
  814. height: 18px;
  815. display: inline-block;
  816. background-size: contain;
  817. }
  818. .history_icon.active {
  819. background: url('../../../assets/icon/test/test_history_active.png') no-repeat;
  820. width: 18px;
  821. height: 18px;
  822. display: inline-block;
  823. background-size: contain;
  824. }
  825. /* .mysql_icon{
  826. background:url('../../../../assets/icon/test/test_mysql.png') no-repeat;
  827. width: 18px;
  828. height: 18px;
  829. display: inline-block;
  830. background-size: contain;
  831. }
  832. .mysql_icon.active{
  833. background:url('../../../../assets/icon/test/test_mysql_active.png') no-repeat;
  834. width: 18px;
  835. height: 18px;
  836. display: inline-block;
  837. background-size: contain;
  838. } */
  839. .fold_btn {
  840. padding: 27px 20px;
  841. cursor: pointer;
  842. border-top: 1px solid #E4E7ED;
  843. margin-top: auto;
  844. /* 确保折叠按钮在底部 */
  845. }
  846. .more_icon {
  847. background: url('../../../assets/icon/test/test_more.png') no-repeat;
  848. width: 14px;
  849. height: 14px;
  850. display: inline-block;
  851. background-size: contain;
  852. cursor: pointer;
  853. }
  854. .cc_b_right {
  855. width: 50%;
  856. height: 100%;
  857. box-sizing: border-box;
  858. }
  859. .preview_file,
  860. .bianji_file {
  861. margin: 10px;
  862. width: 65px;
  863. cursor: pointer;
  864. }
  865. .preview_file.active {
  866. border-bottom: 2px solid blue;
  867. }
  868. .bianji_file.active {
  869. border-bottom: 2px solid blue;
  870. }
  871. [contenteditable="true"]:focus {
  872. outline: none;
  873. border: none;
  874. }
  875. .bianji_area {
  876. margin: 10px 36px;
  877. display: flex;
  878. flex-direction: column;
  879. }
  880. .aiText{
  881. margin-top:10px;
  882. }
  883. .userAsk{
  884. font-size: 20px;
  885. font-weight: bold;
  886. }
  887. /* .aiText>p{
  888. margin-top: 0;
  889. margin-bottom: 16px;
  890. }
  891. .aiText>ol{
  892. padding-left: 2em;
  893. margin-top: 0;
  894. margin-bottom: 0;
  895. } */
  896. .cc_b_r_menu {
  897. width: 100%;
  898. height: 50px;
  899. display: flex;
  900. align-items: center;
  901. box-sizing: border-box;
  902. border-bottom: 1px solid #E4E7ED;
  903. overflow: auto;
  904. }
  905. .cc_b_r_menu>div {
  906. height: 100%;
  907. max-width: 100px;
  908. padding: 0 15px;
  909. display: flex;
  910. text-align: center;
  911. /* justify-content: center; */
  912. align-items: center;
  913. cursor: pointer;
  914. transition: all 0.3s;
  915. /* text-overflow: ellipsis;
  916. overflow: hidden;
  917. white-space: nowrap; */
  918. }
  919. .cc_b_r_menu>div:hover {
  920. background-color: #F5F7FA;
  921. }
  922. .cc_b_r_menu>div>span {
  923. width: 100%;
  924. text-overflow: ellipsis;
  925. white-space: nowrap;
  926. overflow: hidden;
  927. }
  928. .cc_b_r_menu_active {
  929. background-color: #3681FC !important;
  930. color: #fff;
  931. }
  932. .cc_b_r_content {
  933. width: 100%;
  934. overflow-y: auto;
  935. overflow-x: auto;
  936. max-height: 79vh;
  937. }
  938. .cc_b_r_btn {
  939. display: flex;
  940. align-items: center;
  941. }
  942. .close_icon {
  943. width: 0 !important;
  944. height: 22px;
  945. display: inline-block;
  946. background-size: contain;
  947. cursor: pointer;
  948. }
  949. .close_icon.active {
  950. background: url('../../../assets/icon/test/test_close_active.png') no-repeat;
  951. width: 40px !important;
  952. height: 22px;
  953. display: inline-block;
  954. background-size: contain;
  955. cursor: pointer;
  956. }
  957. .b_r_menu {
  958. display: flex;
  959. justify-content: space-around;
  960. }
  961. .b_r_menu_content {
  962. display: flex;
  963. flex-direction: column;
  964. background: linear-gradient(to bottom, #dfeaff, #ffffff, #f6f9ff);
  965. border-radius: 9px;
  966. margin-top: 15px;
  967. width: 50%;
  968. margin-right: 14px
  969. }
  970. .m_c_title {
  971. margin: 10px 7px 7px 21px;
  972. font-size: 16px;
  973. font-weight: bold;
  974. }
  975. .m_c_item {
  976. border-radius: 5px;
  977. padding: 8px 8px 8px 13px;
  978. margin: 7px;
  979. border: 1px solid #E4E7ED;
  980. }
  981. .history_talk {
  982. background: linear-gradient(to bottom, #dfeaff, #ffffff, #f6f9ff);
  983. margin: 13px;
  984. padding: 10px;
  985. }
  986. .h_t_head {
  987. display: flex;
  988. justify-content: space-between;
  989. }
  990. .t_h_left {
  991. margin-left: 13px;
  992. font-size: 13px;
  993. }
  994. .h_t_table {
  995. margin: 10px;
  996. box-shadow: 0px 0px 12px rgb(190 193 199);
  997. }
  998. .h_t_table>>>.el-table td,
  999. .el-table th {
  1000. padding: 9px 0;
  1001. }
  1002. .bianji {
  1003. display: flex;
  1004. align-items: center;
  1005. margin-right: 10px;
  1006. }
  1007. .bianji:hover {
  1008. color: rgb(14, 173, 236);
  1009. cursor: pointer;
  1010. }
  1011. .rename_btn {
  1012. display: flex;
  1013. justify-content: flex-end;
  1014. }
  1015. .h_t_bottom {
  1016. display: flex;
  1017. justify-content: flex-end;
  1018. align-items: center;
  1019. margin-right: 9px;
  1020. }
  1021. .el_select {
  1022. width: 89px;
  1023. }
  1024. .table_title {
  1025. background-color: gray;
  1026. }
  1027. .student_input>>>.el-input__inner {
  1028. height: 30px;
  1029. width: 179px;
  1030. font-size: 13px;
  1031. padding: 0 10px;
  1032. }
  1033. .serach_icon {
  1034. position: absolute;
  1035. right: 12px;
  1036. top: 50%;
  1037. transform: translateY(-50%);
  1038. width: 13px;
  1039. height: 13px;
  1040. background: url("../../../assets/icon/test/test_search.png") no-repeat;
  1041. background-size: 100% 100%;
  1042. cursor: pointer;
  1043. }
  1044. .el-input {
  1045. position: relative;
  1046. font-size: 14px;
  1047. display: inline-block;
  1048. width: 100%;
  1049. }
  1050. </style>