SAP UI5 Web Component里如何自定义CSS style

Juey 2020-03-16

没有进行样式自定义时候的应用外观:

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 styleSAP UI5 Web Component里如何自定义CSS style

相关推荐

aSuncat / 0评论 2020-08-18