表单

脏标记

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-modified-cell:before {
    border-color: #b92729 transparent transparent #b92729;
    border-width: 3px;
}

保存按钮

.lcz-report-wrapper .lcz-toolbar-wrapper .lcz-save-btn {
    background-color:#1daba8;
    border-color: #1daba8;
    color:#f3f3f3;
}

.lcz-report-wrapper .lcz-toolbar-wrapper .lcz-save-btn[disabled] {
    background-color:#a0d7d6 !important;
    color:#929090 !important;
    border-color: #a0d7d6 !important;
}

填报控件

输入框/密码

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input, .lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input-affix-wrapper {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input-affix-wrapper .ant-input {
    border: none;
    border-radius: 0px;
}

/**
 * 金额前缀
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input-prefix {
    color: #1f6345;
}

/**
 * 百分比后缀
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input-suffix {
    color: #1f6345;
}

密码

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input, .lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input-affix-wrapper {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

/**
 * 右侧图标
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-input-password-icon {
    color: #1f6345;
}

下拉框

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content  .lcz-control-item .ant-select-selector {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

/**
 * 下拉箭头
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-select-arrow  {
    color: #426e5b;
}

日期/日期时间

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content  .lcz-control-item .ant-picker {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

/**
 * 右侧图标
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-picker-suffix  {
    color: #426e5b;
}

列表框

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content  .lcz-control-item .lcz-list-control {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

/**
 * 选项
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content  .lcz-control-item .lcz-list-control>option {
    color : #333;
}

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .lcz-tree-input .ant-input-affix-wrapper {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

/**
 * 右侧图标
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item  .lcz-tree-input .ant-input-suffix {
    color: #1f6345;
}

表格列表

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .lcz-transfer-input .ant-input-affix-wrapper {
    border: 1px solid #a0d7d6;
    border-radius: 0px;
}

/**
 * 右侧图标
 */
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item  .lcz-tree-input .ant-input-suffix {
    color: #1f6345;
}

复选框

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-checkbox-wrapper {
    font-size: 14px;
    color : #333;
}

复选框组

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .lcz-check-group {
    border: 1px solid #a0d7d6;
}

单选框组

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .lcz-radio-group {
    border: 1px solid #a0d7d6;
}

穿梭框

.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-transfer-list {
    border: 1px solid #a0d7d6;
}
.lcz-report-wrapper .lcz-sheet-content .lcz-table-content .lcz-control-item .ant-transfer-list .ant-transfer-list-header {
    border-bottom: 1px solid #a0d7d6;
}
作者:柳杨  创建时间:2023-09-12 09:04
最后编辑:柳杨  更新时间:2025-04-22 15:31