调整前端样式,调整日志记录路由组,调整对应自动化模板

This commit is contained in:
蒋吉兆
2021-09-20 21:40:23 +08:00
parent 6a8e35379a
commit 2cbb87baaa
28 changed files with 161 additions and 139 deletions

View File

@@ -10,11 +10,6 @@
<div class="flex-3 flex form">{{ item.from }}</div>
</div>
</div>
<!-- <el-table v-loading="loading" :data="dataTimeline" style="width: 100%">
<el-table-column prop="from" show-overflow-tooltip label="日期" width="180" />
<el-table-column prop="title" show-overflow-tooltip label="推送者" width="120" />
<el-table-column prop="message" show-overflow-tooltip label="commit 信息" />
</el-table> -->
</div>
</template>