Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angular2材质mdToolTip字体大小_Angular - Fatal编程技术网

Angular2材质mdToolTip字体大小

Angular2材质mdToolTip字体大小,angular,Angular,我想增加mdToolTip中的字体大小。在pre-themes css中,我发现了以下类: .mat-tooltip { background: red; font-size: 50px; } 但它对字体大小语法不敏感。你能帮我吗 试试怎么样!重要信息 .mat工具提示{ 背景色:红色!重要; 字体大小:50px!重要; }

我想增加mdToolTip中的字体大小。在pre-themes css中,我发现了以下类:

.mat-tooltip  { 
background: red;
font-size: 50px;
 } 

但它对字体大小语法不敏感。你能帮我吗

试试
怎么样!重要信息

.mat工具提示{
背景色:红色!重要;
字体大小:50px!重要;
}