extjs - 在哪里放css代码?

时间:2016-06-06 17:55:27

标签: css extjs

我有一个关于在CSS中使用ExtJS的基本问题。 我正在尝试对textfields / displayfields / grid进行一些简单的更改。 (例如,使字体大小为8) 我一直在阅读不同的方法来实现这一点,似乎添加CSS是一个很好的方法。

我找到了这个样本来编辑网格。我的问题是,我添加此代码的文件在哪里?我使用NEW EXTJS6通用应用程序在VS中创建了项目。

/* Grid cells when the mouse cursor is over the row */ 
.custom-grid .x-grid-row-over .x-grid-cell { 
background-color: #ff6; 
border-bottom-color: #999; 
border-bottom-style: dashed; 
border-top-color: #999; 
border-top-style: dashed; 
} 

1 个答案:

答案 0 :(得分:1)

如果您不想为组件创建主题覆盖,另一种解决方案是:

  • 将css文件放在resources文件夹中
    • 你可以把它基本上放在你喜欢的任何文件夹中,但resources文件夹是常用的地方
  • index.html
  • 中加载样式
  • 按照SaverDef protocol buffer
  • 所述,将css文件添加到app.json