diff --git a/jero-web/src/components/Standardselection/index.vue b/jero-web/src/components/Standardselection/index.vue index b2fd4479a..226c2c2a2 100644 --- a/jero-web/src/components/Standardselection/index.vue +++ b/jero-web/src/components/Standardselection/index.vue @@ -88,18 +88,18 @@ title: this.$t('standard'), dataIndex: 'serial_number', ellipsis: true, - align: 'center' + align: 'left' }, { title: this.$t('title'), dataIndex: 'title', ellipsis: true, - align: 'center' + align: 'left' }, { title: this.$t('TextStatus'), dataIndex: 'state', - align: 'center' + align: 'left' } ], dataList: [], @@ -263,6 +263,14 @@ text-align: right; margin-top: 20px; } + + /deep/.ant-table-thead > tr > th { + font-weight: bolder; + } + + /*/deep/.ant-table-tbody > tr > td {*/ + /* color: #040B29 ;*/ + /*}*/ \ No newline at end of file