1
shuishen
2022-12-01 edc31fbe65921d3c050cf4fefcc13e077e0e735d
1
1 files modified
6 ■■■■ changed files
src/styles/scssFile.scss 6 ●●●● patch | view | raw | blame | history
src/styles/scssFile.scss
@@ -22,4 +22,8 @@
$table-body-tr-n-color: rgba(17, 38, 163, 0.8);
$table-body-tr-2n-color: rgba(8, 56, 185, 0.8);
$table-body-tr-2n-color: rgba(8, 56, 185, 0.8);
@function countSize($size, $vw) {
    @return $size / $vw * 100vh
}