From 64f08e6fb3e572a70d4d6b501ade95cc14358766 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 10 Dec 2024 14:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=A1=B6=E9=83=A8=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=EF=BC=8C=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/common.css | 6 +- src/page/index/index.vue | 2 +- src/page/index/top/index.vue | 14 +- src/page/index/top/top-search.vue | 6 +- src/page/login/aiqa.vue | 39 ++-- src/styles/top.scss | 11 +- src/views/desk/DataBoard.vue | 376 ++++++++++++++++++++++-------- 7 files changed, 326 insertions(+), 128 deletions(-) diff --git a/src/css/common.css b/src/css/common.css index 55b7c114..d40e2c2f 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -74,7 +74,7 @@ a { .avue-view { width: 100%; - box-sizing: border-box; + box-sizing: border-box; } .avue-footer { @@ -208,8 +208,8 @@ a { .top-search { line-height: 50px; - position: absolute !important; - right: 200px; + /* position: absolute !important; */ + /* right: 200px; */ top: 0; width: 300px; } diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 48644bd3..2d297de5 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -206,7 +206,7 @@ export default { #avue-view { position: relative; } -.el-popup-parent--hidden{ +.el-popup-parent--hidden { width: 100% !important; } diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index f739eb19..02aeb291 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -11,9 +11,9 @@
@@ -106,7 +108,7 @@ const isFirstMessage = ref(true); const chatContainer = ref(null); const inputState = ref(false); //当前是否在回答 const props = defineProps({ - templateData:Boolean, + templateData: Boolean, }); const input = ref(null); //输入框实例 const Data = ref({ @@ -146,8 +148,7 @@ const Data = ref({ }, { content: '向日葵下载地址', - } - + }, ], ChathistoryList: [ // { @@ -316,11 +317,9 @@ const AiData = (value = '') => { lowercaseValue.includes('东集pad安装初始密码') ) { aiResponse = '东集PDA安装初始密码是:4007770876'; - } - else if ( - lowercaseValue.includes('东集pad-q7恢复出厂设置') - ) { - aiResponse = '东集pad-q7恢复出厂设置教程地址:1、关机状态下,按下【电源键】、【两侧扫描键】; 2、出现开机画面,松开【电源键】,出现工厂模式界面,按键全部松开;3、进入工厂模式后通过方向键选择【wipe data/factory reset】, 按电源键确认进入子菜单,选择【yes】,按【电源键】确认,恢复出厂完成后选择第一个【reboot system now】 ,按【电源键】确认重启设备。视频教程如下:https://mp.weixin.qq.com/s/0CG-jYooh9LJ-9aLauVGfA'; + } else if (lowercaseValue.includes('东集pad-q7恢复出厂设置')) { + aiResponse = + '东集pad-q7恢复出厂设置教程地址:1、关机状态下,按下【电源键】、【两侧扫描键】; 2、出现开机画面,松开【电源键】,出现工厂模式界面,按键全部松开;3、进入工厂模式后通过方向键选择【wipe data/factory reset】, 按电源键确认进入子菜单,选择【yes】,按【电源键】确认,恢复出厂完成后选择第一个【reboot system now】 ,按【电源键】确认重启设备。视频教程如下:https://mp.weixin.qq.com/s/0CG-jYooh9LJ-9aLauVGfA'; } // else if ( // lowercaseValue.includes('货无忧的汇通物流公司编码是多少') @@ -328,17 +327,15 @@ const AiData = (value = '') => { // aiResponse = '货无忧的汇通物流公司编码是:627683'; // } else if ( - lowercaseValue.includes('蓝牙打印机芝柯tx453设备连接密码是多少') || lowercaseValue.includes('tx453') + lowercaseValue.includes('蓝牙打印机芝柯tx453设备连接密码是多少') || + lowercaseValue.includes('tx453') ) { aiResponse = '蓝牙打印机芝柯xt453设备连接密码是:0000'; - } - else if ( - lowercaseValue.includes('向日葵') || lowercaseValue.includes('向日葵下载地址') - ) { + } else if (lowercaseValue.includes('向日葵') || lowercaseValue.includes('向日葵下载地址')) { aiResponse = '向日葵下载地址:https://sunlogin.oray.com/,使用教程点击下方立即下载'; - data.link = 'http://files.huo5u.com/plugins/%E5%90%91%E6%97%A5%E8%91%B5%E8%BF%9C%E7%A8%8B%E8%BD%AF%E4%BB%B6%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.docx'; - } - else { + data.link = + 'http://files.huo5u.com/plugins/%E5%90%91%E6%97%A5%E8%91%B5%E8%BF%9C%E7%A8%8B%E8%BD%AF%E4%BB%B6%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.docx'; + } else { aiResponse = '我不太理解您的问题,我正在努力学习中,请重新描述或输入其他问题,或联系管理员'; } } @@ -500,10 +497,11 @@ AiData(); //初始化AI机器人 flex: 1; background-color: #fff; border: 1px solid #9e9e9e; - padding: 0 4px; + padding: 0px 10px; border-radius: 4px; p { font-size: 13px; + margin: 10px 0; // text-indent: 24px; } } @@ -537,6 +535,13 @@ AiData(); //初始化AI机器人 height: 100%; font-size: 16px; } + + .el-textarea__inner { + height: 100%; + box-shadow: none; + resize: none; + } + .is-focus { box-shadow: none; } diff --git a/src/styles/top.scss b/src/styles/top.scss index c0d717be..9b8ca219 100644 --- a/src/styles/top.scss +++ b/src/styles/top.scss @@ -2,7 +2,7 @@ position: relative; background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, .65); + color: rgba(0, 0, 0, 0.65); font-size: 28px; height: $top_height; line-height: $top_height; @@ -10,13 +10,14 @@ white-space: nowrap; .el-menu-item { - i, span { + i, + span { font-size: 13px; // background-color: #d3832a; } } } -.el-menu-item>.is-active{ +.el-menu-item > .is-active { background-color: #d3832a !important; } .avue-breadcrumb { @@ -46,8 +47,8 @@ .top-search { line-height: $top_height; - position: absolute !important; - right: 200px; + // position: absolute !important; + // right: 200px; top: 0; width: 300px; diff --git a/src/views/desk/DataBoard.vue b/src/views/desk/DataBoard.vue index e57ec982..1f37a14a 100644 --- a/src/views/desk/DataBoard.vue +++ b/src/views/desk/DataBoard.vue @@ -520,7 +520,7 @@