12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157 |
- <template>
- <div class="pb_content">
- <div style="width:100%;padding:0;box-sizing: border-box;">
- <div class="pb_head top">
- <div class="pb_head_t_left">
- <span class="subClick" @click="
- goTo(
- '/test?userid=' +
- userid +
- '&oid=' +
- oid +
- '&org=' +
- org +
- '&role=' +
- role
- )
- ">表单管理</span>
- <!-- v-show="oid == '4c686762-1d0a-11ed-8c78-005056b86db5'" -->
- <span class="subClick" @click="
- goTo(
- '/trainCourse?userid=' +
- userid +
- '&oid=' +
- oid +
- '&org=' +
- org +
- '&role=' +
- role
- )
- ">培训管理</span>
- <span class="subClick" v-if="examineData.length" @click="
- goTo(
- '/testDataBoard?userid=' +
- userid +
- '&oid=' +
- oid +
- '&org=' +
- org +
- '&role=' +
- role
- )
- ">数据看板</span>
- <span class="sub_head">智能助手</span>
- </div>
- <!-- <div class="pb_head_t_right">
- <el-tooltip class="item" effect="dark" content="预览" placement="bottom">
- <span class="preview_icon"></span>
- </el-tooltip>
- <el-tooltip class="item" effect="dark" content="文件" placement="bottom">
- <span class="case_icon"></span>
- </el-tooltip>
- <el-tooltip class="item" effect="dark" content="问题" placement="bottom">
- <span class="problem_icon"></span>
- </el-tooltip>
- </div> -->
- </div>
- </div>
- <div class="cc_bottom">
- <div class="cc_b_left">
- <div class="menu_container">
- <div :class="['cc_b_l_menu', { active: activeMenu === 1 }]" @click="activeMenu = 1">
- <span :class="['session_icon', { active: activeMenu === 1 }]"></span>
- <div style="margin-left: 10px;margin-top: 1px;font-size: 15px;">当前会话</div>
- </div>
- <div :class="['cc_b_l_menu', { active: activeMenu === 2 }]" @click="activeMenu = 2">
- <span :class="['history_icon', { active: activeMenu === 2 }]"></span>
- <div style="margin-left: 10px;margin-top: 1px;font-size: 15px;">历史会话</div>
- </div>
- <!--<div :class="['cc_b_l_menu', { active: activeMenu === 3 }]" @click="activeMenu = 3">
- <span :class="['mysql_icon', { active: activeMenu === 3 }]"></span>
- <div style="margin-left: 10px;margin-top: 1px;font-size: 15px;">数据库管理</div>
- </div> -->
- </div>
- <div class="fold_btn">
- <span class="more_icon"></span>
- </div>
- </div>
- <div v-show="activeMenu == 1" style="width:100%;display: flex;">
- <div class="cc_b_middle">
- <div style="width:100%;height: 100%;">
- <aiLeader :courseId="aiBoxRightCid" :worksArray="courseInfoList" :formList="menuList" ref="aiChat"
- @pushFileData="pushFileData" @clearFileData="clearFileData"></aiLeader>
- </div>
- </div>
- <div class="cc_b_right">
- <div v-if="showFileUrl">
- <!-- <div style="display: flex;">
- <div :class="['preview_file', { active: fileMenu === 1 }]" @click="fileMenu = 1">文档预览</div>
- <div :class="['bianji_file', { active: fileMenu === 2 }]" @click="fileMenu = 2">文档编辑</div>
- </div>
- <div v-if="fileMenu == 1" style="margin: -2px 10px;"> -->
- <div class="cc_b_r_menu">
- <div v-for="(item, index) in menuList" @click="changeMenuIndex(index)" :key="index"
- :class="{ 'cc_b_r_menu_active': menuIndex == index }">
- <el-tooltip class="item" effect="dark" :content="item.name" placement="top">
- <span>{{ item.name }}</span>
- </el-tooltip>
- <!-- <div class="cc_b_r_btn"> -->
- <span class="close_icon" :class="{ active: menuIndex == index }"
- @click="deleteMenuItem(index)"></span>
- <!-- </div> -->
- </div>
- </div>
- <div class="cc_b_r_content">
- <csvTableView v-if="showFileUrl" :url="showFileUrl" />
- </div>
- <!-- </div> -->
- <!-- <div v-if="fileMenu == 2">
- <div class="bianji_area">
- <span contenteditable="true" class="userAsk">{{ userAsk }}</span>
- <span class="aiText" contenteditable="true" v-html="bianjiText"></span>
- <span v-if="!userAsk" style="display: flex;justify-content: center;">暂无数据</span>
- </div>
- </div> -->
- </div>
- <div v-else style="margin: 40px 0px 0px 20px">
- <div>--官方能力演示--</div>
- <div class="b_r_menu">
- <div class="b_r_menu_content">
- <div class="m_c_title">数据处理</div>
- <div class="m_c_item">缺失值处理</div>
- <div class="m_c_item">无效样本处理</div>
- <div class="m_c_item">数据降维</div>
- </div>
- <div class="b_r_menu_content">
- <div class="m_c_title">数据分析</div>
- <div class="m_c_item">线性回归</div>
- <div class="m_c_item">相关性分析</div>
- <div class="m_c_item">关联分心</div>
- </div>
- <div class="b_r_menu_content">
- <div class="m_c_title">图标生成</div>
- <div class="m_c_item">箱线图</div>
- <div class="m_c_item">雷达图</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div v-show="activeMenu == 2" style="width:calc(100% - 148px);">
- <div class="history_talk">
- <div class="h_t_head">
- <div class="t_h_left">
- <span style="font-weight: bold;font-size: 18px;">历史回溯</span>
- <span>共计{{ tableData.length }}个会话</span>
- </div>
- <div class="t_h_right">
- <div style="margin-right: 10px;position: relative;">
- <el-input v-model="talkName" class="student_input" placeholder="检索会话名称"></el-input>
- <span class="serach_icon" @click="historyTalk()"></span>
- </div>
- </div>
- </div>
- <div class="h_t_table">
- <el-table :data="tableData" style="width: 100%;cursor: pointer" @row-click="handleRowClick">
- <el-table-column prop="name" label="会话名称" >
- </el-table-column>
- <el-table-column prop="ctime" label="创建时间" width="180">
- </el-table-column>
- <el-table-column prop="utime" label="更新时间" width="180">
- </el-table-column>
- <el-table-column prop="control" label="操作" width="200">
- <template slot-scope="scope">
- <div style="display: flex;">
- <div class="bianji">
- <i class="el-icon-edit"></i>
- <span @click.stop="openUpdate(scope.row.name, scope.row.id)">重命名</span>
- </div>
- <div class="bianji">
- <i class="el-icon-delete"></i>
- <span @click.stop="delete_talk(scope.row.id)">删除</span>
- </div>
- </div>
- </template>
- </el-table-column>
- </el-table>
- </div>
- <div class="h_t_bottom">
- <span>共{{ tableData.length }}条</span>
- <el-pagination background layout="prev, pager, next" :page-size="pageSize" :current-page="page"
- :total="total" @current-change="handleCurrentChange"></el-pagination>
- <!-- <el-select v-model="value" placeholder="请选择页数" size="mini" class="el_select">
- <el-option v-for="item in options" :key="item.value" :label="item.label"
- :value="item.value">
- </el-option>
- </el-select> -->
- </div>
- </div>
- </div>
- </div>
- <el-dialog title="修改会话名称" :visible.sync="dialogVisibleUpdate" :append-to-body="true" :before-close="handleClose"
- class="dialog_diy">
- <el-form>
- <el-form-item label="会话名称" :label-width="formLabelWidth">
- <el-input v-model="talkName1" auto-complete="off" placeholder="请输入会话名称..."></el-input>
- </el-form-item>
- </el-form>
- <span class="rename_btn">
- <el-button @click="dialogVisibleUpdate = false">取 消</el-button>
- <el-button type="primary" @click="UpdateTalkName()">确 定</el-button>
- </span>
- </el-dialog>
- </div>
- </template>
- <script>
- // var OpenCC = require("opencc-js");
- // let converter = OpenCC.Converter({
- // from: 'hk',
- // to: 'cn'
- // })
- import radarZong from "./dataCom/radarZong.vue";
- import radarTeacher from "./dataCom/radarTeacher.vue";
- import aiLeader from "./checkAi/aiLeader.vue";
- import Cascader from "./dataCom/cascader.vue";
- // import smartMenu from "./smartBox/smartMenu.vue";
- import csvTableView from "./choseCheck/csvTableView.vue";
- export default {
- name: 'smarter',
- components: {
- radarZong, radarTeacher, Cascader,
- aiLeader, csvTableView
- },
- data() {
- return {
- // 组件数据
- userid: this.$route.query.userid,
- oid: this.$route.query.oid,
- org: this.$route.query.org,
- role: this.$route.query.role,
- cid: this.$route.query.cid,
- menuList: [],
- aiContentArea: [],
- menuIndex: 0,
- courseInfoList: [],
- page: 1,
- total: 0,
- talkName: '',
- talkName1: '',
- chatId: '',
- formLabelWidth: "100px",
- pageSize: 8,
- loading: true,
- activeMenu: 1, // 默认激活第一个
- fileMenu: 1,
- cutNumber: 1,
- dialogVisibleUpdate: false,
- // bianjiText:"",
- // userAsk:"",
- examineData: [],
- tableData: [],
- options: [{
- value: '1',
- label: '20条/页'
- }, {
- value: '2',
- label: '双皮奶'
- }],
- value: '1'
- };
- },
- methods: {
- handleRowClick(row, column, event) {
- this.activeMenu = 1;
- console.log(JSON.stringify(row))
- this.$nextTick(() => {
- // 调试输出
- console.log(this.$refs.aiChat);
- if (this.$refs.aiChat) {
- this.$refs.aiChat.getChatList(row.chatid);
- let obj = JSON.parse(row.json)
- this.menuList = obj;
- this.$refs.aiChat.fileList = obj.map(i=>i.url)
- this.menuIndex = 0;
- } else {
- console.error('aiChat ref is not available');
- }
- });
- },
- openUpdate(name, id) {
- this.talkName1 = name;
- this.chatId = id;
- this.dialogVisibleUpdate = true;
- },
- UpdateTalkName() {
- const j = this.menuList.map(i => i.url).join(",")
- let params = [{
- id: this.chatId,
- name: this.talkName1,
- j:j
- }];
- this.ajax
- .post(this.$store.state.api + "updateChat", params)
- .then(res => {
- if (this.talkName1 == '') {
- this.$message({
- message: "不能为空",
- type: "error",
- });
- } else {
- this.$message({
- message: "修改成功",
- type: "success",
- });
- this.dialogVisibleUpdate = false;
- this.historyTalk();
- this.talkName1 = '';
- }
- })
- .catch((err) => {
- console.error(err);
- })
- },
- delete_talk(id) {
- let params = [{
- id: id
- }]
- this.$confirm("确定删除此会话吗?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- this.ajax
- .post(this.$store.state.api + "deleteChat", params)
- .then((res) => {
- this.$message({
- message: "删除成功",
- type: "success",
- });
- this.historyTalk();
- })
- .catch((err) => {
- this.$message.error("删除失败");
- console.error(err);
- });
- })
- .catch(() => { });
- },
- handleCurrentChange(newPage) {
- this.page = newPage;
- this.historyTalk();
- },
- handleClose(done) {
- done();
- },
- // 获取基础页面数据
- getPageBase() {
- let params = {
- typ: 2,
- org: this.org,
- oid: this.oid
- };
- // console.log(params);
- this.ajax
- .get(this.$store.state.api + "selectTestExamineBase", params)
- .then(res => {
- console.log('selectTestExamineBase', res.data[0]);
- this.examineData = res.data[0]
- })
- .catch(error => {
- console.log(error);
- });
- },
- deleteMenuItem(index) {
- this.menuList.splice(index, 1);
- this.menuIndex = 0
- this.$refs.aiChat.delFileList(index)
- this.$forceUpdate()
- console.log('menuList', this.menuList);
- },
- historyTalk() {
- let params = {
- uid: this.userid,
- n: this.talkName,
- page: this.page,
- num: this.pageSize
- };
- this.ajax
- .get(this.$store.state.api + "getChatHistory", params)
- .then((res) => {
- this.tableData = res.data[0]
- console.log("tableData", this.tableData);
- this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
- console.log("111111", this.total);
- })
- .catch((err) => {
- console.error(err);
- });
- },
- pushFileData(data) {
- this.menuList.push(data)
- console.log("menuList", this.menuList);
- },
- // pushAiContent(aitext,userText){
- // this.bianjiText = aitext
- // this.userAsk = userText
- // console.log("ai回答👉",this.bianjiText);
- // if(this.bianjiText){
- // this.fileMenu = 2
- // }
- // },
- // pushAiContent(data){
- // this.aiContentArea.push(...data),
- // console.log("aiContentArea",this.aiContentArea);
- // },
- clearFileData() {
- this.menuList = []
- },
- changeMenuIndex(index) {
- this.menuIndex = index
- },
- goTo(path) {
- this.$router.push(path);
- },
- getData() {
- if (this.cid) {
- this.loading = true
- let cidList = this.cid.split(',')
- let promiseList = []
- cidList.forEach(el => {
- promiseList.push(this.getCourseData(el))
- })
- Promise.all(promiseList).then(res => {
- this.courseInfoList = res
- console.log("courseInfoList", this.courseInfoList)
- this.loading = false
- }).catch(err => {
- console.error("Error occurred:", err);
- this.loading = false; // 如果有错误,也要停止loading
- });
- }
- },
- getCourseData(courseId) {
- return new Promise((resolve) => {
- let params = {
- cid: courseId,
- cn: "",
- tim: "",
- tea: ""
- };
- this.ajax
- .get(this.$store.state.api + "getTestWorksNoPageCopy", params)
- .then(async (res) => {
- let testJson = res.data[0][0]
- let works = res.data[1]
- let chapters = this.setJSON(this.setJson2(JSON.parse(JSON.stringify(JSON.parse(res.data[0][0].chapters)))))
- let courseCount11 = []
- let array = []
- let courseIds = []; // 初始化一个空数组来存储所有的courseId
- for (let i = 0; i < works.length; i++) {
- let cJson = this.setJSON(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
- if (JSON.stringify(cJson) == JSON.stringify(chapters)) {
- let _json = this.JSONSetting(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
- for (var ja = 0; ja < _json.length; ja++) {
- let _json2 = _json[ja].json;
- if (_json[ja].type == 6) {
- let courseId = _json2.answer2;
- courseIds.push(courseId); // 将type为6的courseId添加到数组中
- }
- if (_json[ja].type == 11) {
- let _answer = _json2.answer2;
- _answer.length ? courseCount11 = courseCount11.concat(_answer) : '';
- _json[ja].json.courseId = _answer ? _answer : [];
- courseIds = courseIds.concat(_answer); // 将type为11的courseId添加到数组中
- }
- }
- }
- }
- // 将所有的courseId去重
- courseIds = Array.from(new Set(courseIds));
- // 使用一个数组来存储所有的courseId后,执行getCourseInfoTestAll
- let courseTitles = {}; // 初始化一个空对象来存储所有的courseTitles
- let params2 = [{
- cid: courseIds.join(",")
- }]
- let data2 = await this.ajax.post(this.$store.state.api + 'getCourseInfoTestAll2', params2);
- let result2 = data2.data[0];
- result2.forEach(i => {
- courseTitles[i.courseId] = i.title;
- });
- for (let i = 0; i < works.length; i++) {
- let cJson = this.setJSON(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
- if (JSON.stringify(cJson) == JSON.stringify(chapters)) {
- let _json = this.JSONSetting(JSON.parse(JSON.stringify(JSON.parse(works[i].courseJson))))
- _json.forEach(item => {
- if (item.type == 11) {
- let cid = item.json.answer2
- let _title = []
- for (var i = 0; i < cid.length; i++) {
- _title.push(courseTitles[cid[i]])
- }
- item.json.answer2 = _title.length ? _title.join(",") : '';
- }
- if (item.type == 6) {
- let courseId = item.json.answer2;
- item.json.answer2 = courseTitles[courseId] || '';
- }
- });
- // 更新对应的_json对象的answer2
- array.push({
- courseid: works[i].courseid,
- id: works[i].id,
- userid: works[i].userid,
- name: works[i].username ? works[i].username : '匿名',
- time: works[i].time,
- array: _json,
- cut: 0,
- uteaName: works[i].uteaName,
- courseJson: JSON.parse(works[i].courseJson),
- })
- }
- }
- let obj = { courseId: testJson.courseId, name: testJson.title, worksArray: array }
- this.courseInfoList.push(obj)
- resolve(obj)
- })
- .catch((err) => {
- resolve();
- console.error(err);
- });
- })
- },
- },
- computed: {
- showFileUrl() {
- if (this.menuList.length) {
- if(this.menuList[this.menuIndex]){
- return this.menuList[this.menuIndex].url
- }else {
- return ""
- }
- } else {
- return "";
- }
- },
- aiBoxRightCid() {
- let _result = this.cid;
- let _cidList = _result.split(',');
- if (_cidList.length > 1) {
- _cidList.sort((a, b) => parseInt(b) - parseInt(a));
- _result = _cidList.join(',');
- }
- console.log("我是cid", _result);
- return _result
- }
- },
- mounted() {
- this.getData();
- this.getPageBase();
- this.historyTalk();
- },
- watch: {
- activeMenu(newValue) {
- if (newValue === 2) {
- console.log("HelloWorld");
- this.historyTalk();
- }
- },
- }
- };
- </script>
- <style scoped>
- .pb_content {
- width: 100vw;
- height: 100vh;
- box-sizing: border-box;
- padding: 0 20px;
- }
- .bbox_serch {
- width: 100%;
- margin-bottom: 10px;
- display: flex;
- align-items: center;
- }
- .top {
- display: flex;
- justify-content: space-between;
- width: 100% !important;
- box-sizing: border-box;
- margin: 0px auto;
- padding: 10px 0;
- height: 54px;
- align-items: center;
- }
- .pb_head_t_left {
- display: flex;
- align-items: center;
- }
- /* .pb_head_t_right {} */
- .preview_icon {
- background: url('../../../assets/icon/test/test_preview.png') no-repeat;
- width: 22px;
- height: 22px;
- display: inline-block;
- background-size: contain;
- cursor: pointer;
- margin-right: 20px;
- }
- .case_icon {
- background: url('../../../assets/icon/test/test_case.png') no-repeat;
- width: 22px;
- height: 22px;
- display: inline-block;
- background-size: contain;
- cursor: pointer;
- margin-right: 15px;
- }
- .problem_icon {
- background: url('../../../assets/icon/test/test_problem.png') no-repeat;
- width: 22px;
- height: 22px;
- display: inline-block;
- background-size: contain;
- cursor: pointer;
- margin-right: 10px;
- }
- .subClick {
- font-size: 16px;
- cursor: pointer;
- margin-left: 10px;
- /* color: #ab582f; */
- color: #409eff;
- }
- .sub_head {
- position: relative;
- font-size: 20px;
- font-weight: bold;
- padding: 0 15px;
- }
- .sub_head::after {
- content: "";
- width: 100%;
- background: #3681FC;
- height: 2px;
- position: absolute;
- left: 0;
- bottom: -8px;
- }
- .subClick {
- /* font-size: 16px; */
- font-size: 20px;
- cursor: pointer;
- /* margin-left: 17.5px; */
- /* color: #ab582f; */
- /* color: #409eff; */
- color: #999;
- padding: 0 15px;
- }
- .subClick:hover {
- color: #000;
- }
- .sub_head+.subClick,
- .subClick+.subClick,
- .subClick+.sub_head {
- margin-left: 17.5px;
- }
- .bbox {
- background: #fff;
- border-radius: 0 5px 5px 5px;
- padding: 15px 0;
- box-sizing: border-box;
- min-height: 900px;
- }
- .bbox_nav {
- display: flex;
- width: 100%;
- box-sizing: border-box;
- padding: 0 20px;
- align-items: center;
- }
- .teaLis {
- display: flex;
- }
- .teal {
- padding: 10px 20px;
- cursor: pointer;
- }
- .Tbor {
- border-bottom: 2px rgba(54, 129, 252, 1) solid;
- font-weight: 600;
- }
- .randarZong {
- max-width: 100%;
- width: 500px;
- height: 500px;
- margin: 0 auto;
- }
- .randarBox {
- padding: 20px;
- width: 100%;
- box-sizing: border-box;
- display: flex;
- flex-wrap: wrap;
- }
- .randarBox .title {
- width: 100%;
- font-size: 18px;
- font-weight: 700;
- margin-bottom: 20px;
- }
- .randarTeacher {
- width: calc(100% / 4 - 20px);
- margin-right: 20px;
- margin-bottom: 20px;
- }
- .randarTitle {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 10px;
- }
- .randarTitle>span:nth-child(1) {}
- .randarTitle>span:nth-child(2) {}
- .randar {
- width: calc(100%);
- height: 350px;
- border: 1px solid #e4e4e4;
- border-radius: 5px;
- }
- @media screen and (max-width: 1280px) {
- .randarTeacher {
- width: calc(100% / 2 - 20px);
- }
- }
- @media screen and (max-width: 800px) {
- .randarTeacher {
- width: calc(100%);
- margin-right: 0;
- }
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 22px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .dialog_diy>>>.el-dialog__header {
- background: #3d67bc !important;
- padding: 15px 20px;
- }
- .dialog_diy>>>.el-dialog__title {
- color: #fff;
- }
- .student_table>>>.el-table--border td {
- border-right: 0px !important;
- }
- .dialog_diy>>>.el-dialog__headerbtn {
- top: 19px;
- }
- .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
- color: #fff;
- }
- .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
- color: #fff;
- }
- .cc_bottom {
- width: 100%;
- height: calc(100% - 66px - 10px);
- background-color: #fff;
- border-radius: 5px;
- display: flex;
- }
- .cc_b_middle {
- width: 50%;
- height: 100%;
- border-right: 1px solid #E4E7ED;
- }
- .cc_b_middle>div {
- width: 100%;
- height: 100%;
- }
- .cc_b_left {
- border-right: 1px solid #E4E7ED;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 100%;
- width: 13%;
- }
- .menu_container {
- flex: 1;
- /* 占据除折叠按钮外的所有空间 */
- }
- .cc_b_l_menu {
- padding: 10px;
- margin: 17px;
- border-radius: 7px;
- color: #828282;
- cursor: pointer;
- display: flex;
- }
- .cc_b_l_menu.active {
- background-color: #3681fc;
- color: #fff;
- }
- .session_icon {
- background: url('../../../assets/icon/test/test_session.png') no-repeat;
- width: 18px;
- height: 18px;
- display: inline-block;
- background-size: contain;
- }
- .session_icon.active {
- background: url('../../../assets/icon/test/test_session_active.png') no-repeat;
- width: 18px;
- height: 18px;
- display: inline-block;
- background-size: contain;
- }
- .history_icon {
- background: url('../../../assets/icon/test/test_history.png') no-repeat;
- width: 18px;
- height: 18px;
- display: inline-block;
- background-size: contain;
- }
- .history_icon.active {
- background: url('../../../assets/icon/test/test_history_active.png') no-repeat;
- width: 18px;
- height: 18px;
- display: inline-block;
- background-size: contain;
- }
- /* .mysql_icon{
- background:url('../../../../assets/icon/test/test_mysql.png') no-repeat;
- width: 18px;
- height: 18px;
- display: inline-block;
- background-size: contain;
- }
- .mysql_icon.active{
- background:url('../../../../assets/icon/test/test_mysql_active.png') no-repeat;
- width: 18px;
- height: 18px;
- display: inline-block;
- background-size: contain;
- } */
- .fold_btn {
- padding: 27px 20px;
- cursor: pointer;
- border-top: 1px solid #E4E7ED;
- margin-top: auto;
- /* 确保折叠按钮在底部 */
- }
- .more_icon {
- background: url('../../../assets/icon/test/test_more.png') no-repeat;
- width: 14px;
- height: 14px;
- display: inline-block;
- background-size: contain;
- cursor: pointer;
- }
- .cc_b_right {
- width: 50%;
- height: 100%;
- box-sizing: border-box;
- }
- .preview_file,
- .bianji_file {
- margin: 10px;
- width: 65px;
- cursor: pointer;
- }
- .preview_file.active {
- border-bottom: 2px solid blue;
- }
- .bianji_file.active {
- border-bottom: 2px solid blue;
- }
- [contenteditable="true"]:focus {
- outline: none;
- border: none;
- }
- .bianji_area {
- margin: 10px 36px;
- display: flex;
- flex-direction: column;
- }
- .aiText{
- margin-top:10px;
- }
- .userAsk{
- font-size: 20px;
- font-weight: bold;
- }
- /* .aiText>p{
- margin-top: 0;
- margin-bottom: 16px;
- }
- .aiText>ol{
- padding-left: 2em;
- margin-top: 0;
- margin-bottom: 0;
- } */
- .cc_b_r_menu {
- width: 100%;
- height: 50px;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- border-bottom: 1px solid #E4E7ED;
- overflow: auto;
- }
- .cc_b_r_menu>div {
- height: 100%;
- max-width: 100px;
- padding: 0 15px;
- display: flex;
- text-align: center;
- /* justify-content: center; */
- align-items: center;
- cursor: pointer;
- transition: all 0.3s;
- /* text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap; */
- }
- .cc_b_r_menu>div:hover {
- background-color: #F5F7FA;
- }
- .cc_b_r_menu>div>span {
- width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .cc_b_r_menu_active {
- background-color: #3681FC !important;
- color: #fff;
- }
- .cc_b_r_content {
- width: 100%;
- overflow-y: auto;
- overflow-x: auto;
- max-height: 79vh;
- }
- .cc_b_r_btn {
- display: flex;
- align-items: center;
- }
- .close_icon {
- width: 0 !important;
- height: 22px;
- display: inline-block;
- background-size: contain;
- cursor: pointer;
- }
- .close_icon.active {
- background: url('../../../assets/icon/test/test_close_active.png') no-repeat;
- width: 40px !important;
- height: 22px;
- display: inline-block;
- background-size: contain;
- cursor: pointer;
- }
- .b_r_menu {
- display: flex;
- justify-content: space-around;
- }
- .b_r_menu_content {
- display: flex;
- flex-direction: column;
- background: linear-gradient(to bottom, #dfeaff, #ffffff, #f6f9ff);
- border-radius: 9px;
- margin-top: 15px;
- width: 50%;
- margin-right: 14px
- }
- .m_c_title {
- margin: 10px 7px 7px 21px;
- font-size: 16px;
- font-weight: bold;
- }
- .m_c_item {
- border-radius: 5px;
- padding: 8px 8px 8px 13px;
- margin: 7px;
- border: 1px solid #E4E7ED;
- }
- .history_talk {
- background: linear-gradient(to bottom, #dfeaff, #ffffff, #f6f9ff);
- margin: 13px;
- padding: 10px;
- }
- .h_t_head {
- display: flex;
- justify-content: space-between;
- }
- .t_h_left {
- margin-left: 13px;
- font-size: 13px;
- }
- .h_t_table {
- margin: 10px;
- box-shadow: 0px 0px 12px rgb(190 193 199);
- }
- .h_t_table>>>.el-table td,
- .el-table th {
- padding: 9px 0;
- }
- .bianji {
- display: flex;
- align-items: center;
- margin-right: 10px;
- }
- .bianji:hover {
- color: rgb(14, 173, 236);
- cursor: pointer;
- }
- .rename_btn {
- display: flex;
- justify-content: flex-end;
- }
- .h_t_bottom {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-right: 9px;
- }
- .el_select {
- width: 89px;
- }
- .table_title {
- background-color: gray;
- }
- .student_input>>>.el-input__inner {
- height: 30px;
- width: 179px;
- font-size: 13px;
- padding: 0 10px;
- }
- .serach_icon {
- position: absolute;
- right: 12px;
- top: 50%;
- transform: translateY(-50%);
- width: 13px;
- height: 13px;
- background: url("../../../assets/icon/test/test_search.png") no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .el-input {
- position: relative;
- font-size: 14px;
- display: inline-block;
- width: 100%;
- }
- </style>
|