-1

画像を参照してください。一部の CSS を見逃しています -

4

2 に答える 2

0

レポートを電子メールに埋め込む場合、URI に画像データを含めてもうまくいきませんでした。代わりに、maven サイトから画像の URL を参照するだけではどうですか。このような....

img[src*="warning_sml.gif"]{content:url(http://maven.apache.org/images/icon_warning_sml.gif) !important;}
img[src*="error_sml.gif"]{content:url(http://maven.apache.org/images/icon_error_sml.gif) !important;}
img[src*="success_sml.gif"]{content:url(http://maven.apache.org/images/icon_success_sml.gif) !important;}
img[src*="maven-feather.png"]{content:url(http://maven.apache.org/images/logos/maven-feather.png) !important;}

于 2018-08-07T23:39:30.493 に答える