We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1567f89 commit 387db35Copy full SHA for 387db35
src/views/sysjob/log.vue
@@ -10,9 +10,9 @@
10
</el-form-item>
11
</el-form>
12
<el-row ref="log" :gutter="10" class="mb8">
13
- <el-scrollbar style="height:500px">
+ <el-scrollbar style="height:500px;background-color: black;color: cornflowerblue;">
14
<ul
15
- style="background-color: black;color: cornflowerblue;line-height: 25px;padding-top: 15px;padding-bottom: 15px;min-height: 500px; margin: 0;"
+ style="line-height: 25px;padding-top: 15px;padding-bottom: 15px;min-height: 500px; margin: 0;list-style-type: none;"
16
>
17
<li v-for="(item,index) in arrs" :key="index">
18
0 commit comments