中扬CRM客户关系管理系统
LSH
2024-03-29 a26763201b83e1aa7823a0fe3219445a912b47b9
src/main/webapp/views/weekly/weekly.html
@@ -24,6 +24,14 @@
            margin-right: 5px;
        }
        select#select-cstmr {
            color: rgba(0, 0, 0, 1) !important; /* 使用更具体的选择器 */
        }
        .cstmrDetl{
            /*color: rgba(0, 0, 0, 0); !* 使用更具体的选择器 *!*/
        }
    </style>
</head>
<body>
@@ -208,13 +216,10 @@
<!--</script>-->
<script type="text/template" id="cstmrId">
    <select id="select-cstmr" style="width: 100%" class="layui-border select-cstmr" lay-ignore >
            <option value="">选择甲方单位</option>
    <select id="select-cstmr" style="width: 100%;color:rgba(0, 0, 0, 1) !important" class="layui-border select-cstmr" lay-ignore >
            <option value="" class="cstmrDetl">选择甲方单位</option>
<!--        style="width: 100%;color: rgba(0, 0, 0, 1)"-->
    </select>
</script>
<script>
</script>
<!--&lt;!&ndash; 表单弹窗 &ndash;&gt;-->