我用卡片模板创建了一个经典报告。但我注意到输出是出乎意料的。 SQL查询如下
SELECT 'col m6' column_css_classes
,'<img src="https://raw.githubusercontent.com/vincentmorneau/material-apex/master/docs/img/sample-1.jpg">' img
,'Card Title' title
,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content
,'#' btn_link_1
,'This is a link' btn_label_1
,'#' btn_link_2
,null btn_label_2
FROM dual
提前致谢。