Skip to content

Commit 387db35

Browse files
committed
update log css
1 parent 1567f89 commit 387db35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/sysjob/log.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</el-form-item>
1111
</el-form>
1212
<el-row ref="log" :gutter="10" class="mb8">
13-
<el-scrollbar style="height:500px">
13+
<el-scrollbar style="height:500px;background-color: black;color: cornflowerblue;">
1414
<ul
15-
style="background-color: black;color: cornflowerblue;line-height: 25px;padding-top: 15px;padding-bottom: 15px;min-height: 500px; margin: 0;"
15+
style="line-height: 25px;padding-top: 15px;padding-bottom: 15px;min-height: 500px; margin: 0;list-style-type: none;"
1616
>
1717
<li v-for="(item,index) in arrs" :key="index">
1818

0 commit comments

Comments
 (0)