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 @@