文件操作 - _widths.scss
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/sass/utils/_widths.scss
编辑文件内容
.max-width { width: 100%; } .width-auto { width: auto; } // widths @for $i from 1 through 30 { .width-#{$i} { width: ($spacer * $i) !important; } } @for $i from 1 through 30 { .max-width-#{$i} { max-width: ($spacer * $i) !important; flex-grow: 1; } } @for $i from 1 through 30 { .min-width-#{$i} { min-width: ($spacer * $i) !important; } } @for $i from 1 through 30 { .offset-width-#{$i} { margin-left: ($spacer * $i) !important; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件