force-app/main/default/pages/InitCreateSolutionPage.page
@@ -1,5 +1,6 @@
<apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false">
<apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false" lightningStylesheets="true">
<!-- Begin Default Content REMOVE THIS -->
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<script type="text/javascript">
    function init() { 
        // url 路径
@@ -12,7 +13,7 @@
</script>
<body onload="init()">
</body>
<!-- End Default Content REMOVE THIS -->
</apex:page>