fix: 定时任务样式统一

This commit is contained in:
dataeaseShu 2022-08-31 21:28:42 +08:00
parent 1ba1c30355
commit d4ed421955

View File

@ -115,7 +115,6 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span> <span>
<el-link <el-link
style="font-size: 12px"
@click="jumpTaskRecord(scope.row)" @click="jumpTaskRecord(scope.row)"
>{{ scope.row.name }}</el-link >{{ scope.row.name }}</el-link
> >
@ -124,7 +123,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
min-width="178" min-width="178"
class-name="f14"
key="datasetName" key="datasetName"
prop="datasetName" prop="datasetName"
:label="$t('dataset.task.dataset')" :label="$t('dataset.task.dataset')"
@ -665,10 +663,6 @@ export default {
word-wrap: break-word; word-wrap: break-word;
overflow: hidden; overflow: hidden;
} }
span {
font-size: 12px;
}
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
.dataset-on-time { .dataset-on-time {
@ -918,9 +912,4 @@ span {
cursor: pointer; cursor: pointer;
} }
} }
.f14:not(.is-leaf) {
.cell {
font-size: 12px !important;
}
}
</style> </style>