index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
  1. <template>
  2. <div class="classroomObservation" v-loading="loading">
  3. <!-- <div class="co-header1">
  4. <div class="co-h1-left">
  5. <span class="co-h1-l-icon el-icon-s-home"></span>
  6. <div class="co-h1-l-router">
  7. <span class="co-h1-l-r-up" @click="goTo('ai助手')">AI助手</span>
  8. <span class="co-h1-l-r-rightIcon el-icon-arrow-right"></span>
  9. <span class="co-j1-l-r-down">课堂观察</span>
  10. </div>
  11. </div>
  12. </div> -->
  13. <div class="co-header2">
  14. <div class="co-h2-left">
  15. <!-- <span
  16. class="co-h2-l-icon"
  17. @click="$refs.addNewCourseDialogRef.open()"
  18. ></span> -->
  19. <span class="co-h2-l-icon" @click="addNewCourse()"></span>
  20. <span class="co-h2-l-hr"></span>
  21. <span class="co-h2-l-text">
  22. <el-select
  23. class="co_h2_l_t_select"
  24. v-model="tid"
  25. placeholder="查看历史课堂"
  26. @change="changeTid"
  27. >
  28. <el-option
  29. v-for="item in optionData"
  30. :key="item.value"
  31. :label="item.label"
  32. :value="item.value"
  33. >
  34. <div class="selectBox">
  35. <span>{{ item.label }}</span>
  36. <div class="controlsBox">
  37. <span class="changeSelect" @click.stop="changeCourse(item)"></span>
  38. <span
  39. class="delSelect"
  40. @click.stop="delCourse(item.id)"
  41. ></span>
  42. </div>
  43. </div>
  44. </el-option>
  45. </el-select>
  46. </span>
  47. <!-- <div
  48. class="co_h2_l_del"
  49. @click.stop="delCourse()"
  50. v-if="optionData.length > 0"
  51. >
  52. <span></span>
  53. </div> -->
  54. </div>
  55. <div class="co-h2-right">
  56. <div
  57. :class="['co-h2-r-btn', fileId ? '' : 'ca-h2-r-noActive']"
  58. style="background: rgba(54, 129, 252, 1)"
  59. @click.stop="getReport()"
  60. >
  61. <span class="co-h2-r-b-icon1"></span>
  62. <div style="color: white">一键分析</div>
  63. </div>
  64. <div
  65. :class="['co-h2-r-btn', fileId ? '' : 'ca-h2-r-noActive']"
  66. style="background: #ffffff"
  67. @click.stop="preview()"
  68. >
  69. <span class="co-h2-r-b-icon2"></span>
  70. <div style="color: black">查看报告</div>
  71. </div>
  72. <!-- <div class="co-h2-r-btn2" @click.stop="preview()">
  73. <el-tooltip class="item" effect="light" content="预览" placement="top">
  74. <img
  75. src="../../../assets/icon/classroomObservation/Syan.png"
  76. alt=""
  77. />
  78. </el-tooltip>
  79. </div> -->
  80. <div :class="['co-h2-r-btn2']" @click.stop="shareBtn">
  81. <!-- <span class="co-h2-r-b-icon3"></span> -->
  82. <el-tooltip
  83. class="item"
  84. effect="light"
  85. content="分享"
  86. placement="top"
  87. >
  88. <img
  89. src="../../../assets/icon/classroomObservation/daoChu.svg"
  90. alt=""
  91. />
  92. </el-tooltip>
  93. </div>
  94. <div :class="['co-h2-r-btn2']" @click.stop="examine">
  95. <!-- <span class="co-h2-r-b-icon3"></span> -->
  96. <el-tooltip
  97. class="item"
  98. effect="light"
  99. content="审核"
  100. placement="top"
  101. >
  102. <img
  103. src="../../../assets/icon/classroomObservation/examine.svg"
  104. alt=""
  105. />
  106. </el-tooltip>
  107. </div>
  108. <!-- <div :class="['co-h2-r-btn2']" @click.stop="home">
  109. <el-tooltip
  110. class="item"
  111. effect="light"
  112. content="主页"
  113. placement="top"
  114. >
  115. <img
  116. src="../../../assets/icon/classroomObservation/home.svg"
  117. alt=""
  118. />
  119. </el-tooltip>
  120. </div> -->
  121. </div>
  122. </div>
  123. <div class="co-main">
  124. <div class="co-m-left">
  125. <chatArea
  126. ref="chatAreaRef"
  127. :tid="tid"
  128. @updateFileId="updateFileId"
  129. @changeAudioUrl="changeAudioUrl"
  130. @updateTranscription="updateTranscription"
  131. :fileId="fileId"
  132. :createTime="createTime"
  133. :fileIdId="fileIdId"
  134. />
  135. </div>
  136. <div class="co-m-right">
  137. <messageArea
  138. :tid="tid"
  139. :fileId="fileId"
  140. ref="messageAreaRef"
  141. @changeAudioUrl="changeAudioUrl"
  142. @changeChatAreaAudioUrl="changeChatAreaAudioUrl"
  143. @changeTranscription="changeTranscription"
  144. @changeOptionData="changeOptionData"
  145. @updateTime="updateTime"
  146. />
  147. </div>
  148. </div>
  149. <sharePdf
  150. :dialogVisibleShare="dialogVisibleShare"
  151. :tid="tid"
  152. @shareBtn="shareBtn"
  153. ></sharePdf>
  154. <changeCourseNameDialog :tid="tid" ref="changeCourseNameDialogRef" @success="changeCourseSuccess"/>
  155. <!-- <addNewCourseDialog
  156. :courseList="optionData"
  157. ref="addNewCourseDialogRef"
  158. @success="addNewCourse"
  159. /> -->
  160. </div>
  161. </template>
  162. <script>
  163. // 聊天区域
  164. import chatArea from "./components/chatArea.vue";
  165. // 信息区域
  166. import messageArea from "./components/messageArea.vue";
  167. import sharePdf from "./components/sharePdf.vue";
  168. import { v4 as uuidv4 } from "uuid";
  169. // 添加课堂弹窗
  170. // import addNewCourseDialog from "./components/addNewCourseDialog.vue";
  171. //修改课程名称弹窗
  172. import changeCourseNameDialog from './components/changeCourseNameDialog';
  173. //保存模板弹窗
  174. export default {
  175. components: {
  176. chatArea,
  177. messageArea,
  178. sharePdf,
  179. changeCourseNameDialog,
  180. // addNewCourseDialog,
  181. },
  182. data() {
  183. return {
  184. loading: false,
  185. dialogVisibleShare: false,
  186. createTime: new Date().toLocaleString().replaceAll("/", "-"),
  187. tid: "",
  188. fileId: "",
  189. fileIdId: "",
  190. optionData: [],
  191. userId: this.$route.query["userid"],
  192. };
  193. },
  194. methods: {
  195. //切换了课堂
  196. changeTid(newValue) {
  197. this.$nextTick(() => {
  198. this.$refs.messageAreaRef.getData();
  199. this.$refs.chatAreaRef.getData();
  200. this.getFileIdId();
  201. });
  202. },
  203. addNewCourse() {
  204. return new Promise((resolve, reject) => {
  205. if (this.loading) return this.$message.info("请稍等");
  206. this.loading = true;
  207. let date = new Date();
  208. let month = date.getMonth() + 1;
  209. let day = date.getDate();
  210. let classroomName = `${month < 10 ? "0" + month : month}${
  211. day < 10 ? "0" + day : day
  212. }新建课堂`;
  213. let sum = this.optionData.filter(
  214. (i) => i.label.indexOf(classroomName) != -1
  215. ).length;
  216. if (!sum == 0) {
  217. classroomName += sum;
  218. }
  219. let params = {
  220. tid: uuidv4(),
  221. name: classroomName,
  222. userid: this.userId,
  223. };
  224. this.ajax
  225. .post(
  226. "https://gpt4.cocorobo.cn/insert_classroom_observation_tid",
  227. params
  228. )
  229. .then((res) => {
  230. let _data = res.data.FunctionResponse;
  231. if (_data.message == "创建成功") {
  232. // 设置该课堂的tid
  233. this.tid = params.tid;
  234. this.ajax
  235. .post("https://gpt4.cocorobo.cn/insert_classroom_observation", {
  236. tid: params.tid,
  237. type: 10,
  238. index: 0,
  239. json_data: JSON.stringify({ file_ids: "" }),
  240. userid: this.userId,
  241. })
  242. .then((res2) => {
  243. let _data2 = res2.data.FunctionResponse;
  244. if (_data2.message == "创建成功") {
  245. this.loading = false;
  246. this.$nextTick(() => {
  247. this.getCourseList().then((_) => {
  248. this.getFileIdId();
  249. this.$refs.messageAreaRef.getData();
  250. this.$refs.chatAreaRef.getData();
  251. resolve();
  252. });
  253. });
  254. } else {
  255. this.$message.error("创建fileIds失败");
  256. }
  257. });
  258. } else if (_data.message == "tid重复") {
  259. this.$message.error("该课堂已存在");
  260. this.loading = false;
  261. } else {
  262. this.$message.error("创建失败");
  263. this.loading = false;
  264. }
  265. });
  266. });
  267. },
  268. updateFileId(newValue) {
  269. this.fileId = newValue;
  270. },
  271. // 生成报告
  272. getReport() {
  273. if (!this.fileId) return;
  274. // this.$confirm("操作将覆盖原有内容,是否继续?", "提示", {
  275. // confirmButtonText: "确定",
  276. // cancelButtonText: "取消",
  277. // type: "warning",
  278. // })
  279. // .then(() => {
  280. this.$refs.messageAreaRef.getReport();
  281. // })
  282. // .catch((e) => {
  283. // console.log(e)
  284. // console.log("取消生成报告");
  285. // });
  286. },
  287. //预览
  288. preview() {
  289. if (!this.fileId) return;
  290. window.parent.postMessage(
  291. {
  292. tools: "classroom_observation_board",
  293. type: this.tid,
  294. },
  295. "*"
  296. );
  297. },
  298. // 分享
  299. shareBtn() {
  300. // if(!this.fileId)return;
  301. this.dialogVisibleShare = !this.dialogVisibleShare;
  302. },
  303. // 审核
  304. examine() {
  305. if (!this.tid) return;
  306. window.parent.postMessage(
  307. {
  308. tools: "classroom_observation_ob_comment",
  309. type: this.tid,
  310. },
  311. "*"
  312. );
  313. },
  314. // 主页
  315. home() {
  316. this.$message.info("主页");
  317. },
  318. delCourse(_value) {
  319. this.$confirm("此操作将永久删除该课堂, 是否继续?", "提示", {
  320. confirmButtonText: "确定",
  321. cancelButtonText: "取消",
  322. type: "warning",
  323. })
  324. .then(() => {
  325. // this.optionData.splice(
  326. // this.optionData.findIndex((item) => item.value == _value),
  327. // 1
  328. // );
  329. // this.tid = this.optionData[0] ? this.optionData[0].value : "";
  330. // this.changeTid(this.tid);
  331. // this.$message({
  332. // type: "success",
  333. // message: "删除成功!",
  334. // });
  335. let params = {
  336. tid: _value,
  337. };
  338. this.ajax
  339. .post(
  340. "https://gpt4.cocorobo.cn/update_classroom_observation_isdel",
  341. params
  342. )
  343. .then((res) => {
  344. this.$message({
  345. type: "success",
  346. message: "删除成功!",
  347. });
  348. // 清空tid
  349. this.tid = "";
  350. this.getCourseList().then((_) => {
  351. if (!this.tid) return;
  352. this.getFileIdId();
  353. this.$refs.messageAreaRef.getData();
  354. this.$refs.chatAreaRef.getData();
  355. });
  356. });
  357. })
  358. .catch(() => {});
  359. },
  360. // 获取修改fileId的ID
  361. getFileIdId() {
  362. if (!this.tid) return;
  363. let pram = {
  364. tid: this.tid,
  365. type: "10",
  366. };
  367. this.fileIdId = "";
  368. this.fileId = "";
  369. this.ajax
  370. .post("https://gpt4.cocorobo.cn/get_classroom_observation_new", pram)
  371. .then((res) => {
  372. console.log(res);
  373. let _data = res.data.FunctionResponse.result.length
  374. ? JSON.parse(res.data.FunctionResponse.result)
  375. : [];
  376. if (_data.length <= 0) return;
  377. this.fileIdId = _data[0].id;
  378. if (_data[0].jsonData != "") {
  379. this.fileId = JSON.parse(_data[0].jsonData).file_ids;
  380. } else {
  381. this.fileId = "";
  382. }
  383. });
  384. },
  385. // 切换录音文件
  386. changeAudioUrl(data) {
  387. this.$refs.messageAreaRef.changeAudioUrl(data);
  388. },
  389. changeChatAreaAudioUrl(data) {
  390. this.$refs.chatAreaRef.changeAudioUrl(data.url);
  391. },
  392. getCourseList() {
  393. this.loading = true;
  394. return new Promise((resolve, reject) => {
  395. this.ajax
  396. .post("https://gpt4.cocorobo.cn/get_classroom_observation_all", {
  397. userid: this.userId,
  398. })
  399. .then((res) => {
  400. let _data = res.data.FunctionResponse.result;
  401. let _result = [];
  402. try {
  403. _result = _data ? JSON.parse(_data) : [];
  404. } catch (error) {
  405. _result = [];
  406. }
  407. if (_result.length <= 0) {
  408. this.loading = false;
  409. return;
  410. }
  411. let _optionData = _result.map((item) => {
  412. item.jsonData = item.jsonData ? JSON.parse(item.jsonData) : {};
  413. return {
  414. label: item.jsonData.courseName
  415. ? item.jsonData.courseName
  416. : `${item.tId}课堂`,
  417. value: item.tId,
  418. id: item.id,
  419. };
  420. });
  421. _optionData = _optionData.filter(
  422. (i) => i.label != "" && i.tId != ""
  423. );
  424. this.optionData = _optionData;
  425. if (this.optionData.length > 0) {
  426. this.$refs.chatAreaRef.$refs.startPageRef.showIntroduce = false;
  427. }
  428. this.loading = false;
  429. console.log(this.optionData);
  430. resolve();
  431. }).catch(e=>{
  432. console.log(e);
  433. this.$message.error("获取课堂列表失败")
  434. });
  435. });
  436. },
  437. updateTranscription({ transcriptionData, editorBarData }, fn) {
  438. this.$refs.messageAreaRef.updateMessageTranscription(
  439. {
  440. transcriptionData,
  441. editorBarData,
  442. },
  443. fn
  444. );
  445. },
  446. changeTranscription({ transcriptionData, editorBarData }) {
  447. this.$refs.chatAreaRef.changeEditorBar({
  448. transcriptionData,
  449. editorBarData,
  450. });
  451. },
  452. changeOptionData(_tid, _newObj) {
  453. let _index = this.optionData.findIndex((i) => i.value == _tid);
  454. if (_index != -1) {
  455. this.optionData[_index] = { ...this.optionData[_index], ..._newObj };
  456. this.$forceUpdate();
  457. }
  458. },
  459. updateTime(time) {
  460. this.createTime = time;
  461. },
  462. // 修改课程名称
  463. changeCourse(item){
  464. this.$refs.changeCourseNameDialogRef.open(item);
  465. // console.log(item);
  466. },
  467. // 修改课程名称确定
  468. changeCourseSuccess(data){
  469. this.loading = true;
  470. if(this.tid==data.tid){
  471. this.$refs.messageAreaRef.bmData.jsonData.courseName = data.name;
  472. this.$refs.messageAreaRef.saveData(this.$refs.messageAreaRef.bmData).then(res=>{
  473. this.loading = false;
  474. this.optionData.find(i=>i.id==data.id).label=data.name
  475. this.$message.success('修改成功')
  476. })
  477. }else{
  478. this.ajax.post("https://gpt4.cocorobo.cn/get_classroom_observation_new",{
  479. tid:data.tid,
  480. type:0
  481. }).then(res=>{
  482. let _data = res.data.FunctionResponse.result;
  483. _data = JSON.parse(_data);
  484. let _bmData = _data.find(i=>i.tIndex==0);
  485. _bmData.jsonData = JSON.parse(_bmData.jsonData);
  486. _bmData.jsonData.courseName = data.name;
  487. this.$refs.messageAreaRef.saveData(_bmData).then(res=>{
  488. this.loading = false;
  489. this.optionData.find(i=>i.id==data.id).label=data.name
  490. this.$message.success('修改成功')
  491. })
  492. }).catch(e=>{
  493. console.log(e);
  494. this.$message.error('修改失败')
  495. this.loading = false;
  496. })
  497. }
  498. },
  499. //保存词频词汇分析
  500. saveWordFrequency({_sentence=0,_words=0}){
  501. this.$refs.messageAreaRef.saveWordFrequency({_sentence,_words})
  502. },
  503. },
  504. mounted() {
  505. this.getCourseList().then((_) => {
  506. if (!this.tid) return;
  507. this.getFileIdId();
  508. this.$refs.messageAreaRef.getData();
  509. this.$refs.chatAreaRef.getData();
  510. });
  511. },
  512. };
  513. </script>
  514. <style scoped>
  515. .classroomObservation {
  516. min-width: 1500px;
  517. width: 100%;
  518. height: 100%;
  519. display: flex;
  520. flex-direction: column;
  521. background-color: #f0f2f5;
  522. }
  523. .co-header1 {
  524. width: 100%;
  525. height: 46px;
  526. background-color: #060e17;
  527. display: flex;
  528. align-items: center;
  529. justify-content: space-between;
  530. box-sizing: border-box;
  531. padding: 0 20px;
  532. }
  533. .co-h1-left {
  534. width: auto;
  535. height: 22px;
  536. display: flex;
  537. align-items: center;
  538. box-sizing: border-box;
  539. padding: 0 20px;
  540. }
  541. .co-h1-l-icon {
  542. color: #5d6268;
  543. width: 16px;
  544. height: 16px;
  545. margin-right: 10px;
  546. }
  547. .co-h1-l-router {
  548. display: flex;
  549. align-items: center;
  550. color: white;
  551. font-size: 14px;
  552. }
  553. .co-h1-l-router > span {
  554. margin: 0 5px;
  555. }
  556. .co-h1-l-r-up {
  557. color: #5d6268;
  558. cursor: pointer;
  559. }
  560. .co-h1-l-r-up:hover {
  561. color: white;
  562. }
  563. .co-j1-l-r-down {
  564. cursor: pointer;
  565. }
  566. .co-h1-l-r-rightIcon {
  567. font-size: 16px;
  568. color: #5d6268;
  569. }
  570. .co-header2 {
  571. width: 100%;
  572. height: 42px;
  573. min-height: 42px;
  574. max-height: 42px;
  575. background-color: white;
  576. display: flex;
  577. align-items: center;
  578. justify-content: space-between;
  579. box-sizing: border-box;
  580. padding: 0 20px;
  581. }
  582. .co-h2-left {
  583. width: auto;
  584. height: 22px;
  585. display: flex;
  586. align-items: center;
  587. font-size: 14px;
  588. }
  589. .co-h2-l-icon {
  590. width: 20px;
  591. height: 20px;
  592. position: relative;
  593. background: url("../../../assets/icon/classroomObservation/close.png")
  594. no-repeat;
  595. transform: rotate(45deg);
  596. cursor: pointer;
  597. background-size: 100% 100%;
  598. }
  599. .co-h2-l-hr {
  600. width: 2px;
  601. height: 20px;
  602. background-color: #e7e7e7;
  603. border-radius: 10px;
  604. margin: 0 10px;
  605. }
  606. .co-h2-right {
  607. width: auto;
  608. height: 100%;
  609. display: flex;
  610. align-items: center;
  611. }
  612. .co-h2-r-btn {
  613. width: auto;
  614. box-sizing: border-box;
  615. padding: 0 10px;
  616. height: 30px;
  617. display: flex;
  618. align-items: center;
  619. cursor: pointer;
  620. font-size: 14px;
  621. margin: 0 10px;
  622. box-sizing: border-box;
  623. border: 1px solid rgba(134, 179, 253, 1);
  624. /* border: solid 1px #3681FC; */
  625. border-radius: 5px;
  626. }
  627. .ca-h2-r-noActive {
  628. opacity: 0.5 !important;
  629. cursor: not-allowed !important;
  630. }
  631. .co-h2-r-btn2 {
  632. width: auto;
  633. box-sizing: border-box;
  634. padding: 10px;
  635. height: 30px;
  636. display: flex;
  637. align-items: center;
  638. cursor: pointer;
  639. margin: 0 10px;
  640. box-sizing: border-box;
  641. border-radius: 5px;
  642. box-shadow: 0px 4px 10px 0px rgba(29, 57, 131, 0.08);
  643. /* box-shadow: 1px 1px 20px 4px rgba(29, 57, 131, 0.05); */
  644. }
  645. .co-h2-r-btn > span:nth-child(1) {
  646. width: 20px;
  647. height: 20px;
  648. margin-right: 8px;
  649. }
  650. .co-h2-r-b-icon1 {
  651. background: url("../../../assets/icon/classroomObservation/six.svg") no-repeat;
  652. background-size: 100% 100%;
  653. }
  654. .co-h2-r-b-icon2 {
  655. background: url("../../../assets/icon/classroomObservation/Syan.svg")
  656. no-repeat;
  657. background-size: 100% 100%;
  658. }
  659. /* .co-h2-r-b-icon2 {
  660. background: url("../../../assets/icon/classroomObservation/daoChu.png")
  661. no-repeat;
  662. background-size: 100% 100%;
  663. }
  664. .co-h2-r-b-icon3 {
  665. background: url("../../../assets/icon/classroomObservation/Syan.png")
  666. no-repeat;
  667. background-size: 100% 100%;
  668. } */
  669. /* .co-h2-r-blueBtn {
  670. background: rgba(134, 179, 253, 1);
  671. color: white;
  672. } */
  673. .co-main {
  674. width: 100%;
  675. flex: 1;
  676. display: flex;
  677. /* align-items: center; */
  678. /* justify-content: center; */
  679. }
  680. .co-m-left {
  681. box-sizing: border-box;
  682. flex: 1;
  683. min-width: 650px;
  684. }
  685. .co-m-right {
  686. height: 100%;
  687. flex: 1;
  688. box-sizing: border-box;
  689. min-width: 450px;
  690. overflow: auto;
  691. }
  692. .co_h2_l_t_select >>> .el-input__inner {
  693. border: none;
  694. }
  695. /* .co_h2_l_t_select >>> .el-input__suffix {
  696. display: none;
  697. } */
  698. .co_h2_l_del {
  699. width: 35px;
  700. height: 35px;
  701. margin-left: 10px;
  702. border-radius: 5px;
  703. display: flex;
  704. justify-content: center;
  705. align-items: center;
  706. cursor: pointer;
  707. }
  708. .co_h2_l_del > span {
  709. width: 20px;
  710. height: 20px;
  711. display: flex;
  712. justify-content: center;
  713. align-items: center;
  714. background: url("../../../assets/icon/classroomObservation/del.svg") no-repeat;
  715. background-size: 100% 100%;
  716. }
  717. .co_h2_l_del:hover {
  718. background-color: #eaeef1;
  719. }
  720. .selectBox {
  721. width: 100%;
  722. height: 100%;
  723. display: flex;
  724. align-items: center;
  725. justify-content: space-between;
  726. }
  727. .controlsBox{
  728. display: flex;
  729. align-items: center;
  730. width: auto;
  731. height: 100%;
  732. display: none;
  733. }
  734. .selectBox:hover>.controlsBox{
  735. display: flex;
  736. }
  737. .changeSelect{
  738. width: 16px;
  739. height: 16px;
  740. /* display: none; */
  741. align-items: center;
  742. justify-content: center;
  743. background: url("../../../assets/icon/classroomObservation/editIcon.svg") no-repeat;
  744. background-size: 100% 100%;
  745. box-sizing: border-box;
  746. margin-right: 10px;
  747. }
  748. .delSelect {
  749. width: 16px;
  750. height: 16px;
  751. /* display: none; */
  752. align-items: center;
  753. justify-content: center;
  754. background: url("../../../assets/icon/classroomObservation/del.svg") no-repeat;
  755. background-size: 100% 100%;
  756. box-sizing: border-box;
  757. /* transform: translateY(7px); */
  758. }
  759. </style>