diff --git a/src/assets/less/common.less b/src/assets/less/common.less index 5277da3..f7e7d17 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -102,7 +102,7 @@ font-size: 30px; } .fz24{ - font-size: 24px; + font-size: 20px; } .border-bottom{ border-bottom: 1px solid #dfe6ec; @@ -585,6 +585,7 @@ } .container-left-header { display: flex; + margin-top: 10px; span { width: 8px; height: 28px; @@ -598,8 +599,8 @@ p { line-height: 32px; - font-size: 1.2rem; - font-weight: 600; + font-size: 20px; + font-weight: bold; margin: 0; } } @@ -660,7 +661,7 @@ .ant-form-item-label { display: flex; - width: 160px !important; + // width: 160px !important; } .ant-radio-wrapper { diff --git a/src/config/code.js b/src/config/code.js index 5e6cd8f..bd80444 100644 --- a/src/config/code.js +++ b/src/config/code.js @@ -1212,26 +1212,6 @@ export const JMRS_CODE = { }; // 血管内治疗 export const XGZL_CODE = { - 'XGZL-Y': { - text: '是否给予血管内治疗', - type: 'radio', - default: '', - range: { - 是: '是', - 否: '否', - }, - }, - 'XGZL-WZLYY': { - text: '未给予血管内治疗的原因', - type: 'checkbox', - default: [''], - range: ['非大血管病变', '超时间窗', '禁忌症', '患者/家属拒绝', '其他'], - showType: { - type: 'value', - code: 'XGZL-Y', - value: '否', - }, - }, 'XGZL-WZLYY-ELSE': { text: '', type: 'input', @@ -1304,6 +1284,26 @@ export const XGZL_CODE = { }, default: '', }, + 'XGZL-Y': { + text: '是否给予血管内治疗', + type: 'radio', + default: '', + range: { + 是: '是', + 否: '否', + }, + }, + 'XGZL-WZLYY': { + text: '未给予血管内治疗的原因', + type: 'checkbox', + default: [''], + range: ['非大血管病变', '超时间窗', '禁忌症', '患者/家属拒绝', '其他'], + showType: { + type: 'value', + code: 'XGZL-Y', + value: '否', + }, + }, 'XGZL-XGKT': { text: '血管内开通方法', type: 'checkbox', diff --git a/src/layouts/BasicLayout.less b/src/layouts/BasicLayout.less index d31cae8..76c3c3a 100644 --- a/src/layouts/BasicLayout.less +++ b/src/layouts/BasicLayout.less @@ -5,10 +5,10 @@ height: 100vh; .ant-layout-sider{ - flex: 0 0 120px !important; - max-width: 120px !important; - min-width: 120px !important; - width: 120px !important; + flex: 0 0 138px !important; + max-width: 138px !important; + min-width: 138px !important; + width: 138px !important; background-color: #fff; .layout-sider-header-row{ display: flex; diff --git a/src/views/document/index.vue b/src/views/document/index.vue index 4787c7b..be382b1 100644 --- a/src/views/document/index.vue +++ b/src/views/document/index.vue @@ -14,7 +14,7 @@
+ :locale="{ emptyText: '暂无数据'}" rowKey="firstAidId" :pagination="pagination">