NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# 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; } ~~~