From c2ba0b1d74960d12e5f22e7fb328da67309d8d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 27 Dec 2022 17:44:14 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Standardselection/index.vue | 14 +++++++++++--- jero-web/src/components/tableDate/index.vue | 8 ++++++-- .../documentManage/library/docDetail/index.vue | 14 +++++++++++--- 3 files changed, 28 insertions(+), 8 deletions(-) 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