多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Angular   其对应的目录为:horizon\openstack_dashboard\static\app\_app.scss 。里面为: ~~~ @import "core/core"; ~~~ 其对应的文件路径为: horizon\openstack_dashboard\static\app\core\_core.scss 。其里面为: ~~~ @import "images/images"; ~~~ 其文件路径为:horizon\openstack_dashboard\static\app\core\images\_images.scss。里面内容为: ~~~ table[ng-controller="horizon.app.core.images.table.ImagesController as table"] { .detail-expanded .row { background: none; padding-left: 2em; } } .textarea-fixed-width { resize: vertical; min-height: 13em; max-height: 30em; } ~~~