Skip to content

Commit 2f5c472

Browse files
样式优化。
1 parent 51a198f commit 2f5c472

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/src/components/execution-detail-card/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
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">
@@ -256,7 +256,7 @@
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">
@@ -545,7 +545,7 @@
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">
@@ -631,7 +631,7 @@
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">

ui/src/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ html {
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;

0 commit comments

Comments
 (0)