ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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; } ~~~