File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
components/execution-detail-card Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 193193 {{ $t('views.application.form.roleSettings.label') }}
194194 </h5 >
195195 <div class =" p-8-12 border-t-dashed lighter" >
196- {{ data.system || '-' }}
196+ < pre > {{ data.system || '-' }}</ pre >
197197 </div >
198198 </div >
199199 <div class =" card-never border-r-6 mt-8" v-if =" !isKnowLedge" >
256256 {{ $t('views.application.form.roleSettings.label') }}
257257 </h5 >
258258 <div class =" p-8-12 border-t-dashed lighter" >
259- {{ data.system || '-' }}
259+ < pre > {{ data.system || '-' }}</ pre >
260260 </div >
261261 </div >
262262 <div class =" card-never border-r-6 mt-8" v-if =" data.type !== WorkflowType.Application" >
545545 {{ $t('views.application.form.roleSettings.label') }}
546546 </h5 >
547547 <div class =" p-8-12 border-t-dashed lighter" >
548- {{ data.system || '-' }}
548+ < pre > {{ data.system || '-' }}</ pre >
549549 </div >
550550 </div >
551551 <div class =" card-never border-r-6 mt-8" v-if =" !isKnowLedge" >
631631 {{ $t('views.application.form.roleSettings.label') }}
632632 </h5 >
633633 <div class =" p-8-12 border-t-dashed lighter" >
634- {{ data.system || '-' }}
634+ < pre > {{ data.system || '-' }}</ pre >
635635 </div >
636636 </div >
637637 <div class =" card-never border-r-6 mt-8" v-if =" !isKnowLedge" >
Original file line number Diff line number Diff line change 1818 font-size : 100% ;
1919}
2020
21- body {
21+ body , .card-never pre {
2222 -moz-osx-font-smoothing : grayscale ;
2323 -webkit-font-smoothing : antialiased ;
2424 font-family : ' PingFang SC' , AlibabaPuHuiTi !important ;
You can’t perform that action at this time.
0 commit comments