diff --git a/src/views/system/tags/pages/ClauseSplittingList.vue b/src/views/system/tags/pages/ClauseSplittingList.vue index a20495d..864f97d 100644 --- a/src/views/system/tags/pages/ClauseSplittingList.vue +++ b/src/views/system/tags/pages/ClauseSplittingList.vue @@ -123,7 +123,7 @@ export default { title: this.$t('operation'), scopedSlots: { customRender: 'action' }, align: 'center', - fixed: 'right', + // fixed: 'right', width: 170 } ], diff --git a/src/views/system/tags/pages/StandardList.vue b/src/views/system/tags/pages/StandardList.vue index 05e5da9..64fcdfd 100644 --- a/src/views/system/tags/pages/StandardList.vue +++ b/src/views/system/tags/pages/StandardList.vue @@ -121,37 +121,37 @@ export default { columns: [ { title: this.$t('system.tag.attributeName'), - width: 170, + width: 100, dataIndex: 'dbFieldTxt', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.attributeNameEnglish'), - width: 170, + width: 100, dataIndex: 'dbFieldEnName', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.attributeType'), - width: 170, + width: 100, dataIndex: 'fieldShowType_dictText', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.fieldLength'), - width: 170, + width: 100, dataIndex: 'dbLength', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.displayOrder'), - width: 170, + width: 100, dataIndex: 'orderNum', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.showArea'), - width: 170, + width: 100, dataIndex: 'showArea_dictText', scopedSlots: { customRender: 'text' } }, @@ -159,7 +159,7 @@ export default { title: this.$t('operation'), scopedSlots: { customRender: 'action' }, align: 'center', - fixed: 'right', + // fixed: 'right', width: 150 } ],