|
@@ -15,7 +15,7 @@
|
|
|
<div class="content-box-table-detail">
|
|
|
<div class="table-cont table-cont-top">
|
|
|
<div style="display: flex" v-for="item in datalist" :key="item.ChartPermissionName">
|
|
|
- <div :class="['head-column', 'head-column-item']">
|
|
|
+ <div :class="['head-column', 'head-column-item']" style="font-weight: 800;font-size:16px">
|
|
|
{{ item.ChartPermissionName }}
|
|
|
</div>
|
|
|
<div :class="['head-column', 'head-column-item-Proportion']">
|
|
@@ -142,7 +142,6 @@ export default {
|
|
|
border: 1px solid #dcdfe6;
|
|
|
background-color: #ebeef5;
|
|
|
color: #333333;
|
|
|
- font-weight: 500;
|
|
|
margin-top: -1px;
|
|
|
margin-left: -0.5px;
|
|
|
}
|