中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 7bec9731801e45844241404cf58a09bb02b5d67c
#
3个文件已修改
16 ■■■■■ 已修改文件
src/main/webapp/views/cstmr/cstmr.html 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/tpl/tpl-theme.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/cstmr/cstmr.html
@@ -22,11 +22,8 @@
            margin-right: 5px;
        }
        .layui-dropdown.layui-border-box,.layui-border-box * {
        .layui-dropdown.layui-border-box.layui-panel.layui-anim.layui-anim-downbit,.layui-dropdown.layui-border-box.layui-panel.layui-anim.layui-anim-downbit * {
            box-sizing:inherit;
        }
        .layui-dropdown-menu .layui-border-box,.layui-border-box * {
            /*text-align: center;*/
        }
        .layui-menu li {
src/main/webapp/views/index.html
@@ -112,7 +112,7 @@
        if (!isEmpty(easywebIframeMsg)) {
            var easywebIframeObj = JSON.parse(easywebIframeMsg);
            if (easywebIframeObj.defaultTheme === undefined) {
                admin.changeTheme("theme-colorful");
                admin.changeTheme("theme-white");
            }
        }
@@ -159,7 +159,6 @@
        // 默认加载主页
        index.loadHome({
            // menuPath: baseUrl+'/views/home/console.html',
            menuPath: baseUrl+'/views/home/dashboard.html',
            menuName: '<i class="layui-icon layui-icon-home"></i>'
        });
src/main/webapp/views/tpl/tpl-theme.html
@@ -12,9 +12,9 @@
    <div class="more-theme-item" data-theme="theme-pink">
        <img src="tpl/theme/img/theme-pink.png"/>
    </div>
    <div class="more-theme-item" data-theme="theme-colorful">
        <img src="tpl/theme/img/theme-colorful.png"/>
    </div>
<!--    <div class="more-theme-item" data-theme="theme-colorful">-->
<!--        <img src="tpl/theme/img/theme-colorful.png"/>-->
<!--    </div>-->
    <div class="more-theme-item" data-theme="theme-blue">
        <img src="tpl/theme/img/theme-blue.png"/>
    </div>
@@ -223,4 +223,4 @@
    .set-item-ctrl > * {
        margin: 0 !important;
    }
</style>
</style>