fix: 定时任务样式统一
This commit is contained in:
parent
fd218aefc3
commit
cf4bff0603
@ -114,7 +114,6 @@
|
||||
<template slot-scope="scope">
|
||||
<span>
|
||||
<el-link
|
||||
style="font-size: 12px"
|
||||
@click="jumpTaskRecord(scope.row)"
|
||||
>{{ scope.row.name }}</el-link
|
||||
>
|
||||
@ -122,7 +121,8 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
width="178"
|
||||
min-width="178"
|
||||
key="datasetName"
|
||||
prop="datasetName"
|
||||
:label="$t('dataset.task.dataset')"
|
||||
/>
|
||||
@ -655,10 +655,6 @@ export default {
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
.dataset-on-time {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user