Commit da3f7493 by Joey

feat(@rbc/workflow-job-view): 表格增加边框,与gms-query保持一致

parent 0686fa40
<template> <template>
<div class="tableContentBody"> <div class="tableContentBody workflow-job-view-table">
<custom-table-view <custom-table-view
v-if="showTableView" v-if="showTableView"
ref='table' ref='table'
...@@ -1731,6 +1731,9 @@ export default { ...@@ -1731,6 +1731,9 @@ export default {
} }
} }
.workflow-job-view-table {
border: 1px #e8e8e8 solid !important;
}
/* /*
样式展示为三种: 样式展示为三种:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment