File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
apps/application/template Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ function initMaxkbStyle(root){
169169 position: absolute;
170170 {{x_type}}: {{x_value}}px;
171171 {{y_type}}: {{y_value}}px;
172- z-index: 1000 ;
172+ z-index: 10001 ;
173173 }
174174 #maxkb .maxkb-tips {
175175 position: fixed;
@@ -180,7 +180,7 @@ function initMaxkbStyle(root){
180180 color: #ffffff;
181181 font-size: 14px;
182182 background: #3370FF;
183- z-index: 1000 ;
183+ z-index: 10001 ;
184184 }
185185 #maxkb .maxkb-tips .maxkb-arrow {
186186 position: absolute;
Original file line number Diff line number Diff line change 2020 <el-input v-model =" detail.padding_problem_text" disabled />
2121 </el-form-item >
2222 <el-form-item label =" 引用分段" >
23- <template v-for =" (item , index ) in detail .paragraph_list " :key =" index " >
24- <ParagraphCard :data =" item" :index =" index" />
25- </template >
23+ <div v-if =" detail.paragraph_list.length > 0" >
24+ <template v-for =" (item , index ) in detail .paragraph_list " :key =" index " >
25+ <ParagraphCard :data =" item" :index =" index" />
26+ </template >
27+ </div >
28+ <span v-else > - </span >
2629 </el-form-item >
2730 </el-form >
2831 </div >
Original file line number Diff line number Diff line change 1717 </template >
1818 <template #footer >
1919 <div class =" footer-content flex-between" >
20- <el-text class =" flex align-center" style =" width : 70 % " >
20+ <el-text class =" flex align-center" style =" width : 50 % " >
2121 <img :src =" getImgUrl(data?.document_name?.trim())" alt =" " width =" 20" class =" mr-4" />
2222
2323 <template v-if =" meta ?.source_url " >
Original file line number Diff line number Diff line change 256256 }
257257}
258258
259+ .el-select__placeholder {
260+ font-weight : 400 ;
261+ }
259262.el-select__placeholder.is-transparent {
260263 color : var (--app-input-color-placeholder );
261264 font-weight : 400 ;
Original file line number Diff line number Diff line change 409409 link
410410 @click =" openTTSParamSettingDialog"
411411 :disabled =" !applicationForm.tts_model_id"
412+ class =" mr-8"
412413 >
413414 <el-icon class =" mr-4" ><Setting /></el-icon >
414415 设置
424425 <el-radio-group
425426 v-model =" applicationForm.tts_type"
426427 v-show =" applicationForm.tts_model_enable"
428+ class =" mb-8"
427429 >
428430 <el-radio value =" BROWSER" >浏览器播放(免费)</el-radio >
429431 <el-radio value =" TTS" >TTS模型</el-radio >
You can’t perform that action at this time.
0 commit comments