forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-09 acb0d281e9ead24b4befd84c79599d574d408440
主题色修改
7 files modified
17656 ■■■■ changed files
customerSystem/src/styles/theme.less 6 ●●●● patch | view | raw | blame | history
customerSystem/src/views/basicInformation/organization/index.jsx 4 ●●● patch | view | raw | blame | history
customerSystem/src/views/caseDetail/index.less 2 ●●● patch | view | raw | blame | history
customerSystem/src/views/logAndSign/index.less 2 ●●● patch | view | raw | blame | history
customerSystem/src/views/mediate/mediateBigData/index.less 2 ●●●●● patch | view | raw | blame | history
customerSystem/src/views/workbench/index.less 2 ●●● patch | view | raw | blame | history
customerSystem/yarn.lock 17638 ●●●● patch | view | raw | blame | history
customerSystem/src/styles/theme.less
@@ -1,10 +1,10 @@
// 主色
@main-color: #d10202;
@main-color: #1A6FB8;
// 主色拓展
@main-color-1: #ffe7e6;
@main-color-1: rgba(233,243,247);
@main-color-2: #ffb2a6;
@main-color-4: #eb584d;
@main-color-4: rgba(26,111,184);
@input-placeholder-color: rgba(0, 0, 0, 0.5); // Input
@divider-color: rgba(0, 0, 0, 10%); // Divider
customerSystem/src/views/basicInformation/organization/index.jsx
@@ -2,7 +2,7 @@
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-02-18 15:04:13
 * @LastEditTime: 2024-05-08 15:22:30
 * @LastEditTime: 2024-08-06 15:57:16
 * @LastEditors: dminyi 1301963064@qq.com
 * @Version: 1.0.0
 * @Description: 组织架构
@@ -257,6 +257,7 @@
    const dropdownOptions = ({ num, value }) => (
        <Menu
            onClick={({ key }) => {
                console.log(key, value,'key','value')
                if (key === 'delete') {
                    handleDelOrganization(value);
                } else {
@@ -273,6 +274,7 @@
    );
    function addOrEditBreadcrumb() {
        console.log('111111')
        let obj = isAddOrEdit
            ? {
                    title: organizationEditData.type === 'change' ? '修改组织' : organizationEditData.type === 'upAdd' ? '新增上级组织' : '新增下级组织',
customerSystem/src/views/caseDetail/index.less
@@ -399,6 +399,6 @@
    &-subTitle {
        width: 4px;
        height: 14px;
        background-color: #d10202;
        background-color: @main-color;
    }
}
customerSystem/src/views/logAndSign/index.less
@@ -178,7 +178,7 @@
                    }
                    .afterLog-userInfo-subtitle {
                        color: @main-color-4;
                        color: @main-color;
                        margin-top: 12px;
                        margin-bottom: 32px;
                    }
customerSystem/src/views/mediate/mediateBigData/index.less
@@ -1,6 +1,8 @@
@card-distance: 12px;
@pageMargin: 16px;
@workbench-radius: 5px;
@main-color: #1A6FB8;
.mediateBigData {
  position: relative;
customerSystem/src/views/workbench/index.less
@@ -269,7 +269,7 @@
        &-tag3 {
            border-radius: 10px;
            padding: 0 8px;
            border: 1px solid #d10202;
            border: 1px solid @main-color-4;
            display: block;
            height: 18px;
            line-height: 18px;
customerSystem/yarn.lock
Diff too large