Oracle APEX 中的卡片报告

Card report in Oracle APEX

我用卡片模板创建了一个经典报告。但是我注意到输出是意外的。 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

提前致谢。

我认为您的图像(预期结果)来自此website

如果我是正确的,那么您应该转到此项目的 github 并按照其中有关如何将该模板安装到您的 apex 应用程序中的说明进行休假。安装模板后,您就可以使用该 sql 查询并获得与图片中相同的输出。