diff --git a/public/color.less b/public/color.less index 0f799c1d..e4493e29 100644 --- a/public/color.less +++ b/public/color.less @@ -1,4 +1,4 @@ -@primary-color: #1890ff; +@primary-color: #D52C26; /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ diff --git a/src/assets/less/common.less b/src/assets/less/common.less index 015d4dc3..3c92d40c 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -273,8 +273,8 @@ width: calc(100% - 100px); line-height: 38px; background: #fff; - border: 1px #1890ff solid; - color: #1890ff; + border: 1px #D52C26 solid; + color: #D52C26; } // 新增编辑表单样式--完 @@ -312,3 +312,51 @@ overflow: hidden; text-overflow: ellipsis; } + +/* switch的样式 */ +.table-operator-tab { + width: fit-content; + background-color: #F0F2F4; + border-radius: 4px; + overflow: hidden; +} + +.table-operator-tab a { + border-radius: 4px; + display: inline-flex; + justify-content: center; + align-items: center; + width: 94px; + height: 32px; + color: #4E5969; +} + +.table-operator-tab a.table-operator-tab-active { + background-color: #D52C26; + color: #FFFFFF; +} + +.table-operator-tab a:not(:first-child) { + //transform: translateX(-8px); + margin-left: -8px; +} +/* switch的样式--end */ + +/*分页的样式start*/ +/deep/ .ant-pagination-item-active { + background: #D52C26; + border-radius: 3px 3px 3px 3px; + border: none; + color: #FFFFFF; +} + +/deep/ .ant-pagination-item { + min-width: 24px; + height: 24px; + line-height: 24px !important; + color: #1D2129; + font-weight: 400; + border: 1px solid #E5E6EB; +} + +/*分页的样式end*/ diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index e46b955f..110836d1 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -409,7 +409,7 @@ module.exports = { addQuantity: '添加数量', enterQuantity: '请输入数量', numberRows: '行数', - numberColumns: '列数', + numberColumns: '列数' }, comparison: { releaseSituation: '发布情况', @@ -471,6 +471,15 @@ module.exports = { standardSelect: { standardSelection: '标准选择' }, + // 用户/组织结构选择器 + userOrOrganSelect: { + select: '选择', + selectUserOrOrgan: '选择用户/机构', + organization: '组织机构', + name: '姓名', + secondLevel: '二级', + threeLevel: '三级' + }, // 弹框上传附件 uploadFile: { clickUpload: '点击上传', diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index 16f8eaf7..23262afe 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -42,14 +42,14 @@ - +