File tree Expand file tree Collapse file tree 4 files changed +39
-35
lines changed
views/application-overview/component Expand file tree Collapse file tree 4 files changed +39
-35
lines changed Original file line number Diff line number Diff line change 172172 </template >
173173 </div >
174174 </el-scrollbar >
175- <div class =" ai-chat__operate p-24" v-if =" !log" >
175+ <div class =" ai-chat__operate p-16- 24" v-if =" !log" >
176176 <slot name =" operateBefore" />
177177 <div class =" operate-textarea flex chat-width" >
178178 <el-input
221221 </el-button >
222222 </div >
223223 </div >
224- <div
225- class = " chat-width "
226- v-if =" data.disclaimer "
227- style = " align-items : center ; text-align : center ; margin-top : 10 px "
228- >
229- {{ data.disclaimer_value }}
224+ <div class = " chat-width text-center " v-if = " data.disclaimer " style = " margin-top : 8 px " >
225+ < el-text type = " info " v-if = " data.disclaimer " style = " font-size : 12 px " >
226+ < auto-tooltip :content =" data.disclaimer_value " >
227+ {{ data.disclaimer_value }}
228+ </ auto-tooltip >
229+ </ el-text >
230230 </div >
231231 </div >
232232 </div >
Original file line number Diff line number Diff line change 4343 >
4444 <el-input v-model =" form.authentication_value" readonly style =" width : 268px " disabled >
4545 <template #append >
46- <div class =" button-container" >
47- <el-tooltip content =" 复制" placement =" top" >
48- <el-button
49- type =" primary"
50- text
51- @click =" copyClick(form.authentication_value)"
52- style =" width : 24px ; height : 24px "
53- >
54- <AppIcon iconName =" app-copy" ></AppIcon >
55- </el-button >
56- </el-tooltip >
57- <el-tooltip content =" 刷新" placement =" top" >
58- <el-button
59- @click =" refreshAuthentication"
60- type =" primary"
61- text
62- style =" width : 24px ; height : 24px ; margin-left : 20px "
63- >
64- <el-icon ><RefreshRight /></el-icon >
65- </el-button >
66- </el-tooltip >
67- </div >
46+ <el-tooltip content =" 复制" placement =" top" >
47+ <el-button
48+ type =" primary"
49+ text
50+ @click =" copyClick(form.authentication_value)"
51+ style =" margin : 0 4px !important "
52+ >
53+ <AppIcon iconName =" app-copy" ></AppIcon >
54+ </el-button >
55+ </el-tooltip >
56+ <el-tooltip content =" 刷新" placement =" top" >
57+ <el-button
58+ @click =" refreshAuthentication"
59+ type =" primary"
60+ text
61+ style =" margin : 0 4px 0 0 !important "
62+ >
63+ <el-icon ><RefreshRight /></el-icon >
64+ </el-button >
65+ </el-tooltip >
6866 </template >
6967 </el-input >
7068 </el-form-item >
Original file line number Diff line number Diff line change 111111 <img src =" @/assets/display-bg3.png" alt =" " width =" 270" class =" ml-8" />
112112 </div >
113113 </div >
114- <div style =" position : absolute ; bottom : 0 " >
114+ <div
115+ style =" position : absolute ; bottom : 0 ; padding-bottom : 8px ; box-sizing : border-box "
116+ class =" p-16 text-center w-full"
117+ >
115118 <img src =" @/assets/display-bg1.png" alt =" " class =" w-full" />
116- <div
117- class = " chat-width "
119+ <el-text
120+ type = " info "
118121 v-if =" xpackForm.disclaimer"
119- style =" align-items : center ; text-align : center "
122+ class =" mt-8"
123+ style =" font-size : 12px "
120124 >
121- {{ xpackForm.disclaimer_value }}
122- </div >
125+ <auto-tooltip :content =" xpackForm.disclaimer_value" >
126+ {{ xpackForm.disclaimer_value }}
127+ </auto-tooltip >
128+ </el-text >
123129 </div >
124130 </div >
125131 </div >
You can’t perform that action at this time.
0 commit comments