SAP UI5 Web Component裡如何自定義CSS style

i042416發表於2020-02-19

沒有進行樣式自定義時候的應用外觀:

SAP UI5 Web Component裡如何自定義CSS style

在public資料夾的index.html裡的head標籤頁裡,新增一個style設定:


```html

    <style>
    * {
      --sapUiTileTitleTextColor: limegreen;
    }
  </style>

```

SAP UI5 Web Component裡如何自定義CSS style

之後的效果:

SAP UI5 Web Component裡如何自定義CSS style SAP UI5 Web Component裡如何自定義CSS style


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2676138/,如需轉載,請註明出處,否則將追究法律責任。

相關文章