style: 优化类名,页面UI细节

This commit is contained in:
奔跑的面条
2022-06-03 20:10:52 +08:00
parent fa678e1089
commit 741ba1a039
5 changed files with 20 additions and 6 deletions
@@ -74,12 +74,18 @@ const select = computed(() => {
&.t,
&.b {
width: 30px;
transform: translate(-50%, -50%);
}
&.l,
&.r {
height: 30px;
}
&.r,
&.r {
transform: translate(-20%, -50%);
}
&.l {
transform: translate(-45%, -50%);
}
&.rt,
&.rb
{