From 5c4423f936cd0164c888698b6d0947c6e63e3dae Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 28 Feb 2024 12:07:41 +0800 Subject: [PATCH] priv --- src/assets/css/global_button.css | 27 +++++- src/assets/css/global_table.css | 5 + src/components/customerOrg/ContactPerson.vue | 26 +++-- .../customerOrg/customerOrgEdit.vue | 22 +++-- .../customerOrg/customerOrgGroupAsbitem.vue | 48 ++++++---- .../customerOrg/customerOrgRegister.vue | 24 +++-- src/components/menuPage/MenuPageEdit.vue | 47 +++++---- src/components/menuPage/MenuPageSet.vue | 19 ++-- .../patientRegister/PatientRegisterList.vue | 95 +++++++++++-------- .../patientRegister/patientRegisterQuery.vue | 16 +++- src/main.js | 4 +- src/utlis/proFunc.js | 24 +++++ src/views/customerOrg/customerOrgGroup.vue | 28 ++++-- src/views/customerOrg/customerOrgGroupBak.vue | 81 ---------------- .../customerOrg/patientRegisterImport.vue | 6 +- src/views/login/Login.vue | 6 +- 16 files changed, 269 insertions(+), 209 deletions(-) delete mode 100644 src/views/customerOrg/customerOrgGroupBak.vue diff --git a/src/assets/css/global_button.css b/src/assets/css/global_button.css index b239519..a5cc799 100644 --- a/src/assets/css/global_button.css +++ b/src/assets/css/global_button.css @@ -1,3 +1,27 @@ +.el-button { + background: #FFF; + border: 1px solid #0B663D; /*原始 默认值 1px solid #DCDFE6; */ + color: #0B663D !important; /*原始 默认值 #606266 */ + font-weight: 700; /*原始 默认值 500 */ + font-family: 'Microsoft YaHei'; /*原始 默认值 Arial */ + padding: 10px 5px; /*原始 默认值 12px 20px */ + min-width: 60px; + /* + display: inline-block; + line-height: 1; + white-space: nowrap; + cursor: pointer; + -webkit-appearance: none; + text-align: center; + box-sizing: border-box; + outline: 0; + margin: 0; + transition: .1s; + font-size: 14px; + border-radius: 4px; + */ +} + .commonbutton { width: 100px; height: 32px; @@ -41,4 +65,5 @@ color: #396FFA; background-color: #f4f4f4; border-color: #396FFA; -} \ No newline at end of file +} + diff --git a/src/assets/css/global_table.css b/src/assets/css/global_table.css index 23a2747..59a9ea1 100644 --- a/src/assets/css/global_table.css +++ b/src/assets/css/global_table.css @@ -76,4 +76,9 @@ font-size: 14px; font-weight: 400; font-family: "NotoSansSC-Regular"; +} + +/* 表格列排序 */ +.el-table .caret-wrapper { + width: 16px; /* 默认值 24px */ } \ No newline at end of file diff --git a/src/components/customerOrg/ContactPerson.vue b/src/components/customerOrg/ContactPerson.vue index 3db9201..ce5a3f4 100644 --- a/src/components/customerOrg/ContactPerson.vue +++ b/src/components/customerOrg/ContactPerson.vue @@ -54,14 +54,14 @@