LiJinHuan
2023-08-08 9f5874fcd8657ade15b4fc73c924813684f3a9a8
force-app/main/default/pages/MainFixtureSelect.page
@@ -33,7 +33,7 @@
        right: 0;
        left: 0;
        margin: 0;
        z-index: 9999;
        z-index: 2;
        display: inline-block;
        background-color: white;
        border-radius: 0.25rem;/*20230607 ljh lightning*/
@@ -68,6 +68,10 @@
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 20230628 ljh */
    .menu ul li:first-child{
        padding-left: 0.75rem;
    }
</style>
@@ -503,6 +507,7 @@
                        </td>
                        <td style="width:50%">
                            <div style="text-align: center;">
                                <input type="hidden" name="hidden" /> <!-- 20230706 ljh 为了按钮对齐 -->
                                <apex:commandButton action="{!save}" value="保存" onclick="blockme();" rerender="allForm,checEventFrame" oncomplete="unblockUI();" />
                                <apex:commandButton style="margin-left:20px;" onclick="clickunassign(); return false;" value="取消分配" rerender="allForm,checEventFrame"/>
                                <apex:commandButton style="margin-left:20px;" value="取消" onclick="clickCancel(); return false;"/>