9. SAP UI5 Custom CSS 적용(Apply)

SAP UI5 Custom CSS 적용 (Apply) 이 단계에서는 SAP UI5에서 제공하는 Margin 관련 CSS 적용 방법과 사용자가 직접 구성한 Custom CSS를 적용하는 방법을 알아본다. (In this step, we will find out how to apply the Margin-related CSS provided by SAP UI5 and how to apply the custom CSS configured by the user.) 실행 결과 (Results of this step) UI5의 Text Component를 사용하여 UI5 표준 Margin 및 글씨체와 Bold를 적용한다. (Apply UI5 standard Margin and font & Bold using the Text Component in UI5.) 실행 순서 (Order of execution of this step): UI5 Standard Margin CSS 적용하기 (Apply UI5 standard Margin.) Custom CSS 적용하기 (Apply the Custom CSS.) 1. UI5 Standard Margin CSS 적용하기 (Apply UI5 standard Margin.) webapp/view/sample/Pageviewsample.view.xml에 Text 컴포넌트 추가 및 CSS 내용 추가한다. (Add text components and CSS content to "webapp/view/samples/pageviewsample.view.xml".) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 < mvc:View controllerName = "ui5_tutorial.controller.sample.PageViewSample" x...