zhuf 3 months ago
parent
commit
bd8cd536f1
2 changed files with 4 additions and 4 deletions
  1. 1 1
      src/components/chat-bot/index.vue
  2. 3 3
      src/styles/element/index.scss

+ 1 - 1
src/components/chat-bot/index.vue

@@ -224,7 +224,7 @@ function handleChangeTab() {
     <!-- <div ref="anim" /> -->
     <img :src="placeImg" alt="">
   </div>
-  <el-drawer v-model="ifDrawer" direction="rtl" append-to-body :size="880" title="智能备课助手" :z-index="201"
+  <el-drawer v-model="ifDrawer" direction="rtl" append-to-body :size="880" title="数字教师" :z-index="201"
     style="background-color: #f0f0f0;" class="no-mb">
     <div class="flex">
       <div v-loading="!videoLoaded" element-loading-text="助手形象生成中..." class="h-820px w-400px">

+ 3 - 3
src/styles/element/index.scss

@@ -1,6 +1,6 @@
-@forward 'element-plus/theme-chalk/src/mixins/config.scss' with (
-  $namespace: 'ep'
-);
+// @forward 'element-plus/theme-chalk/src/mixins/config.scss' with (
+//   $namespace: 'ep'
+// );
 
 .ep-button {
   border-radius: 8px;